11
0

- update to 3.9.0:

* Add doc/ to pep8 check
  * Remove unused import statement
  * Add timeout option to ssh_execute
  * Fix wrong import example in docstring
  * Trivial: ignore openstack/common in flake8 exclude list
  * Updated from global requirements
  * Imported Translations from Zanata
  * processutils: add support for missing process limits
  * Remove direct dependency on babel
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Add a few usage examples for lockutils
  * Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
  * Updated from global requirements
  * Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=20
This commit is contained in:
Thomas Bechtold
2016-06-03 13:19:26 +00:00
committed by Git OBS Bridge
parent c97ce7ae91
commit 9cf0924438
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32
size 39703

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54037fd48b6a10b3ccc68c2161b6aff070858ef515bea1326e8db9f5eadaffe4
size 41287

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jun 3 13:17:59 UTC 2016 - tbechtold@suse.com
- update to 3.9.0:
* Add doc/ to pep8 check
* Remove unused import statement
* Add timeout option to ssh_execute
* Fix wrong import example in docstring
* Trivial: ignore openstack/common in flake8 exclude list
* Updated from global requirements
* Imported Translations from Zanata
* processutils: add support for missing process limits
* Remove direct dependency on babel
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Add a few usage examples for lockutils
* Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
* Updated from global requirements
* Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set
-------------------------------------------------------------------
Thu Jun 2 08:55:41 UTC 2016 - tbechtold@suse.com

View File

@@ -18,13 +18,13 @@
%global sname oslo.concurrency
Name: python-oslo.concurrency
Version: 3.7.0
Version: 3.9.0
Release: 0
Summary: OpenStack oslo.concurrency library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source0: https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
Source0: https://pypi.python.org/packages/04/60/4f001d4783070147d4e209f67c22945c8c7031c8d49657f3b7fe2e70db88/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-enum34
@@ -41,7 +41,6 @@ BuildRequires: python-pbr >= 1.6
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
Requires: python-Babel >= 2.3.4
Requires: python-enum34
Requires: python-fasteners >= 0.7
Requires: python-iso8601 >= 0.1.11