forked from pool/python-oslo.config
- 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:
parent
1003fb3b22
commit
c3e2c847d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d0425939db7f6f418023a94b3c24f07729b2add3692d75fcaca7301e6417942
|
||||
size 105275
|
3
oslo.config-3.13.0.tar.gz
Normal file
3
oslo.config-3.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adf3e24f6c9bd8145d979c2b8c4ce9263af2d9d14f7a6a137391a23102c5a264
|
||||
size 107073
|
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global sname oslo.config
|
||||
Name: python-oslo.config
|
||||
Version: 3.12.0
|
||||
Version: 3.13.0
|
||||
Release: 0
|
||||
Summary: OpenStack common configuration library
|
||||
License: Apache-2.0
|
||||
@ -71,14 +71,14 @@ Documentation for the oslo-config library.
|
||||
%setup -q -n %{sname}-%{version}
|
||||
|
||||
%build
|
||||
%{__python2} setup.py build
|
||||
%{py2_build}
|
||||
|
||||
%{__python2} setup.py build_sphinx
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
%install
|
||||
%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%{py2_install}
|
||||
|
||||
%check
|
||||
%{__python2} setup.py testr
|
||||
|
Loading…
x
Reference in New Issue
Block a user