[python-pep8] Update to 1.4.4

Ian Weller ianweller at fedoraproject.org
Wed Feb 27 05:02:10 UTC 2013


commit 983199f23fb778897919e1c5f29fe36d0ef6b9c7
Author: Ian Weller <ian at ianweller.org>
Date:   Tue Feb 26 23:01:45 2013 -0600

    Update to 1.4.4

 .gitignore       |    1 +
 python-pep8.spec |    8 ++++++--
 sources          |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40370d4..d81f2a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ jcrocholl-pep8-29968a6.tar.gz
 /pep8-1.3.3.tar.gz
 /pep8-1.4.1.tar.gz
 /pep8-1.4.2.tar.gz
+/pep8-1.4.4.tar.gz
diff --git a/python-pep8.spec b/python-pep8.spec
index ff3e005..9f8a7e5 100644
--- a/python-pep8.spec
+++ b/python-pep8.spec
@@ -3,7 +3,7 @@
 %global module_name pep8
 
 Name:           python-%{module_name}
-Version:        1.4.2
+Version:        1.4.4
 Release:        1%{?dist}
 Summary:        Python style guide checker
 
@@ -47,7 +47,8 @@ rm -rf %{buildroot}
 
 
 %check
-PYTHONPATH=testsuite python %{buildroot}%{python_sitelib}/pep8.py --testsuite testsuite
+python pep8.py --testsuite testsuite
+python pep8.py --doctest
 
 
 %files
@@ -58,6 +59,9 @@ PYTHONPATH=testsuite python %{buildroot}%{python_sitelib}/pep8.py --testsuite te
 
 
 %changelog
+* Tue Feb 26 2013 Ian Weller <iweller at redhat.com> - 1.4.4-1
+- Update to 1.4.4
+
 * Mon Feb 11 2013 Ian Weller <iweller at redhat.com> - 1.4.2-1
 - Update to 1.4.2
 
diff --git a/sources b/sources
index e95b8ef..b95bb8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af2777047025c7302fc1cad073e4617d  pep8-1.4.2.tar.gz
+c48dc736e09f4f76362572c4e8b55be3  pep8-1.4.4.tar.gz


More information about the scm-commits mailing list