Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 13:50:05 +02:00 committed by Miro Hrončok
parent 93736a7a37
commit 8af3e81aae

View File

@ -1,5 +1,3 @@
%global _without_docs 1
%global _without_tests 1
# we have a circular (build) dependency with the (new) pytest package # we have a circular (build) dependency with the (new) pytest package
# when generating the docs or running the testsuite # when generating the docs or running the testsuite
%bcond_without docs %bcond_without docs
@ -18,7 +16,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.10.0 Version: 1.10.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Library with cross-python path, ini-parsing, io, code, log facilities Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT and Public Domain License: MIT and Public Domain
# main package: MIT, except: doc/style.css: Public Domain # main package: MIT, except: doc/style.css: Public Domain
@ -118,6 +116,9 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
%changelog %changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.10.0-4
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.10.0-3 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.10.0-3
- Bootstrap for Python 3.10 - Bootstrap for Python 3.10