From c3e2c847d21724876eb77ad7596169521c1c4120d930beb5078d10053984b39b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 29 Jul 2016 15:42:38 +0000 Subject: [PATCH] - 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 --- oslo.config-3.12.0.tar.gz | 3 --- oslo.config-3.13.0.tar.gz | 3 +++ python-oslo.config.changes | 10 ++++++++++ python-oslo.config.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 oslo.config-3.12.0.tar.gz create mode 100644 oslo.config-3.13.0.tar.gz diff --git a/oslo.config-3.12.0.tar.gz b/oslo.config-3.12.0.tar.gz deleted file mode 100644 index 0bfd3d3..0000000 --- a/oslo.config-3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d0425939db7f6f418023a94b3c24f07729b2add3692d75fcaca7301e6417942 -size 105275 diff --git a/oslo.config-3.13.0.tar.gz b/oslo.config-3.13.0.tar.gz new file mode 100644 index 0000000..841d087 --- /dev/null +++ b/oslo.config-3.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf3e24f6c9bd8145d979c2b8c4ce9263af2d9d14f7a6a137391a23102c5a264 +size 107073 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 6151665..6e42c21 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -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 diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 80d4c06..434172d 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -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