11
0

- update to version 3.23.0

- Add debug log to indicate when external lock is taken
  - Update reno for stable/pike
  - Minor correction to docstrings
  - Windows: ensure exec calls don't block other greenthreads
  - Updated from global requirements

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=32
This commit is contained in:
2018-01-15 11:50:26 +00:00
committed by Git OBS Bridge
parent cfff077c91
commit a95e8a4d99
5 changed files with 21 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="output-name">python-oslo.concurrency.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
</service>

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 24 23:01:53 UTC 2017 - cloud-devel@suse.de
- update to version 3.23.0
- Add debug log to indicate when external lock is taken
- Update reno for stable/pike
- Minor correction to docstrings
- Windows: ensure exec calls don't block other greenthreads
- Updated from global requirements
-------------------------------------------------------------------
Thu Sep 28 06:57:11 UTC 2017 - cloud-devel@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.concurrency
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,15 +16,14 @@
#
%global sname oslo.concurrency
Name: python-oslo.concurrency
Version: 3.21.1
Version: 3.23.0
Release: 0
Summary: OpenStack oslo.concurrency library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
Url: https://launchpad.net/oslo.concurrency
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.23.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-enum34
@@ -60,7 +59,7 @@ external processes.
Summary: Documentation for OpenStack concurrency library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme >= 1.16.0
BuildRequires: python-openstackdocstheme >= 1.11.0
%description doc
The oslo.concurrency library has utilities for safely running multi-thread,
@@ -69,7 +68,7 @@ external processes.
This package contains the documentation.
%prep
%autosetup -n %{sname}-%{version}
%autosetup -p1 -n oslo.concurrency-3.23.0
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg