diff --git a/_service b/_service index 9d301e1..adc86f7 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/osprofiler/osprofiler.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/osprofiler/osprofiler.spec.j2 python-osprofiler.spec - https://opendev.org/openstack/osprofiler/raw/branch/stable/victoria/requirements.txt + https://opendev.org/openstack/osprofiler/raw/master/requirements.txt cloud-devel@suse.de gh,openstack,osprofiler diff --git a/osprofiler-3.4.0.tar.gz b/osprofiler-3.4.0.tar.gz deleted file mode 100644 index d8bf27c..0000000 --- a/osprofiler-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6 -size 86842 diff --git a/osprofiler-3.4.2.tar.gz b/osprofiler-3.4.2.tar.gz new file mode 100644 index 0000000..93e0678 --- /dev/null +++ b/osprofiler-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1e857bc893c3149ad792fa2e217612ae7f4cc805c729ad3dbc8f71b5e33639 +size 90651 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index f80e239..a8f3ad4 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Dec 6 09:30:11 UTC 2021 - cloud-devel@suse.de + +- update to version 3.4.2 + - Use py3 as the default runtime for tox + - Move flake8 as a pre-commit local target. + - Add Python3 wallaby unit tests + - ignore reno generated artifacts + - Dropping lower constraints testing + - Set manila config opts in devstack + - Update master for stable/victoria + - Uncap PrettyTable + - Adding pre-commit + ------------------------------------------------------------------- Fri Oct 9 19:18:37 UTC 2020 - cloud-devel@suse.de diff --git a/python-osprofiler.spec b/python-osprofiler.spec index ccc29ad..767e060 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -1,7 +1,7 @@ # # spec file for package python-osprofiler # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-osprofiler -Version: 3.4.0 +Version: 3.4.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-3.4.0.tar.gz +URL: https://docs.openstack.org/osprofiler +Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-3.4.2.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable >= 0.7.2 BuildRequires: python3-WebOb >= 1.7.1 @@ -39,7 +39,7 @@ BuildRequires: python3-oslo.utils >= 3.33.0 BuildRequires: python3-pymongo BuildRequires: python3-python-subunit BuildRequires: python3-redis -BuildRequires: python3-six >= 1.10.0 +BuildRequires: python3-six BuildRequires: python3-stestr BuildRequires: python3-testtools BuildArch: noarch @@ -54,7 +54,6 @@ reasons (for example in isolating cross-project performance issues). %package -n python3-osprofiler Summary: OpenStack Profiler Library -Group: Development/Languages/Python Requires: python3-PrettyTable >= 0.7.2 Requires: python3-WebOb >= 1.7.1 Requires: python3-importlib-metadata @@ -62,7 +61,7 @@ Requires: python3-oslo.concurrency >= 3.26.0 Requires: python3-oslo.config Requires: python3-oslo.log Requires: python3-oslo.utils >= 3.33.0 -Requires: python3-six >= 1.10.0 +Requires: python3-six %if 0%{?suse_version} Obsoletes: python2-osprofiler < 3.0.0 %endif @@ -79,7 +78,6 @@ This package contains the Python 3.x module %package -n python-osprofiler-doc Summary: Documentation for OSProfiler -Group: Development/Languages/Python BuildRequires: python3-Sphinx BuildRequires: python3-openstackdocstheme @@ -87,7 +85,7 @@ BuildRequires: python3-openstackdocstheme Documentation for OSProfiler. %prep -%autosetup -p1 -n osprofiler-3.4.0 +%autosetup -p1 -n osprofiler-3.4.2 %py_req_cleanup %build