Compare commits
No commits in common. "c8-stream-3.8" and "stream-python39-3.9-bootstrap-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-pyt
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/wcwidth-0.1.7.tar.gz
|
||||
/wcwidth-0.2.5.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
28df2f5e8cd67ec182d822350252fea9bc3a91c8 SOURCES/wcwidth-0.1.7.tar.gz
|
@ -3,8 +3,8 @@
|
||||
%global pypi_name wcwidth
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.7
|
||||
Release: 16%{?dist}
|
||||
Version: 0.2.5
|
||||
Release: 3%{?dist}
|
||||
Summary: Measures number of Terminal column cells of wide-character codes
|
||||
|
||||
License: MIT
|
||||
@ -24,8 +24,8 @@ printable width of a string on a Terminal.
|
||||
%package -n python%{python3_pkgversion}-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python%{python3_pkgversion}-rpm-macros
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%if %{with tests}
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
%endif
|
||||
@ -48,24 +48,45 @@ printable width of a string on a Terminal.
|
||||
%if %{with tests}
|
||||
%check
|
||||
%{__python3} -m pytest -v
|
||||
%endif # with tests
|
||||
%endif
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Dec 13 2019 Tomas Orsava <torsava@redhat.com> - 0.1.7-16
|
||||
- Exclude unsupported i686 arch
|
||||
* Tue Jan 12 2021 Tomas Orsava <torsava@redhat.com> - 0.2.5-3
|
||||
- Convert from Fedora to the python39 module in RHEL8
|
||||
- Resolves: rhbz#1877430
|
||||
|
||||
* Tue Nov 19 2019 Lumír Balhar <lbalhar@redhat.com> - 0.1.7-15
|
||||
- Adjusted for Python 3.8 module in RHEL 8
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 01 2020 Charalampos Stratakis <cstratak@redhat.com> - 0.2.5-1
|
||||
- Update to 0.2.5 (#1850238)
|
||||
|
||||
* Fri Jun 19 2020 Avram Lubkin <aviso@rockhopper.net> - 0.2.4-1
|
||||
- Update to 0.2.4
|
||||
|
||||
* Tue Jun 02 2020 Avram Lubkin <aviso@rockhopper.net> - 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
|
||||
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-2
|
||||
- Bootstrap for Python 3.9
|
||||
|
||||
* Sat Mar 28 2020 Avram Lubkin <aviso@rockhopper.net> - 0.1.9-1
|
||||
- Update to 0.1.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.7-14
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
- Resolves: rhbz#1772819
|
||||
|
||||
* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.7-13
|
||||
- Rebuilt for Python 3.8
|
Loading…
Reference in New Issue
Block a user