Rebuild for Python 3.6

This commit is contained in:
Charalampos Stratakis 2016-12-13 15:45:42 +01:00
parent 1062f84e93
commit 9348288036

View File

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 2.1.1 Version: 2.1.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: PID file management library Summary: PID file management library
License: ASL 2.0 License: ASL 2.0
@ -88,6 +88,9 @@ rm -rf *.egg-info
%{python3_sitelib}/pid-*.egg-info %{python3_sitelib}/pid-*.egg-info
%changelog %changelog
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 2.1.1-2
- Rebuild for Python 3.6
* Tue Nov 29 2016 David Shea <dshea@redhat.com> - 2.1.1-1 * Tue Nov 29 2016 David Shea <dshea@redhat.com> - 2.1.1-1
- Update to 2.1.1, which adds an optional allow_samepid parameter - Update to 2.1.1, which adds an optional allow_samepid parameter