Rebuilt to change main python from 3.4 to 3.6

This commit is contained in:
Troy Dawson 2019-03-07 17:22:40 -08:00
parent d20a0bc664
commit 5accdb6a06

View File

@ -31,7 +31,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: 1%{?dist} Release: 2%{?dist}
Summary: PID file management library Summary: PID file management library
License: ASL 2.0 License: ASL 2.0
@ -123,6 +123,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests-%{python3_version} --verbose
%endif %endif
%changelog %changelog
* Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 2.2.3-2
- Rebuilt to change main python from 3.4 to 3.6
* Tue Mar 05 2019 Carl George <carl@george.computer> - 2.2.3-1 * Tue Mar 05 2019 Carl George <carl@george.computer> - 2.2.3-1
- Latest upstream - Latest upstream
- Build python3 subpackage on el6 - Build python3 subpackage on el6