1
0

Accepting request 841206 from Cloud:OpenStack:Factory

switch to victoria

OBS-URL: https://build.opensuse.org/request/show/841206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2020-10-26 15:16:31 +00:00 committed by Git OBS Bridge
commit 57163e13c1
5 changed files with 36 additions and 9 deletions

View File

@ -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/oslo.config/oslo.config.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/oslo.config/oslo.config.spec.j2</param>
<param name="output-name">python-oslo.config.spec</param>
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/ussuri/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.config</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44452960969a526c1d6ea8d36bafcbe137fbf6c3101bc41d5804814c9190dd22
size 148224

3
oslo.config-8.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c214ab7b30946b7341248edc7ea000944163b460d395af99fd182598b82d5833
size 148787

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Oct 9 19:16:51 UTC 2020 - cloud-devel@suse.de
- update to version 8.3.2
- Remove six from lower-constraints.txt
- Resolve UnboundLocalError
- Cap flake8 to be < 3.8.0
- Mark sphinx extensions thread safe
- Fix pygments style
- Update lower-constraints versions
- generator: Handle 'cfg.Opt'-type options
- Add Python3 victoria unit tests
- Remove the unused coding style modules
- Add release notes links to doc index
- docs: Mention other ways of escaping '$'
- drop use of pkg_resources
- Use unittest.mock instead of third party mock
- Update master for stable/ussuri
- Bump bandit version
- Fix unit tests to work with stevedore > 2.0.1
- Raise hacking minimum to 3.0.1
- Remove redundant class docstring info
- Align contributing doc with oslo's policy
- Add py38 package metadata
-------------------------------------------------------------------
Tue May 12 09:46:27 UTC 2020 - cloud-devel@suse.de

View File

@ -17,17 +17,18 @@
Name: python-oslo.config
Version: 8.0.2
Version: 8.3.2
Release: 0
Summary: OpenStack common configuration library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/oslo.config
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.0.2.tar.gz
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.3.2.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-debtcollector >= 1.2.0
BuildRequires: python3-fixtures
BuildRequires: python3-importlib-metadata
BuildRequires: python3-mock
BuildRequires: python3-netaddr >= 0.7.18
BuildRequires: python3-oslo.i18n >= 3.15.3
@ -57,6 +58,7 @@ Summary: OpenStack common configuration library
Group: Development/Languages/Python
Requires: python3-PyYAML >= 3.12
Requires: python3-debtcollector >= 1.2.0
Requires: python3-importlib-metadata
Requires: python3-netaddr >= 0.7.18
Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-requests >= 2.18.0
@ -89,13 +91,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
Documentation for the oslo-config library.
%prep
%autosetup -p1 -n oslo.config-8.0.2
%autosetup -p1 -n oslo.config-8.3.2
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=8.0.2 PYTHONPATH=. \
PBR_VERSION=8.3.2 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}