[python-pep8] Update to 0.6.1

Ian Weller ianweller at fedoraproject.org
Fri Jan 27 22:34:56 UTC 2012


commit 83bcb81a72ec301a603a122d6df3e61461b96d4a
Author: Ian Weller <ian at ianweller.org>
Date:   Fri Jan 27 16:34:52 2012 -0600

    Update to 0.6.1

 .gitignore       |    1 +
 python-pep8.spec |   18 ++++++++++--------
 sources          |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8cf0ec..1ecb56a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pep8-0.4.2.tar.gz
 jcrocholl-pep8-29968a6.tar.gz
+/pep8-0.6.1.tar.gz
diff --git a/python-pep8.spec b/python-pep8.spec
index fa1948b..a0dff5d 100644
--- a/python-pep8.spec
+++ b/python-pep8.spec
@@ -1,19 +1,18 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global gitshort 29968a6
+%global module_name pep8
 
-Name:           python-pep8
-Version:        0.6.0
-Release:        4%{?dist}
+Name:           python-%{module_name}
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        Python style guide checker
 
 Group:          Development/Languages
 # License is held in the comments of pep8.py
 # setup.py claims license is Expat license, which is the same as MIT
 License:        MIT
-URL:            https://github.com/jcrocholl/pep8
-# This can be downloaded from https://github.com/jcrocholl/pep8/tarball/%{gitshort}
-Source0:        jcrocholl-pep8-%{gitshort}.tar.gz
+URL:            http://pypi.python.org/pypi/%{module_name}
+Source0:        http://pypi.python.org/packages/source/p/%{module_name}/%{module_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -28,7 +27,7 @@ is parseable, making it easy to jump to an error location in your editor.
 
 
 %prep
-%setup -qn jcrocholl-pep8-%{gitshort}
+%setup -qn %{module_name}-%{version}
 # Remove #! from pep8.py
 sed --in-place "s:#!\s*/usr.*::" pep8.py
 
@@ -54,6 +53,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 27 2012 Ian Weller <iweller at redhat.com> - 0.6.1-1
+- Update to 0.6.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 666790e..da1d00d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ac0ee0d4ada7c0b736d1016c322e4fb  jcrocholl-pep8-29968a6.tar.gz
+49380cdf6ba2e222e8630cb0afe29d66  pep8-0.6.1.tar.gz


More information about the scm-commits mailing list