Hello community, here is the log from the commit of package python-hacking for openSUSE:Factory checked in at 2014-03-22 09:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-04 12:47:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes 2014-03-22 09:09:57.000000000 +0100 @@ -1,0 +2,10 @@ +Fri Mar 21 09:38:43 UTC 2014 - [email protected] + +- fix check run + +------------------------------------------------------------------- +Thu Jan 30 13:20:38 UTC 2014 - [email protected] + +- update hacking-pep8-req.patch: Allow flake8 >= 2.1 as well + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hacking.spec ++++++ --- /var/tmp/diff_new_pack.buAHZI/_old 2014-03-22 09:09:57.000000000 +0100 +++ /var/tmp/diff_new_pack.buAHZI/_new 2014-03-22 09:09:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-hacking # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,10 +30,9 @@ BuildRequires: python-distribute BuildRequires: python-pbr >= 0.5.21 # Test requirements: +BuildRequires: python-Sphinx BuildRequires: python-coverage >= 3.6 -%if 0%{?suse_version} <= 1110 BuildRequires: python-discover -%endif BuildRequires: python-extras BuildRequires: python-fixtures >= 0.3.14 BuildRequires: python-flake8 @@ -66,7 +65,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -python setup.py testr +python setup.py test %files %defattr(-,root,root,-) ++++++ hacking-pep8-req.patch ++++++ --- /var/tmp/diff_new_pack.buAHZI/_old 2014-03-22 09:09:57.000000000 +0100 +++ /var/tmp/diff_new_pack.buAHZI/_new 2014-03-22 09:09:57.000000000 +0100 @@ -1,23 +1,28 @@ -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 +Index: hacking-0.7.2/hacking.egg-info/requires.txt +=================================================================== +--- hacking-0.7.2.orig/hacking.egg-info/requires.txt ++++ hacking-0.7.2/hacking.egg-info/requires.txt @@ -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 +-flake8==2.0 -six \ No newline at end of file ++flake8>=2.0 +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 @@ +Index: hacking-0.7.2/requirements.txt +=================================================================== +--- hacking-0.7.2.orig/requirements.txt ++++ hacking-0.7.2/requirements.txt +@@ -1,7 +1,7 @@ pbr>=0.5.21,<1.0 -pep8==1.4.5 +pep8>=1.4.5 pyflakes>=0.7.2,<0.7.4 - flake8==2.0 +-flake8==2.0 ++flake8>=2.0 + six -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
