forked from pool/python-stevedore
- update to version 1.30.1
- add lib-forward-testing-python3 test job - Update doc/conf.py to avoid warnings with sphinx 1.8 - Removed older version of python added 3.5 - Change openstack-dev to openstack-discuss - Update reno for stable/rocky - Use template for lower-constraints - add python 3.6 unit test job - Update sphinx logging to not use app object - fix wrong link - import zuul job settings from project-config OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-stevedore?expand=0&rev=15
This commit is contained in:
4
_service
4
_service
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/stevedore/stevedore.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/stevedore/stevedore.spec.j2</param>
|
||||
<param name="output-name">python-stevedore.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/stevedore/stable/rocky/requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/stevedore/stable/stein/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,stevedore</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 14:03:43 UTC 2019 - cloud-devel@suse.de
|
||||
|
||||
- update to version 1.30.1
|
||||
- add lib-forward-testing-python3 test job
|
||||
- Update doc/conf.py to avoid warnings with sphinx 1.8
|
||||
- Removed older version of python added 3.5
|
||||
- Change openstack-dev to openstack-discuss
|
||||
- Update reno for stable/rocky
|
||||
- Use template for lower-constraints
|
||||
- add python 3.6 unit test job
|
||||
- Update sphinx logging to not use app object
|
||||
- fix wrong link
|
||||
- import zuul job settings from project-config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 09:30:35 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -17,22 +17,20 @@
|
||||
|
||||
|
||||
Name: python-stevedore
|
||||
Version: 1.29.0
|
||||
Version: 1.30.1
|
||||
Release: 0
|
||||
Summary: Manage dynamic plugins for Python applications
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/developer/stevedore/
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.29.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.30.1.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-docutils
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python2-pbr >= 2.0.0
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-testtools
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
@@ -83,7 +81,7 @@ This package contains documentation in HTML format.
|
||||
%python_build
|
||||
|
||||
# generate html docs
|
||||
PBR_VERSION=1.29.0 PYTHONPATH=. sphinx-build -b html doc/source doc/build/html
|
||||
PBR_VERSION=1.30.1 PYTHONPATH=. sphinx-build -b html doc/source doc/build/html
|
||||
# remove the Sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8
|
||||
size 508236
|
||||
3
stevedore-1.30.1.tar.gz
Normal file
3
stevedore-1.30.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7be098ff53d87f23d798a7ce7ae5c31f094f3deb92ba18059b1aeb1ca9fec0a0
|
||||
size 507795
|
||||
Reference in New Issue
Block a user