[python-pep8] update to 1.5.4 and fix requirement issue

Matthias Runge mrunge at fedoraproject.org
Tue Apr 8 09:42:55 UTC 2014


commit 99884a264ac5dac5d6b5aecae4635b0f426b422a
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Apr 8 11:42:30 2014 +0200

    update to 1.5.4 and fix requirement issue

 .gitignore       |    1 +
 python-pep8.spec |   11 ++++++++---
 sources          |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4eb005e..8c41c9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ jcrocholl-pep8-29968a6.tar.gz
 /pep8-1.4.4.tar.gz
 /pep8-1.4.5.tar.gz
 /pep8-1.4.6.tar.gz
+/pep8-1.5.4.tar.gz
diff --git a/python-pep8.spec b/python-pep8.spec
index aa758cd..2f4dacd 100644
--- a/python-pep8.spec
+++ b/python-pep8.spec
@@ -9,8 +9,8 @@
 %global module_name pep8
 
 Name:           python-%{module_name}
-Version:        1.4.6
-Release:        2%{?dist}
+Version:        1.5.4
+Release:        1%{?dist}
 Summary:        Python style guide checker
 
 Group:          Development/Languages
@@ -22,7 +22,7 @@ Source0:        http://pypi.python.org/packages/source/p/%{module_name}/%{module
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-sphinx
 Requires:       python-setuptools
@@ -40,6 +40,7 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-sphinx
  
+Requires:  python3-setuptools
 %description -n python3-pep8
 pep8 is a tool to check your Python code against some of the style
 conventions in PEP 8. It has a plugin architecture, making new checks
@@ -112,6 +113,10 @@ popd
 %endif
 
 %changelog
+* Tue Apr 08 2014 Matthias Runge <mrunge at redhat.com> - 1.5.4-1
+- require python3-setuptools (rhbz#1084756)
+- update to 1.5.4 (rhbz#1081516)
+
 * Wed Feb 26 2014 Matthias Runge <mrunge at redhat.com> -1.4.6-2
 - rename py3 version of pep8 to python3-pep8 (rhbz#1060408)
 
diff --git a/sources b/sources
index 2a2e98f..7b16e6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a03bb494859e87b42601b61b1b043a0c  pep8-1.4.6.tar.gz
+5a451ad5694187d36af046b4724920e1  pep8-1.5.4.tar.gz


More information about the scm-commits mailing list