|
|
|
@ -1,10 +1,8 @@
|
|
|
|
|
%global _without_docs 1
|
|
|
|
|
%global _without_tests 1
|
|
|
|
|
%global srcname sortedcontainers
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Pure Python sorted container types
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
@ -97,6 +95,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.4.0-3
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.4.0-2
|
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
|
|
|
|
|
|