forked from pool/python-stevedore
- update to version 1.32.0
- Update the constraints url - Update master for stable/train - Blacklist sphinx 2.1.0 (autodoc bug) - Switch to Ussuri jobs OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-stevedore?expand=0&rev=21
This commit is contained in:
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/stevedore/stevedore.spec.j2</param>
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/stevedore/stevedore.spec.j2</param>
|
||||||
<param name="output-name">python-stevedore.spec</param>
|
<param name="output-name">python-stevedore.spec</param>
|
||||||
<param name="requirements">https://raw.githubusercontent.com/openstack/stevedore/stable/train/requirements.txt</param>
|
<param name="requirements">https://opendev.org/openstack/stevedore/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,stevedore</param>
|
<param name="changelog-provider">gh,openstack,stevedore</param>
|
||||||
</service>
|
</service>
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 10:04:04 UTC 2020 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 1.32.0
|
||||||
|
- Update the constraints url
|
||||||
|
- Update master for stable/train
|
||||||
|
- Blacklist sphinx 2.1.0 (autodoc bug)
|
||||||
|
- Switch to Ussuri jobs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 14 12:03:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Sat Mar 14 12:03:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-stevedore
|
Name: python-stevedore
|
||||||
Version: 1.31.0
|
Version: 1.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage dynamic plugins for Python applications
|
Summary: Manage dynamic plugins for Python applications
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://docs.openstack.org/developer/stevedore/
|
URL: https://docs.openstack.org/developer/stevedore/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.31.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.32.0.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
@@ -90,7 +90,7 @@ This package contains documentation in HTML format.
|
|||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
# generate html docs
|
# generate html docs
|
||||||
PBR_VERSION=1.31.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
|
PBR_VERSION=1.32.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
|
||||||
# remove the Sphinx-build leftovers
|
# remove the Sphinx-build leftovers
|
||||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0739f9739a681c7a1fda76a102b65295e96a144ccdb552f2ae03c5f0abe8a14
|
|
||||||
size 505482
|
|
3
stevedore-1.32.0.tar.gz
Normal file
3
stevedore-1.32.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18afaf1d623af5950cc0f7e75e70f917784c73b652a34a12d90b309451b5500b
|
||||||
|
size 510344
|
Reference in New Issue
Block a user