- update to version 5.2.0
- Update master for stable/2023.1 - Imported Translations from Zanata - Revert "Moves supported python runtimes from version 3.8 to 3.10" - Bump bandit - Moves supported python runtimes from version 3.8 to 3.10 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=59
This commit is contained in:
parent
eccbe71c0d
commit
3f6356f2a0
6
_service
6
_service
@ -1,12 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<service mode="manual" name="renderspec">
|
||||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
|
||||||
<param name="output-name">python-oslo.concurrency.spec</param>
|
<param name="output-name">python-oslo.concurrency.spec</param>
|
||||||
<param name="requirements">https://opendev.org/openstack/oslo.concurrency/raw/branch/master/requirements.txt</param>
|
<param name="requirements">https://opendev.org/openstack/oslo.concurrency/raw/branch/master/requirements.txt</param>
|
||||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||||
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
|
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="download_files">
|
<service mode="manual" name="download_files">
|
||||||
</service>
|
</service>
|
||||||
<service name="format_spec_file" mode="disabled"/>
|
<service name="format_spec_file" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:110fb601d822dd4b08eea27977d70d01f9f1cd1eaf6decd042a21f43bf3f2b25
|
|
||||||
size 59787
|
|
3
oslo.concurrency-5.2.0.tar.gz
Normal file
3
oslo.concurrency-5.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a19ec574ed057e93d5167432605ff874c4b9017a5215fd021a2034c6cd52a92
|
||||||
|
size 60052
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 4 09:11:38 UTC 2024 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 5.2.0
|
||||||
|
- Update master for stable/2023.1
|
||||||
|
- Imported Translations from Zanata
|
||||||
|
- Revert "Moves supported python runtimes from version 3.8 to 3.10"
|
||||||
|
- Bump bandit
|
||||||
|
- Moves supported python runtimes from version 3.8 to 3.10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 3 12:25:13 UTC 2023 - cloud-devel@suse.de
|
Wed May 3 12:25:13 UTC 2023 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-oslo.concurrency
|
# spec file for package python-oslo.concurrency
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.concurrency
|
Name: python-oslo.concurrency
|
||||||
Version: 5.1.1
|
Version: 5.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack oslo.concurrency library
|
Summary: OpenStack oslo.concurrency library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://docs.openstack.org/oslo.concurrency
|
URL: https://docs.openstack.org/oslo.concurrency
|
||||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-5.1.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-5.2.0.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python3-eventlet
|
BuildRequires: python3-eventlet
|
||||||
BuildRequires: python3-fasteners >= 0.7.0
|
BuildRequires: python3-fasteners >= 0.7.0
|
||||||
@ -73,7 +73,7 @@ external processes.
|
|||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n oslo.concurrency-5.1.1
|
%autosetup -p1 -n oslo.concurrency-5.2.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user