diff --git a/_service b/_service index 736538e..f4cea7b 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/osprofiler/osprofiler.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/osprofiler/osprofiler.spec.j2 python-osprofiler.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt cloud-devel@suse.de gh,openstack,osprofiler diff --git a/osprofiler-1.15.1.tar.gz b/osprofiler-1.15.1.tar.gz deleted file mode 100644 index 59e373c..0000000 --- a/osprofiler-1.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf9bb7193d1816ac51b6d768e33e9960e75a029168e4494f10f4d7ad43a0984 -size 79565 diff --git a/osprofiler-1.15.2.tar.gz b/osprofiler-1.15.2.tar.gz new file mode 100644 index 0000000..5707a90 --- /dev/null +++ b/osprofiler-1.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5501af2027986cfa50ca4638a681f48425d72f231eea24ee7bfeccdb985f61 +size 80503 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index 7caee81..d1d418b 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 23 13:30:57 UTC 2018 - cloud-devel@suse.de + +- update to version 1.15.2 + - Update .gitreview for stable/queens + - Check profiler instance before initialize +- Switch to stable/queens spec template + ------------------------------------------------------------------- Tue Jan 30 15:15:33 UTC 2018 - cloud-devel@suse.de diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 10d0cb7..181ac7b 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -17,13 +17,13 @@ Name: python-osprofiler -Version: 1.15.1 +Version: 1.15.2 Release: 0 Summary: OpenStack Profiler Library License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/osprofiler -Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-1.15.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-1.15.2.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-WebOb >= 1.7.1 @@ -31,10 +31,10 @@ BuildRequires: python2-ceilometerclient >= 2.5.0 BuildRequires: python2-ddt >= 1.0.1 BuildRequires: python2-elasticsearch >= 2.0.0 BuildRequires: python2-mock >= 2.0.0 -BuildRequires: python2-oslo.concurrency >= 3.20.0 -BuildRequires: python2-oslo.config >= 4.6.0 -BuildRequires: python2-oslo.log >= 3.30.0 -BuildRequires: python2-oslo.utils >= 3.31.0 +BuildRequires: python2-oslo.concurrency >= 3.25.0 +BuildRequires: python2-oslo.config >= 5.1.0 +BuildRequires: python2-oslo.log >= 3.36.0 +BuildRequires: python2-oslo.utils >= 3.33.0 BuildRequires: python2-pymongo >= 3.0.2 BuildRequires: python2-python-subunit >= 1.0.0 BuildRequires: python2-redis >= 2.10.0 @@ -47,10 +47,10 @@ BuildRequires: python3-ddt >= 1.0.1 BuildRequires: python3-devel BuildRequires: python3-elasticsearch >= 2.0.0 BuildRequires: python3-mock >= 2.0.0 -BuildRequires: python3-oslo.concurrency >= 3.20.0 -BuildRequires: python3-oslo.config >= 4.6.0 -BuildRequires: python3-oslo.log >= 3.30.0 -BuildRequires: python3-oslo.utils >= 3.31.0 +BuildRequires: python3-oslo.concurrency >= 3.25.0 +BuildRequires: python3-oslo.config >= 5.1.0 +BuildRequires: python3-oslo.log >= 3.36.0 +BuildRequires: python3-oslo.utils >= 3.33.0 BuildRequires: python3-pymongo >= 3.0.2 BuildRequires: python3-python-subunit >= 1.0.0 BuildRequires: python3-redis >= 2.10.0 @@ -58,10 +58,10 @@ BuildRequires: python3-six >= 1.10.0 BuildRequires: python3-testrepository >= 0.0.18 BuildRequires: python3-testtools >= 2.2.0 Requires: python-WebOb >= 1.7.1 -Requires: python-oslo.concurrency >= 3.20.0 -Requires: python-oslo.config >= 4.6.0 -Requires: python-oslo.log >= 3.30.0 -Requires: python-oslo.utils >= 3.31.0 +Requires: python-oslo.concurrency >= 3.25.0 +Requires: python-oslo.config >= 5.1.0 +Requires: python-oslo.log >= 3.36.0 +Requires: python-oslo.utils >= 3.33.0 Requires: python-six >= 1.10.0 BuildArch: noarch %if 0%{?suse_version} @@ -86,13 +86,13 @@ reasons (for example in isolating cross-project performance issues). Summary: Documentation for OSProfiler Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.17.0 +BuildRequires: python-openstackdocstheme >= 1.18.1 %description -n python-osprofiler-doc Documentation for OSProfiler. %prep -%autosetup -p1 -n osprofiler-1.15.1 +%autosetup -p1 -n osprofiler-1.15.2 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg