Accepting request 803605 from Cloud:OpenStack:Factory
Ussuri Update OBS-URL: https://build.opensuse.org/request/show/803605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=12
This commit is contained in:
commit
a52e6ef97d
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<service mode="disabled" name="renderspec">
|
||||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/osprofiler/osprofiler.spec.j2</param>
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/osprofiler/osprofiler.spec.j2</param>
|
||||||
<param name="output-name">python-osprofiler.spec</param>
|
<param name="output-name">python-osprofiler.spec</param>
|
||||||
<param name="requirements">https://raw.githubusercontent.com/openstack/osprofiler/stable/train/requirements.txt</param>
|
<param name="requirements">https://opendev.org/openstack/osprofiler/raw/branch/stable/ussuri/requirements.txt</param>
|
||||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||||
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a
|
|
||||||
size 82957
|
|
3
osprofiler-3.1.0.tar.gz
Normal file
3
osprofiler-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb18651bc58ae27c11cbdd201ff373254ea92750e29c62df065b2bc4c6910d48
|
||||||
|
size 86131
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 10:04:24 UTC 2020 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 3.1.0
|
||||||
|
- Handle driver initialization errors to avoid service crash
|
||||||
|
- [ussuri][goal] Drop python 2.7 support and testing
|
||||||
|
- Switch to Ussuri jobs
|
||||||
|
- Start README.rst with a better title
|
||||||
|
- Update master for stable/train
|
||||||
|
- Update hacking for Python3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 23 12:16:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Mar 23 12:16:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-osprofiler
|
Name: python-osprofiler
|
||||||
Version: 2.8.2
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack Profiler Library
|
Summary: OpenStack Profiler Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://launchpad.net/osprofiler
|
URL: https://launchpad.net/osprofiler
|
||||||
Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-2.8.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-3.1.0.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python3-PrettyTable >= 0.7.2
|
BuildRequires: python3-PrettyTable >= 0.7.2
|
||||||
BuildRequires: python3-WebOb >= 1.7.1
|
BuildRequires: python3-WebOb >= 1.7.1
|
||||||
@ -85,7 +85,7 @@ BuildRequires: python3-openstackdocstheme
|
|||||||
Documentation for OSProfiler.
|
Documentation for OSProfiler.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n osprofiler-2.8.2
|
%autosetup -p1 -n osprofiler-3.1.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user