Accepting request 1069678 from Cloud:OpenStack:Factory
- avoid eventlet lockup - update to version 5.0.1 - Log when waiting to acquire lock - Ignore coverage result files - Fix formatting of release list - Drop python3.6/3.7 support in testing runtime - Fix fair internal lock used from eventlet.spawn_n - Prove that spawn_n with fair lock is broken - Imported Translations from Zanata OBS-URL: https://build.opensuse.org/request/show/1069678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.concurrency?expand=0&rev=19
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6869b946b93d95babf20cd16be06fc35a5ec14d07ea2c1f315f4ac6ea5f0da17
|
||||
size 59126
|
3
oslo.concurrency-5.0.1.tar.gz
Normal file
3
oslo.concurrency-5.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dfbf36095f4637ffbb65e5c241f4c25851abd3b728dddad9f07396302a72544
|
||||
size 59944
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 15:22:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- avoid eventlet lockup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 12:23:30 UTC 2022 - cloud-devel@suse.de
|
||||
|
||||
- update to version 5.0.1
|
||||
- Log when waiting to acquire lock
|
||||
- Ignore coverage result files
|
||||
- Fix formatting of release list
|
||||
- Drop python3.6/3.7 support in testing runtime
|
||||
- Fix fair internal lock used from eventlet.spawn_n
|
||||
- Prove that spawn_n with fair lock is broken
|
||||
- Imported Translations from Zanata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 21:18:02 UTC 2022 - cloud-devel@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-oslo.concurrency
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-oslo.concurrency
|
||||
Version: 4.5.1
|
||||
Version: 5.0.1
|
||||
Release: 0
|
||||
Summary: OpenStack oslo.concurrency library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/oslo.concurrency
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-4.5.1.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-5.0.1.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-eventlet
|
||||
BuildRequires: python3-fasteners >= 0.7.0
|
||||
@@ -73,7 +73,7 @@ external processes.
|
||||
This package contains the documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oslo.concurrency-4.5.1
|
||||
%autosetup -p1 -n oslo.concurrency-5.0.1
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
@@ -88,7 +88,8 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
%{py3_install}
|
||||
|
||||
%check
|
||||
python3 -m stestr.cli run
|
||||
env TEST_EVENTLET=0 %{openstack_stestr_run}
|
||||
env TEST_EVENTLET=1 %{openstack_stestr_run}
|
||||
|
||||
%files -n python3-oslo.concurrency
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user