[python-pep8] Update to 1.4.1

Ian Weller ianweller at fedoraproject.org
Wed Jan 30 02:52:13 UTC 2013


commit 018ed353d96aab51541c05a85cf97bbb70a11110
Author: Ian Weller <ian at ianweller.org>
Date:   Tue Jan 29 20:52:04 2013 -0600

    Update to 1.4.1

 .gitignore       |    1 +
 python-pep8.spec |   13 +++++++++----
 sources          |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f38704..743e38a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ jcrocholl-pep8-29968a6.tar.gz
 /pep8-1.0.1.tar.gz
 /pep8-1.3.tar.gz
 /pep8-1.3.3.tar.gz
+/pep8-1.4.1.tar.gz
diff --git a/python-pep8.spec b/python-pep8.spec
index 5cd672f..3d7de23 100644
--- a/python-pep8.spec
+++ b/python-pep8.spec
@@ -3,8 +3,8 @@
 %global module_name pep8
 
 Name:           python-%{module_name}
-Version:        1.3.3
-Release:        3%{?dist}
+Version:        1.4.1
+Release:        1%{?dist}
 Summary:        Python style guide checker
 
 Group:          Development/Languages
@@ -18,6 +18,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  python-sphinx
 Requires:       python-setuptools
 
 %description
@@ -33,7 +34,7 @@ sed --in-place "s:#!\s*/usr.*::" pep8.py
 
 
 %build
-%{__python} setup.py build
+%{__python} setup.py build build_sphinx
 
 
 %install
@@ -51,12 +52,16 @@ python %{buildroot}%{python_sitelib}/pep8.py --testsuite testsuite
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt README.rst
+%doc CHANGES.txt README.rst build/sphinx/html/*
 %{_bindir}/pep8
 %{python_sitelib}/*
 
 
 %changelog
+* Tue Jan 29 2013 Ian Weller <iweller at redhat.com> - 1.4.1-1
+- Update to 1.4.1
+- Add Sphinx docs
+
 * Fri Sep 07 2012 Ian Weller <iweller at redhat.com> - 1.3.3-3
 - Run test suite using the pep8.py that has been installed
 
diff --git a/sources b/sources
index e57d30e..cef8adb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-093a99ced0cc3b58c01549d7350f5a73  pep8-1.3.3.tar.gz
+8be92becea6c6deb8f5d1271f695af5e  pep8-1.4.1.tar.gz


More information about the scm-commits mailing list