Hello community,
here is the log from the commit of package python-oslo.concurrency for
openSUSE:Factory checked in at 2016-05-04 08:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.concurrency (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.concurrency.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.concurrency"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.concurrency/python-oslo.concurrency.changes
2015-10-30 13:42:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.concurrency.new/python-oslo.concurrency.changes
2016-05-04 08:20:04.000000000 +0200
@@ -1,0 +2,46 @@
+Mon Apr 4 11:19:26 UTC 2016 - [email protected]
+
+- update to 3.7.0:
+ * Updated from global requirements
+ * Update .gitreview for stable/mitaka
+- Adjust Requires
+
+-------------------------------------------------------------------
+Wed Mar 16 16:52:58 UTC 2016 - [email protected]
+
+- Add python-enum34 as BuildRequires to fix tests
+
+-------------------------------------------------------------------
+Mon Feb 29 09:33:56 UTC 2016 - [email protected]
+
+- update to 3.6.0:
+ * Updated from global requirements
+ * Update translation setup
+ * Add prlimit parameter to execute()
+ * Imported Translations from Zanata
+ * Remove unnecessary package in setup.cfg
+
+-------------------------------------------------------------------
+Sun Feb 28 13:15:49 UTC 2016 - [email protected]
+
+- update to 3.2.0:
+ * Updated from global requirements
+ * Trival: Remove 'MANIFEST.in'
+ * Add complementary remove lock with prefix function
+ * Drop python 2.6 support
+ * Updated from global requirements
+ * Remove python 2.6 classifier
+ * Use versionadded and versionchanged in doc
+ * Updated from global requirements
+ * Imported Translations from Zanata
+ * Fix Tests to run under OSX
+ * Fix coverage configuration and execution
+ * Imported Translations from Zanata
+ * Move 'history' -> release notes section
+ * add auto-generated docs for config options
+ * Change ignore-errors to ignore_errors
+ * Updated from global requirements
+ * Imported Translations from Zanata
+ * Use int enumerations for log error constants
+
+-------------------------------------------------------------------
Old:
----
oslo.concurrency-2.6.0.tar.gz
New:
----
oslo.concurrency-3.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.concurrency.spec ++++++
--- /var/tmp/diff_new_pack.zkDOh7/_old 2016-05-04 08:20:05.000000000 +0200
+++ /var/tmp/diff_new_pack.zkDOh7/_new 2016-05-04 08:20:05.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.concurrency
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,10 @@
#
+%define version_unconverted 3.7.0
+
Name: python-oslo.concurrency
-Version: 2.6.0
+Version: 3.7.0
Release: 0
Summary: OpenStack Oslo concurrency library
License: Apache-2.0
@@ -26,6 +28,7 @@
Source:
https://pypi.python.org/packages/source/o/oslo.concurrency/oslo.concurrency-%{version}.tar.gz
BuildRequires: openstack-suse-macros
BuildRequires: python-devel
+BuildRequires: python-enum34
BuildRequires: python-eventlet
BuildRequires: python-fasteners
BuildRequires: python-fixtures
@@ -41,19 +44,16 @@
BuildRequires: python-sphinx
BuildRequires: python-testrepository
Requires: python-Babel >= 1.3
+Requires: python-enum34
Requires: python-fasteners >= 0.7
Requires: python-iso8601 >= 0.1.9
-Requires: python-oslo.config >= 2.3.0
-Requires: python-oslo.i18n >= 1.5.0
-Requires: python-oslo.utils >= 2.0.0
+Requires: python-oslo.config >= 3.7.0
+Requires: python-oslo.i18n >= 2.1.0
+Requires: python-oslo.utils >= 3.5.0
Requires: python-retrying >= 1.2.3
Requires: python-six >= 1.9.0
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
Oslo concurrency library has utilities for safely running multi-thread,
@@ -85,8 +85,10 @@
%{__python2} setup.py install --skip-build --root %{buildroot}
%check
+%if "%_lib" == "lib64"
testr init
testr run --parallel
+%endif
%files
%defattr(-,root,root,-)
++++++ oslo.concurrency-2.6.0.tar.gz -> oslo.concurrency-3.7.0.tar.gz ++++++
++++ 2251 lines of diff (skipped)