Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 12:30:08 +02:00 committed by Miro Hrončok
parent 277f81135b
commit 2136619ccf

View File

@ -26,7 +26,7 @@ PidFile can also be used as a context manager or a decorator.}
Name: python-%{srcname} Name: python-%{srcname}
Version: 2.2.3 Version: 2.2.3
Release: 10%{?dist} Release: 11%{?dist}
Summary: PID file management library Summary: PID file management library
License: ASL 2.0 License: ASL 2.0
@ -118,6 +118,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests-%{python2_version} --verbose
%endif %endif
%changelog %changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2.2.3-11
- Rebuilt for Python 3.10
* Mon Feb 08 2021 Charalampos Stratakis <cstratak@redhat.com> - 2.2.3-10 * Mon Feb 08 2021 Charalampos Stratakis <cstratak@redhat.com> - 2.2.3-10
- Switch the test run from nose to pytest - Switch the test run from nose to pytest