Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2014-04-05 21:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2014-03-22 09:09:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes       
2014-04-05 21:39:11.000000000 +0200
@@ -2 +2 @@
-Fri Mar 21 09:38:43 UTC 2014 - dmuel...@suse.com
+Fri Feb 14 09:41:20 UTC 2014 - speili...@suse.com
@@ -4 +4 @@
-- fix check run 
+- Run testr directly
@@ -7 +7 @@
-Thu Jan 30 13:20:38 UTC 2014 - dmuel...@suse.com
+Fri Jan 17 14:57:20 UTC 2014 - speili...@suse.com
@@ -9 +9,2 @@
-- update hacking-pep8-req.patch: Allow flake8 >= 2.1 as well 
+- Add hacking-requirements.patch, replace pep8-146.diff:
+  + Compat for flake8==2.1
@@ -12 +13 @@
-Mon Nov  4 09:28:29 UTC 2013 - speili...@suse.com
+Mon Nov 25 14:19:05 UTC 2013 - dmuel...@suse.com
@@ -14,3 +15,13 @@
-- 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
+- switch to python-setuptools 
+
+-------------------------------------------------------------------
+Thu Oct 31 23:45:39 UTC 2013 - dmuel...@suse.com
+
+- update to 0.8.0:
+  * various new hacking warnings for Icehouse cycle
+
+-------------------------------------------------------------------
+Thu Oct 17 14:09:50 UTC 2013 - dmuel...@suse.com
+
+- add pep8-146.diff:
+  * Add compatibility for 1.4.6

Old:
----
  hacking-0.7.2.tar.gz
  hacking-pep8-req.patch

New:
----
  hacking-0.8.0.tar.gz
  hacking-requirements.patch

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

Other differences:
------------------
++++++ python-hacking.spec ++++++
--- /var/tmp/diff_new_pack.6qORIh/_old  2014-04-05 21:39:11.000000000 +0200
+++ /var/tmp/diff_new_pack.6qORIh/_new  2014-04-05 21:39:11.000000000 +0200
@@ -17,33 +17,32 @@
 
 
 Name:           python-hacking
-Version:        0.7.2
+Version:        0.8.0
 Release:        0
 Summary:        OpenStack Hacking Guidline Enforcement
 License:        Apache-2.0
 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 speili...@suse.com - Distros ship different pep8 
versions, not used during build anyway
-Patch0:         hacking-pep8-req.patch
+Patch0:         hacking-requirements.patch
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
-BuildRequires:  python-pbr >= 0.5.21
+BuildRequires:  python-pbr
 # 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-fixtures >= 0.3.12
 BuildRequires:  python-flake8
 BuildRequires:  python-python-subunit
 BuildRequires:  python-six
-BuildRequires:  python-testrepository >= 0.0.17
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 0.9.32
+BuildRequires:  python-testrepository >= 0.0.13
+BuildRequires:  python-testscenarios
+BuildRequires:  python-testtools >= 0.9.27
 Requires:       python-flake8 >= 2.0
 Requires:       python-pbr >= 0.5.21
-Requires:       python-six
+Requires:       python-six >= 1.4.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -65,7 +64,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+testr init && testr run --parallel
 
 %files
 %defattr(-,root,root,-)

++++++ hacking-0.7.2.tar.gz -> hacking-0.8.0.tar.gz ++++++
++++ 2387 lines of diff (skipped)

++++++ hacking-requirements.patch ++++++
diff -ruN a/hacking.egg-info/requires.txt b/hacking.egg-info/requires.txt
--- a/hacking.egg-info/requires.txt     2013-10-30 12:27:56.000000000 +0100
+++ b/hacking.egg-info/requires.txt     2014-01-17 15:55:01.364957966 +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>=1.4.1
\ No newline at end of file
+flake8>=2.0
+six>=1.4.1
diff -ruN a/requirements.txt b/requirements.txt
--- a/requirements.txt  2013-10-30 12:27:35.000000000 +0100
+++ b/requirements.txt  2014-01-17 15:54:31.309094868 +0100
@@ -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
 
 six>=1.4.1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to