commit python-hacking for openSUSE:Factory

2014-04-05 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2014-04-05 21:39:11.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.6qORIh/_new  2014-04-05 21:39:11.0 +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.0 +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.0 +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: 

commit python-hacking for openSUSE:Factory

2014-03-22 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2014-03-22 09:09:57.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar 21 09:38:43 UTC 2014 - dmuel...@suse.com
+
+- fix check run 
+
+---
+Thu Jan 30 13:20:38 UTC 2014 - dmuel...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.buAHZI/_new  2014-03-22 09:09:57.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.buAHZI/_new  2014-03-22 09:09:57.0 +0100
@@ -1,23 +1,28 @@
-diff -ruN a/hacking.egg-info/requires.txt b/hacking.egg-info/requires.txt
 a/hacking.egg-info/requires.txt2013-09-10 23:24:17.0 +0200
-+++ b/hacking.egg-info/requires.txt2013-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.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-hacking for openSUSE:Factory

2013-11-04 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2013-11-04 12:47:08.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 09:28:29 UTC 2013 - speili...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.xgZiBJ/_new  2013-11-04 12:47:09.0 +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 speili...@suse.com - 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.0 +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.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-hacking for openSUSE:Factory

2013-10-02 Thread h_root
Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2013-10-02 13:32:51

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-07-10 17:31:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2013-10-02 13:32:52.0 +0200
@@ -1,0 +2,25 @@
+Wed Sep 11 21:07:18 UTC 2013 - dmuel...@suse.com
+
+- update to 0.7.2:
+  * pypy fixes
+
+---
+Sat Aug 10 11:05:26 UTC 2013 - dmuel...@suse.com
+
+- update to 0.7.0:
+  * Fix H202 check
+  * Fix various Python 3.x related fallout
+- remove 0001-Don-t-crash-on-tests-when-git-is-not-installed.patch
+
+---
+Thu Aug  8 14:04:48 UTC 2013 - speili...@suse.com
+
+- Buildrequire extras
+
+---
+Fri Jul 19 10:48:10 UTC 2013 - dmuel...@suse.com
+
+- update to 0.6.0:
+  * Latest and greatest Hacking checks
+
+---

Old:

  hacking-0.5.6.tar.gz
  pyflakes-07x.diff

New:

  hacking-0.7.2.tar.gz



Other differences:
--
++ python-hacking.spec ++
--- /var/tmp/diff_new_pack.4AGUQD/_old  2013-10-02 13:32:52.0 +0200
+++ /var/tmp/diff_new_pack.4AGUQD/_new  2013-10-02 13:32:52.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   python-hacking
-Version:0.5.6
+Version:0.7.2
 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
-Patch0: pyflakes-07x.diff
-BuildRequires:  python-d2to1
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-pbr
@@ -34,15 +32,17 @@
 %if 0%{?suse_version} = 1110
 BuildRequires:  python-discover
 %endif
+BuildRequires:  python-extras
 BuildRequires:  python-fixtures = 0.3.12
 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
-Requires:   python-d2to1
-Requires:   python-flake8
-Requires:   python-pbr
+Requires:   python-flake8 = 2.0
+Requires:   python-pbr = 0.5.21
+Requires:   python-six
 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())}
@@ -55,7 +55,6 @@
 
 %prep
 %setup -q -n hacking-%{version}
-%patch0
 
 %build
 python setup.py build

++ hacking-0.5.6.tar.gz - hacking-0.7.2.tar.gz ++
 2245 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-hacking for openSUSE:Factory

2013-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2013-07-10 17:31:43

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-07-03 10:26:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2013-07-10 17:31:45.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul  9 11:56:05 UTC 2013 - dmuel...@suse.com
+
+- pyflakes-07x.diff: allow python-pyflakes 0.7.3 as well 
+
+---
+Wed Jul  3 15:57:04 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.6:
+  * Ignore import lines with noqa
+
+---

Old:

  hacking-0.5.5.tar.gz

New:

  hacking-0.5.6.tar.gz
  pyflakes-07x.diff



Other differences:
--
++ python-hacking.spec ++
--- /var/tmp/diff_new_pack.1xo0Ai/_old  2013-07-10 17:31:46.0 +0200
+++ /var/tmp/diff_new_pack.1xo0Ai/_new  2013-07-10 17:31:46.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   python-hacking
-Version:0.5.5
+Version:0.5.6
 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
+Patch0: pyflakes-07x.diff
 BuildRequires:  python-d2to1
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n hacking-%{version}
+%patch0
 
 %build
 python setup.py build

++ hacking-0.5.5.tar.gz - hacking-0.5.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hacking-0.5.5/AUTHORS new/hacking-0.5.6/AUTHORS
--- old/hacking-0.5.5/AUTHORS   2013-06-10 20:20:15.0 +0200
+++ new/hacking-0.5.6/AUTHORS   2013-06-26 23:52:29.0 +0200
@@ -13,6 +13,7 @@
 Asbjørn Sannes asbjorn.san...@interhost.no
 Attila Fazekas afaze...@redhat.com
 Bhuvan Arumugam bhu...@apache.org
+Brant Knudson bknud...@us.ibm.com
 Brian Elliott brian.elli...@rackspace.com
 Brian Lamar brian.la...@rackspace.com
 Brian Waldon bcwal...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hacking-0.5.5/ChangeLog new/hacking-0.5.6/ChangeLog
--- old/hacking-0.5.5/ChangeLog 2013-06-10 20:20:15.0 +0200
+++ new/hacking-0.5.6/ChangeLog 2013-06-26 23:52:29.0 +0200
@@ -1,3 +1,44 @@
+commit ce26036d816a4e2bd99c73c23fe794b4fc5a0a67
+Merge: 8bfdeea 8f349ad
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Jun 26 21:44:35 2013 +
+
+Merge Ignore import lines with noqa into 0.5.x
+
+commit 8f349ad8cf7db0d1c74005173b7713b301671d9c
+Author: Brant Knudson bknud...@us.ibm.com
+Date:   Fri Jun 21 12:20:50 2013 -0500
+
+Ignore import lines with noqa
+
+flake8 says that lines with '# noqa' should be ignored, but the
+import rules checker isn't ignoring those lines.
+
+This change makes it so that import lines with # noqa are ignored.
+
+Change-Id: Icb2c3eaf0cec87e18bc3c6dcf28f8e2642ec23a2
+Fixes: bug 1186188
+(cherry picked from commit d728031755269d352ea43c1ea4fb59fd0eceebd5)
+
+commit 8bfdeea984697e803dcc4973900a077c5ec30632
+Author: Mark McLoughlin mar...@redhat.com
+Date:   Thu Jun 20 10:18:00 2013 +0100
+
+Include HACKING.rst in MANIFEST.in
+
+Without this, I'm seeing:
+
+  Running setup.py egg_info for package from 
file:///.../hacking-0.5.5.6.ga6bef44.zip
+error in setup command: Error parsing ../setup.cfg: IOError: 2
+
+This is a file not found when it tries to open HACKING.rst.
+
+Not sure whether something changed recently to cause this to start
+happening.
+
+Change-Id: I499332181c83a7bb127261efd6354ae4d92f5709
+(cherry picked from commit 7c4421e470f53bea90a08ea5cb4273b6b43806a5)
+
 commit 87b6b5b7ddbf603817fdbfb751464fa8576a40a4
 Merge: 3ac8ffd 281fa74
 Author: Jenkins jenk...@review.openstack.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hacking-0.5.5/MANIFEST.in 
new/hacking-0.5.6/MANIFEST.in
--- old/hacking-0.5.5/MANIFEST.in   2013-06-10 20:19:37.0 +0200
+++ new/hacking-0.5.6/MANIFEST.in   2013-06-26 23:51:35.0 +0200
@@ -1,6 +1,7 @@
 include AUTHORS
 include ChangeLog
 include README.rst
+include HACKING.rst
 include requirements.txt
 include 

commit python-hacking for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2013-07-03 10:26:13

Comparing /work/SRC/openSUSE:Factory/python-hacking (Old)
 and  /work/SRC/openSUSE:Factory/.python-hacking.new (New)


Package is python-hacking

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2013-07-03 10:26:15.0 +0200
@@ -0,0 +1,28 @@
+---
+Wed Jun 26 15:30:02 UTC 2013 - cfarr...@suse.com
+
+- license update: Apache-2.0
+  See LICENSE file
+
+---
+Wed Jun 26 15:17:17 UTC 2013 - dmuel...@suse.com
+
+- remove dependency on python-discover for newer distros
+
+---
+Fri Jun 21 16:50:44 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.5:
+  * new checks, fixes
+
+---
+Mon May 27 10:38:21 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.4:
+  * Support local checks
+
+---
+Mon May 13 13:13:35 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  hacking-0.5.5.tar.gz
  python-hacking.changes
  python-hacking.spec



Other differences:
--
++ python-hacking.spec ++
#
# spec file for package python-hacking
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python-hacking
Version:0.5.5
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
BuildRequires:  python-d2to1
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-pbr
# Test requirements:
BuildRequires:  python-coverage = 3.6
%if 0%{?suse_version} = 1110
BuildRequires:  python-discover
%endif
BuildRequires:  python-fixtures = 0.3.12
BuildRequires:  python-flake8
BuildRequires:  python-python-subunit
BuildRequires:  python-testrepository = 0.0.13
BuildRequires:  python-testscenarios
BuildRequires:  python-testtools = 0.9.27
Requires:   python-d2to1
Requires:   python-flake8
Requires:   python-pbr
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())}
%else
BuildArch:  noarch
%endif

%description
Introduction

%prep
%setup -q -n hacking-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py testr

%files
%defattr(-,root,root,-)
%doc ChangeLog README.rst AUTHORS LICENSE
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org