Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2013-11-04 12:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hacking (Old)
 and      /work/SRC/openSUSE:Factory/.python-hacking.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hacking"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hacking/python-hacking.changes    
2013-10-02 13:32:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes       
2013-11-04 12:47:08.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 09:28:29 UTC 2013 - [email protected]
+
+- Add hacking-pep8-req.patch: Allow pep8>=1.4.5, shipped version differs
+  across distro targets and isn't used in our build anyway
+- Refresh dependency versions
+
+-------------------------------------------------------------------

New:
----
  hacking-pep8-req.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hacking.spec ++++++
--- /var/tmp/diff_new_pack.xgZiBJ/_old  2013-11-04 12:47:09.000000000 +0100
+++ /var/tmp/diff_new_pack.xgZiBJ/_new  2013-11-04 12:47:09.000000000 +0100
@@ -24,22 +24,24 @@
 Group:          Development/Languages/Python
 Url:            http://github.com/openstack-dev/hacking
 Source:         
http://pypi.python.org/packages/source/h/hacking/hacking-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE [email protected] - Distros ship different pep8 
versions, not used during build anyway
+Patch0:         hacking-pep8-req.patch
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-pbr
+BuildRequires:  python-pbr >= 0.5.21
 # Test requirements:
 BuildRequires:  python-coverage >= 3.6
 %if 0%{?suse_version} <= 1110
 BuildRequires:  python-discover
 %endif
 BuildRequires:  python-extras
-BuildRequires:  python-fixtures >= 0.3.12
+BuildRequires:  python-fixtures >= 0.3.14
 BuildRequires:  python-flake8
 BuildRequires:  python-python-subunit
 BuildRequires:  python-six
-BuildRequires:  python-testrepository >= 0.0.13
-BuildRequires:  python-testscenarios
-BuildRequires:  python-testtools >= 0.9.27
+BuildRequires:  python-testrepository >= 0.0.17
+BuildRequires:  python-testscenarios >= 0.4
+BuildRequires:  python-testtools >= 0.9.32
 Requires:       python-flake8 >= 2.0
 Requires:       python-pbr >= 0.5.21
 Requires:       python-six
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q -n hacking-%{version}
+%patch0 -p1
 
 %build
 python setup.py build

++++++ hacking-pep8-req.patch ++++++
diff -ruN a/hacking.egg-info/requires.txt b/hacking.egg-info/requires.txt
--- a/hacking.egg-info/requires.txt     2013-09-10 23:24:17.000000000 +0200
+++ b/hacking.egg-info/requires.txt     2013-11-04 10:18:10.512866098 +0100
@@ -1,5 +1,5 @@
 pbr>=0.5.21,<1.0
-pep8==1.4.5
+pep8>=1.4.5
 pyflakes>=0.7.2,<0.7.4
 flake8==2.0
-six
\ No newline at end of file
+six
diff -ruN a/requirements.txt b/requirements.txt
--- a/requirements.txt  2013-09-10 23:23:46.000000000 +0200
+++ b/requirements.txt  2013-11-04 10:16:23.089513550 +0100
@@ -1,6 +1,6 @@
 pbr>=0.5.21,<1.0
 
-pep8==1.4.5
+pep8>=1.4.5
 pyflakes>=0.7.2,<0.7.4
 flake8==2.0
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to