Accepting request 939547 from Cloud:OpenStack:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/939547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=14
This commit is contained in:
commit
66c9f0f799
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/osprofiler/osprofiler.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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/victoria/requirements.txt</param>
|
||||
<param name="requirements">https://opendev.org/openstack/osprofiler/raw/master/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6
|
||||
size 86842
|
3
osprofiler-3.4.2.tar.gz
Normal file
3
osprofiler-3.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db1e857bc893c3149ad792fa2e217612ae7f4cc805c729ad3dbc8f71b5e33639
|
||||
size 90651
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user