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.000000000 +0200
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Wed Jun 26 15:30:02 UTC 2013 - [email protected]
+
+- license update: Apache-2.0
+  See LICENSE file
+
+-------------------------------------------------------------------
+Wed Jun 26 15:17:17 UTC 2013 - [email protected]
+
+- remove dependency on python-discover for newer distros
+
+-------------------------------------------------------------------
+Fri Jun 21 16:50:44 UTC 2013 - [email protected]
+
+- update to 0.5.5:
+  * new checks, fixes
+
+-------------------------------------------------------------------
+Mon May 27 10:38:21 UTC 2013 - [email protected]
+
+- update to 0.5.4:
+  * Support local checks
+
+-------------------------------------------------------------------
+Mon May 13 13:13:35 UTC 2013 - [email protected]
+
+- 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to