forked from pool/python-stevedore
update to stable/victoria
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-stevedore?expand=0&rev=23
This commit is contained in:
4
_service
4
_service
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/stevedore/stevedore.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/stevedore/stevedore.spec.j2</param>
|
||||
<param name="output-name">python-stevedore.spec</param>
|
||||
<param name="requirements">https://opendev.org/openstack/stevedore/raw/branch/stable/ussuri/requirements.txt</param>
|
||||
<param name="requirements">https://opendev.org/openstack/stevedore/raw/branch/stable/victoria/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,stevedore</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 19:19:31 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
- update to version 3.2.2
|
||||
- Drop Python 2.7 support
|
||||
- sphinxext: fix warning message for detailed list
|
||||
- Switch to newer openstackdocstheme and reno versions
|
||||
- Replace external mock with built-in unittest.mock
|
||||
- Remove Travis CI config
|
||||
- switch to importlib.metadata package
|
||||
- fix supported python versions in documentation
|
||||
- Add Python3 victoria unit tests
|
||||
- add release note before major version update
|
||||
- add property methods to extension for more entry point values
|
||||
- Stop to use the __future__ module.
|
||||
- Remove dead files
|
||||
- Mark sphinx extensions thread safe
|
||||
- Update master for stable/ussuri
|
||||
- Fix the bug 1892610. There're some syntax errors in the comment of stevedore code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 10:04:04 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
|
||||
@@ -17,19 +17,18 @@
|
||||
|
||||
|
||||
Name: python-stevedore
|
||||
Version: 1.32.0
|
||||
Version: 3.2.2
|
||||
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.32.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-3.2.2.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-testtools
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -47,8 +46,9 @@ dynamically loaded extensions.
|
||||
%package -n python3-stevedore
|
||||
Summary: Manage dynamic plugins for Python applications
|
||||
Group: Development/Languages/Python
|
||||
Requires: python3-importlib_metadata >= 1.7.0
|
||||
Requires: python3-pbr >= 2.0.0
|
||||
Requires: python3-six >= 1.10.0
|
||||
Requires: python3-six
|
||||
|
||||
%description -n python3-stevedore
|
||||
Python makes loading code dynamically easy, allowing you to configure
|
||||
@@ -90,7 +90,7 @@ This package contains documentation in HTML format.
|
||||
%py3_build
|
||||
|
||||
# generate html docs
|
||||
PBR_VERSION=1.32.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=3.2.2 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:18afaf1d623af5950cc0f7e75e70f917784c73b652a34a12d90b309451b5500b
|
||||
size 510344
|
||||
3
stevedore-3.2.2.tar.gz
Normal file
3
stevedore-3.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f845868b3a3a77a2489d226568abe7328b5c2d4f6a011cc759dfa99144a521f0
|
||||
size 512174
|
||||
Reference in New Issue
Block a user