diff --git a/_service b/_service index 7019ae9..9d301e1 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/osprofiler/osprofiler.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/osprofiler/osprofiler.spec.j2 python-osprofiler.spec - https://opendev.org/openstack/osprofiler/raw/branch/stable/ussuri/requirements.txt + https://opendev.org/openstack/osprofiler/raw/branch/stable/victoria/requirements.txt cloud-devel@suse.de gh,openstack,osprofiler diff --git a/osprofiler-3.1.0.tar.gz b/osprofiler-3.1.0.tar.gz deleted file mode 100644 index 1a9a0ab..0000000 --- a/osprofiler-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb18651bc58ae27c11cbdd201ff373254ea92750e29c62df065b2bc4c6910d48 -size 86131 diff --git a/osprofiler-3.4.0.tar.gz b/osprofiler-3.4.0.tar.gz new file mode 100644 index 0000000..d8bf27c --- /dev/null +++ b/osprofiler-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6 +size 86842 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index 8e1c79b..f80e239 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 9 19:18:37 UTC 2020 - cloud-devel@suse.de + +- update to version 3.4.0 + - Fix empty 'args' and 'kwargs' when using 'hide_args' with Jaeger + - drop mock from lower-constraints + - Bump default tox env from py37 to py38 + - Add Python3 victoria unit tests + - Add py38 package metadata + - switch to importlib.metadata to find package version + - Fix StopIteration error on Ubuntu Focal + - Use unittest.mock instead of third party mock + - Fix pep8 failures + - Bump bandit version + - Switch to newer openstackdocstheme and reno versions + - Update master for stable/ussuri + - Enforce order of import statements + ------------------------------------------------------------------- Tue May 12 10:04:24 UTC 2020 - cloud-devel@suse.de diff --git a/python-osprofiler.spec b/python-osprofiler.spec index a70754b..ccc29ad 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -17,19 +17,20 @@ Name: python-osprofiler -Version: 3.1.0 +Version: 3.4.0 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-3.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-3.4.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable >= 0.7.2 BuildRequires: python3-WebOb >= 1.7.1 BuildRequires: python3-ddt BuildRequires: python3-docutils BuildRequires: python3-elasticsearch +BuildRequires: python3-importlib-metadata BuildRequires: python3-mock BuildRequires: python3-oslo.concurrency >= 3.26.0 BuildRequires: python3-oslo.config @@ -56,6 +57,7 @@ Summary: OpenStack Profiler Library Group: Development/Languages/Python Requires: python3-PrettyTable >= 0.7.2 Requires: python3-WebOb >= 1.7.1 +Requires: python3-importlib-metadata Requires: python3-oslo.concurrency >= 3.26.0 Requires: python3-oslo.config Requires: python3-oslo.log @@ -85,7 +87,7 @@ BuildRequires: python3-openstackdocstheme Documentation for OSProfiler. %prep -%autosetup -p1 -n osprofiler-3.1.0 +%autosetup -p1 -n osprofiler-3.4.0 %py_req_cleanup %build