diff --git a/.gitignore b/.gitignore index 78fb7c3..8a33bb0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ coverage-3.4.tar.gz /coverage-4.0.tar.gz /coverage-4.0.1.tar.gz /coverage-4.0.2.tar.gz +/coverage-4.0.3.tar.gz diff --git a/python-coverage.spec b/python-coverage.spec index bf14eb0..d36e65b 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -16,8 +16,8 @@ Name: python-coverage Summary: Code coverage testing module for Python -Version: 4.0.2 -Release: 2%{?dist} +Version: 4.0.3 +Release: 1%{?dist} License: BSD and (MIT or GPLv2) Group: System Environment/Libraries URL: http://nedbatchelder.com/code/modules/coverage.html @@ -118,6 +118,9 @@ popd %changelog +* Mon Nov 30 2015 Tom Callaway - 4.0.3-1 +- update to 4.0.3 + * Wed Nov 11 2015 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index a076763..0147489 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c969a88fd0508100e741fc743659b513 coverage-4.0.2.tar.gz +c7d3db1882484022c81bf619be7b6365 coverage-4.0.3.tar.gz