Accepting request 841223 from Cloud:OpenStack:Factory

switch to victoria

OBS-URL: https://build.opensuse.org/request/show/841223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2020-10-26 15:17:33 +00:00 committed by Git OBS Bridge
commit adf576ddea
5 changed files with 28 additions and 8 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/osprofiler/osprofiler.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/osprofiler/osprofiler.spec.j2</param>
<param name="output-name">python-osprofiler.spec</param>
<param name="requirements">https://opendev.org/openstack/osprofiler/raw/branch/stable/ussuri/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/osprofiler/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,osprofiler</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb18651bc58ae27c11cbdd201ff373254ea92750e29c62df065b2bc4c6910d48
size 86131

3
osprofiler-3.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6
size 86842

View File

@ -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

View File

@ -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