- update to version 1.11.0
- devstack: make option hmac_keys configurable - Add functional test for notifier backend - Add Jaeger to list of similar projects - Highlight last trace for OSprofiler html output - Upgrade libraries, add highlight for JSON data - doc: Fix formatting - Switch to "topics" keyword for messaging driver - Python 3.4 support is removed - Fix mistake in split meta string - Update reno for stable/ocata - Expose connection_string parameter into DevStack plugin - Add magnum to devstack config - Fix error message for invalid trace - rearrange existing documentation to fit the new standard layout - Move implemeted specs to implemented directory - Add zun to devstack config - Update .gitignore - Update URLs in documents according to document migration - Revert "Change list_opts to dictionary style" - Change list_opts to dictionary style - Improve error reporting for Ceilometer driver - Enable warning-is-error in doc build - Replace oslo.messaging.get_transport with get_notification_transport - Change some bindings to one-time bindings - devstack: use project conf file env variables - Increase angular digest iteration limit - Remove extra white spaces in json output - Cleanup code of DevStack plugin - Remove unused imports OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=12
This commit is contained in:
parent
b1ed3d0123
commit
d23c14bdde
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/osprofiler/osprofiler.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/osprofiler/osprofiler.spec.j2</param>
|
||||
<param name="output-name">python-osprofiler.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
||||
</service>
|
||||
|
3
osprofiler-1.11.0.tar.gz
Normal file
3
osprofiler-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b79081344555e0c7ba6fdd02a774e81728cbe81d82d8bfbe201ebd72899e6132
|
||||
size 75301
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aee63cfd888e6049ea82535ce458ce4844b4ac893dcb18060eda24192505627e
|
||||
size 72539
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 08:36:49 UTC 2017 - cloud-devel@suse.de
|
||||
|
||||
- update to version 1.11.0
|
||||
- devstack: make option hmac_keys configurable
|
||||
- Add functional test for notifier backend
|
||||
- Add Jaeger to list of similar projects
|
||||
- Highlight last trace for OSprofiler html output
|
||||
- Upgrade libraries, add highlight for JSON data
|
||||
- doc: Fix formatting
|
||||
- Switch to "topics" keyword for messaging driver
|
||||
- Python 3.4 support is removed
|
||||
- Fix mistake in split meta string
|
||||
- Update reno for stable/ocata
|
||||
- Expose connection_string parameter into DevStack plugin
|
||||
- Add magnum to devstack config
|
||||
- Fix error message for invalid trace
|
||||
- rearrange existing documentation to fit the new standard layout
|
||||
- Move implemeted specs to implemented directory
|
||||
- Add zun to devstack config
|
||||
- Update .gitignore
|
||||
- Update URLs in documents according to document migration
|
||||
- Revert "Change list_opts to dictionary style"
|
||||
- Change list_opts to dictionary style
|
||||
- Improve error reporting for Ceilometer driver
|
||||
- Enable warning-is-error in doc build
|
||||
- Replace oslo.messaging.get_transport with get_notification_transport
|
||||
- Change some bindings to one-time bindings
|
||||
- devstack: use project conf file env variables
|
||||
- Increase angular digest iteration limit
|
||||
- Remove extra white spaces in json output
|
||||
- Cleanup code of DevStack plugin
|
||||
- Remove unused imports
|
||||
- Fix enabling order specify in README.rst
|
||||
- [Fix gate]Update test requirement
|
||||
- Switch from oslosphinx to openstackdocstheme
|
||||
- fix an outdated link for zipkin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 08:44:13 UTC 2017 - cloud-devel@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global sname osprofiler
|
||||
Name: python-osprofiler
|
||||
Version: 1.5.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: OpenStack Profiler Library
|
||||
License: Apache-2.0
|
||||
@ -26,27 +26,27 @@ Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/osprofiler
|
||||
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-WebOb >= 1.6.0
|
||||
BuildRequires: python-WebOb >= 1.7.1
|
||||
BuildRequires: python-ceilometerclient >= 2.5.0
|
||||
BuildRequires: python-ddt >= 1.0.1
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-elasticsearch >= 2.0.0
|
||||
BuildRequires: python-mock >= 2.0
|
||||
BuildRequires: python-oslo.concurrency >= 3.8.0
|
||||
BuildRequires: python-oslo.config >= 3.14.0
|
||||
BuildRequires: python-oslo.log >= 3.11.0
|
||||
BuildRequires: python-oslo.utils >= 3.18.0
|
||||
BuildRequires: python-oslo.config >= 4.0.0
|
||||
BuildRequires: python-oslo.log >= 3.22.0
|
||||
BuildRequires: python-oslo.utils >= 3.20.0
|
||||
BuildRequires: python-pymongo >= 3.0.2
|
||||
BuildRequires: python-python-subunit >= 0.0.18
|
||||
BuildRequires: python-redis >= 2.10.0
|
||||
BuildRequires: python-six >= 1.9.0
|
||||
BuildRequires: python-testrepository >= 0.0.18
|
||||
BuildRequires: python-testtools >= 1.4.0
|
||||
Requires: python-WebOb >= 1.6.0
|
||||
Requires: python-WebOb >= 1.7.1
|
||||
Requires: python-oslo.concurrency >= 3.8.0
|
||||
Requires: python-oslo.config >= 3.14.0
|
||||
Requires: python-oslo.log >= 3.11.0
|
||||
Requires: python-oslo.utils >= 3.18.0
|
||||
Requires: python-oslo.config >= 4.0.0
|
||||
Requires: python-oslo.log >= 3.22.0
|
||||
Requires: python-oslo.utils >= 3.20.0
|
||||
Requires: python-six >= 1.9.0
|
||||
BuildArch: noarch
|
||||
|
||||
@ -62,7 +62,7 @@ reasons (for example in isolating cross-project performance issues).
|
||||
Summary: Documentation for OSProfiler
|
||||
Group: Development/Languages/Python
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-oslosphinx >= 4.7.0
|
||||
BuildRequires: python-openstackdocstheme >= 1.11.0
|
||||
|
||||
%description doc
|
||||
Documentation for OSProfiler.
|
||||
@ -70,6 +70,7 @@ Documentation for OSProfiler.
|
||||
%prep
|
||||
%autosetup -n %{sname}-%{version}
|
||||
%py_req_cleanup
|
||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||
|
||||
%build
|
||||
%{py2_build}
|
||||
|
Loading…
Reference in New Issue
Block a user