forked from pool/python-oslo.config
- update to version 9.0.0
- Drop python3.6/3.7 support in testing runtime - Add Python3 zed unit tests - Update master for stable/yoga OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=95
This commit is contained in:
parent
7fd1b2859e
commit
db06a8996d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96933d3011dae15608a11616bfb00d947e22da3cb09b6ff37ddd7576abd4764c
|
|
||||||
size 160783
|
|
3
oslo.config-9.0.0.tar.gz
Normal file
3
oslo.config-9.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b6b63c43cf1e09344ba850bcb11d6f2b9201086fbeb0a97a8950e7eac3f2645
|
||||||
|
size 160832
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 16 08:43:47 UTC 2022 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 9.0.0
|
||||||
|
- Drop python3.6/3.7 support in testing runtime
|
||||||
|
- Add Python3 zed unit tests
|
||||||
|
- Update master for stable/yoga
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 24 21:26:19 UTC 2022 - cloud-devel@suse.de
|
Tue May 24 21:26:19 UTC 2022 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-oslo.config
|
Name: python-oslo.config
|
||||||
Version: 8.8.0
|
Version: 9.0.0
|
||||||
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-8.8.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.0.0.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-8.8.0
|
%autosetup -p1 -n oslo.config-9.0.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{py3_build}
|
%{py3_build}
|
||||||
|
|
||||||
PBR_VERSION=8.8.0 PYTHONPATH=. \
|
PBR_VERSION=9.0.0 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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user