- update to version 4.0.2
- Spiff up docs for *_with_prefix - Blacklist sphinx 2.1.0 (autodoc bug) - tox: Keeping going with docs - Stop to build universal wheel - Update the constraints url - tox: Trivial cleanup - Update master for stable/train - ignore reno builds artifacts - Drop python 2.7 support and testing - Document management and history of lock files - Update hacking for Python3 - Switch to Ussuri jobs - Add lock_with_prefix convenience utility - Fix remove_lock test - trivial: Cleanup tox.ini - remove outdated header - Use unittest.mock instead of third party mock - Stop configuring install_command in tox. - Some test cleanup - Bump the openstackdocstheme extension to 1.20 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=49
This commit is contained in:
parent
a5cf88a155
commit
4213d625e8
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<service mode="disabled" name="renderspec">
|
||||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/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://raw.githubusercontent.com/openstack/oslo.concurrency/stable/train/requirements.txt</param>
|
<param name="requirements">https://opendev.org/openstack/oslo.concurrency/raw/branch/stable/ussuri/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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b4e680a11df54cf32656958f147a36bd50f4528477799d79084cfdbe41a7497
|
|
||||||
size 51068
|
|
3
oslo.concurrency-4.0.2.tar.gz
Normal file
3
oslo.concurrency-4.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e26fe97fcde9a9f825d6cb7e92ad85baea7112d98a63b7934e6fe4a989c9f794
|
||||||
|
size 53910
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 09:54:07 UTC 2020 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 4.0.2
|
||||||
|
- Spiff up docs for *_with_prefix
|
||||||
|
- Blacklist sphinx 2.1.0 (autodoc bug)
|
||||||
|
- tox: Keeping going with docs
|
||||||
|
- Stop to build universal wheel
|
||||||
|
- Update the constraints url
|
||||||
|
- tox: Trivial cleanup
|
||||||
|
- Update master for stable/train
|
||||||
|
- ignore reno builds artifacts
|
||||||
|
- Drop python 2.7 support and testing
|
||||||
|
- Document management and history of lock files
|
||||||
|
- Update hacking for Python3
|
||||||
|
- Switch to Ussuri jobs
|
||||||
|
- Add lock_with_prefix convenience utility
|
||||||
|
- Fix remove_lock test
|
||||||
|
- trivial: Cleanup tox.ini
|
||||||
|
- remove outdated header
|
||||||
|
- Use unittest.mock instead of third party mock
|
||||||
|
- Stop configuring install_command in tox.
|
||||||
|
- Some test cleanup
|
||||||
|
- Bump the openstackdocstheme extension to 1.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 23 12:17:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Mar 23 12:17:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.concurrency
|
Name: python-oslo.concurrency
|
||||||
Version: 3.30.0
|
Version: 4.0.2
|
||||||
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://launchpad.net/oslo.concurrency
|
URL: https://launchpad.net/oslo.concurrency
|
||||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.30.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-4.0.2.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
|
||||||
@ -77,7 +77,7 @@ external processes.
|
|||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n oslo.concurrency-3.30.0
|
%autosetup -p1 -n oslo.concurrency-4.0.2
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user