1
0

Accepting request 1084313 from Cloud:OpenStack:Factory

- update to version 9.1.1
  - Fix issues related to tox4
  - Update master for stable/zed
  - Add Python3 antelope unit tests
  - fix CLI mismatch in unit tests
  - Disable a config test if ran under the root user
  - Make tests backward compat with cliff' older versions

OBS-URL: https://build.opensuse.org/request/show/1084313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2023-05-03 13:42:25 +00:00 committed by Git OBS Bridge
commit c28b81ca0a
4 changed files with 20 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 3 12:22:46 UTC 2023 - cloud-devel@suse.de
- update to version 9.1.1
- Fix issues related to tox4
- Update master for stable/zed
- Add Python3 antelope unit tests
- fix CLI mismatch in unit tests
- Disable a config test if ran under the root user
- Make tests backward compat with cliff' older versions
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 16 08:43:47 UTC 2022 - cloud-devel@suse.de Tue Aug 16 08:43:47 UTC 2022 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-oslo.config # spec file for package python-oslo.config
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: python-oslo.config Name: python-oslo.config
Version: 9.0.0 Version: 9.1.1
Release: 0 Release: 0
Epoch: 0 Epoch: 0
Summary: OpenStack common configuration library Summary: OpenStack common configuration library
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.config URL: https://docs.openstack.org/oslo.config
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.1.1.tar.gz
BuildRequires: openstack-macros BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 5.1 BuildRequires: python3-PyYAML >= 5.1
BuildRequires: python3-debtcollector >= 1.2.0 BuildRequires: python3-debtcollector >= 1.2.0
@ -87,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
Documentation for the oslo-config library. Documentation for the oslo-config library.
%prep %prep
%autosetup -p1 -n oslo.config-9.0.0 %autosetup -p1 -n oslo.config-9.1.1
%py_req_cleanup %py_req_cleanup
%build %build
%{py3_build} %{py3_build}
PBR_VERSION=9.0.0 PYTHONPATH=. \ PBR_VERSION=9.1.1 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html %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}
@ -104,7 +104,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check %check
# Requires oslo.log which we can't depend on for build cycle reasons # Requires oslo.log which we can't depend on for build cycle reasons
rm -v oslo_config/tests/test_cfg.py rm -v oslo_config/tests/test_cfg.py
python3 -m stestr.cli run %{openstack_stestr_run}
%files -n python3-oslo.config %files -n python3-oslo.config
%license LICENSE %license LICENSE