Rebuilt for Python 3.10
This commit is contained in:
parent
3c125587e1
commit
118d3201a0
@ -1,10 +1,9 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%global srcname more-itertools
|
%global srcname more-itertools
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 8.5.0
|
Version: 8.5.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: More routines for operating on Python iterables, beyond itertools
|
Summary: More routines for operating on Python iterables, beyond itertools
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/erikrose/more-itertools
|
URL: https://github.com/erikrose/more-itertools
|
||||||
@ -51,6 +50,9 @@ Summary: %{summary}
|
|||||||
%doc README.rst PKG-INFO
|
%doc README.rst PKG-INFO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 8.5.0-4
|
||||||
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 8.5.0-3
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 8.5.0-3
|
||||||
- Bootstrap for Python 3.10
|
- Bootstrap for Python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user