Rebuild for Python 3.4

This commit is contained in:
Orion Poplawski 2014-05-01 20:44:51 -06:00
parent d2882b46bf
commit b4b327271a

View File

@ -15,7 +15,7 @@
Name: python-coverage Name: python-coverage
Summary: Code coverage testing module for Python Summary: Code coverage testing module for Python
Version: 3.7 Version: 3.7
Release: 1%{?dist} Release: 2%{?dist}
License: BSD and (MIT or GPLv2) License: BSD and (MIT or GPLv2)
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://nedbatchelder.com/code/modules/coverage.html URL: http://nedbatchelder.com/code/modules/coverage.html
@ -119,6 +119,9 @@ popd
%changelog %changelog
* Fri May 02 2014 Orion Poplawski <orion@cora.nwra.com> - 3.7-2
- Rebuild for Python 3.4
* Sun Oct 20 2013 Tom Callaway <spot@fedoraproject.org> - 3.7-1 * Sun Oct 20 2013 Tom Callaway <spot@fedoraproject.org> - 3.7-1
- update to 3.7 - update to 3.7
- fix macros for current guidelines - fix macros for current guidelines