osc copypac from project:Cloud:OpenStack:Pike package:python-oslo.concurrency revision:2, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=31
This commit is contained in:
Thomas Bechtold
2017-09-28 06:58:07 +00:00
committed by Git OBS Bridge
parent 52318ad45b
commit cfff077c91
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb
size 47353

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 28 06:57:11 UTC 2017 - cloud-devel@suse.de
- update to version 3.21.1
- Update .gitreview for stable/pike
- Windows: ensure exec calls don't block other greenthreads
- Updated from global requirements
- Update UPPER_CONSTRAINTS_FILE for stable/pike
-------------------------------------------------------------------
Mon Aug 7 13:37:37 UTC 2017 - cloud-devel@suse.de

View File

@@ -18,7 +18,7 @@
%global sname oslo.concurrency
Name: python-oslo.concurrency
Version: 3.21.0
Version: 3.21.1
Release: 0
Summary: OpenStack oslo.concurrency library
License: Apache-2.0
@@ -60,7 +60,7 @@ external processes.
Summary: Documentation for OpenStack concurrency library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme >= 1.11.0
BuildRequires: python-openstackdocstheme >= 1.16.0
%description doc
The oslo.concurrency library has utilities for safely running multi-thread,