Bootstrap for Python 3.11
This commit is contained in:
parent
688ac00707
commit
3237ed3adf
@ -1,10 +1,11 @@
|
|||||||
|
%global _without_tests 1
|
||||||
%bcond_without tests
|
%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.5
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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
|
||||||
@ -52,6 +53,9 @@ 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
|
||||||
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.5-8
|
||||||
|
- Bootstrap for Python 3.11
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-7
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user