Compare commits

...

No commits in common. 'c9' and 'c10-beta' have entirely different histories.
c9 ... c10-beta

2
.gitignore vendored

@ -1 +1 @@
SOURCES/wcwidth-0.2.5.tar.gz SOURCES/wcwidth-0.2.6.tar.gz

@ -1 +1 @@
3822ed26dc70a4055827bc66cdc21126e51efd66 SOURCES/wcwidth-0.2.5.tar.gz ec98f6ba8ea7c5d2cec9d24d31539d39e2f90d17 SOURCES/wcwidth-0.2.6.tar.gz

@ -1,8 +1,10 @@
%bcond_without tests
%global pypi_name wcwidth %global pypi_name wcwidth
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.2.5 Version: 0.2.6
Release: 8%{?dist} Release: 4%{?dist}
Summary: Measures number of Terminal column cells of wide-character codes Summary: Measures number of Terminal column cells of wide-character codes
License: MIT License: MIT
@ -19,6 +21,9 @@ printable width of a string on a Terminal.
Summary: %{summary} Summary: %{summary}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-pytest
%endif
%{?python_provide:%python_provide python3-%{pypi_name}} %{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
@ -35,6 +40,11 @@ printable width of a string on a Terminal.
%install %install
%py3_install %py3_install
%if %{with tests}
%check
%{__python3} -m pytest -v
%endif
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
@ -42,25 +52,52 @@ printable width of a string on a Terminal.
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Fri Jun 03 2022 Bryan Gurney <bgurney@redhat.com> - 0.2.5-8 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.2.6-4
- Rebuild after move into AppStream - Bump release for June 2024 mass rebuild
- Related: rhbz#2066456
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Sep 05 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.2.6-1
- Update to 0.2.6
- Fixes: rhbz#2161160
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 0.2.5-13
- Rebuilt for Python 3.12
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.2.5-12
- Bootstrap for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.5-9
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.5-8
- Bootstrap for Python 3.11
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.2.5-7 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-7
- Add automatically generated Obsoletes tag with the python39- prefix - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
for smoother upgrade from RHEL8
- Related: rhbz#1990421
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.5-6 * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Second attempt - Rebuilt for
Related: rhbz#1991688 https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Aug 01 2021 Bryan Gurney <bgurney@redhat.com> - 0.2.5-5 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.5-5
- Remove check test - Rebuilt for Python 3.10
- Resolves: rhbz#1988144
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.5-4 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.2.5-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Bootstrap for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save