forked from pool/python-oslo.config
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:
commit
c28b81ca0a
@ -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
3
oslo.config-9.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b07654b53d87792ae8e739962ad729c529c9938a118d891ece9ee31d59716bc9
|
||||
size 160964
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: python-oslo.config
|
||||
Version: 9.0.0
|
||||
Version: 9.1.1
|
||||
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-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: python3-PyYAML >= 5.1
|
||||
BuildRequires: python3-debtcollector >= 1.2.0
|
||||
@ -87,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
|
||||
Documentation for the oslo-config library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oslo.config-9.0.0
|
||||
%autosetup -p1 -n oslo.config-9.1.1
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
PBR_VERSION=9.0.0 PYTHONPATH=. \
|
||||
PBR_VERSION=9.1.1 PYTHONPATH=. \
|
||||
%sphinx_build -b html doc/source doc/build/html
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
@ -104,7 +104,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
%check
|
||||
# Requires oslo.log which we can't depend on for build cycle reasons
|
||||
rm -v oslo_config/tests/test_cfg.py
|
||||
python3 -m stestr.cli run
|
||||
%{openstack_stestr_run}
|
||||
|
||||
%files -n python3-oslo.config
|
||||
%license LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user