1
0

- update to 3.13.0:

* Add Python 3.5 classifier and venv
  * Enabling your project for mutable-config
  * Add namespace to _list_opts() in test
  * decode subprocess output so doc build works on python3
  * Updated from global requirements

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2016-07-29 15:42:38 +00:00 committed by Git OBS Bridge
parent 1003fb3b22
commit c3e2c847d2
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jul 29 15:42:13 UTC 2016 - dmueller@suse.com
- update to 3.13.0:
* Add Python 3.5 classifier and venv
* Enabling your project for mutable-config
* Add namespace to _list_opts() in test
* decode subprocess output so doc build works on python3
* Updated from global requirements
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 4 15:41:56 UTC 2016 - tbechtold@suse.com Mon Jul 4 15:41:56 UTC 2016 - tbechtold@suse.com

View File

@ -18,7 +18,7 @@
%global sname oslo.config %global sname oslo.config
Name: python-oslo.config Name: python-oslo.config
Version: 3.12.0 Version: 3.13.0
Release: 0 Release: 0
Summary: OpenStack common configuration library Summary: OpenStack common configuration library
License: Apache-2.0 License: Apache-2.0
@ -71,14 +71,14 @@ Documentation for the oslo-config library.
%setup -q -n %{sname}-%{version} %setup -q -n %{sname}-%{version}
%build %build
%{__python2} setup.py build %{py2_build}
%{__python2} setup.py build_sphinx %{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers # remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}
%install %install
%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot} %{py2_install}
%check %check
%{__python2} setup.py testr %{__python2} setup.py testr