1
0

- update to version 8.8.0

- Update python testing classifier
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
  - Update master for stable/xena
  - Fix tests for Python3.
  - setup.cfg: Replace dashes with underscores
  - Add Python3 yoga unit tests

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=93
This commit is contained in:
Dirk Mueller 2022-05-24 21:27:40 +00:00 committed by Git OBS Bridge
parent f2e3a7cd49
commit 7fd1b2859e
5 changed files with 20 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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/xena/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/master/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:a0c346d778cdc8870ab945e438bea251b5f45fae05d6d99dfe4953cca2277b60
size 160536

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 24 21:26:19 UTC 2022 - cloud-devel@suse.de
- update to version 8.8.0
- Update python testing classifier
- Replace deprecated UPPER_CONSTRAINTS_FILE variable
- Update master for stable/xena
- Fix tests for Python3.
- setup.cfg: Replace dashes with underscores
- Add Python3 yoga unit tests
-------------------------------------------------------------------
Tue Oct 26 21:36:55 UTC 2021 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-oslo.config
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,20 +17,19 @@
Name: python-oslo.config
Version: 8.7.1
Version: 8.8.0
Release: 0
Epoch: 0
Summary: OpenStack common configuration library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.config
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.7.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.8.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 5.1
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
BuildRequires: python3-oslotest
@ -38,7 +37,6 @@ BuildRequires: python3-pbr
BuildRequires: python3-requests >= 2.18.0
BuildRequires: python3-requests-mock
BuildRequires: python3-rfc3986 >= 1.2.0
BuildRequires: python3-six
BuildRequires: python3-stestr
BuildRequires: python3-stevedore >= 1.20.0
BuildRequires: python3-testscenarios
@ -63,7 +61,6 @@ Requires: python3-netaddr >= 0.7.18
Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-requests >= 2.18.0
Requires: python3-rfc3986 >= 1.2.0
Requires: python3-six
Requires: python3-stevedore >= 1.20.0
%if 0%{?suse_version}
Obsoletes: python2-oslo.config < 8.0.1
@ -90,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
Documentation for the oslo-config library.
%prep
%autosetup -p1 -n oslo.config-8.7.1
%autosetup -p1 -n oslo.config-8.8.0
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=8.7.1 PYTHONPATH=. \
PBR_VERSION=8.8.0 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}