Accepting request 514868 from Cloud:OpenStack:Factory
- 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/request/show/514868 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=4
This commit is contained in:
commit
1ee0f187fb
11
_service
11
_service
@ -1,13 +1,12 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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/master/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>
|
||||
<service mode="disabled" name="download_files">
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="refresh_patches" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="format_spec_file" mode="disabled"/>
|
||||
</services>
|
||||
|
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:cda53436ffc8fc155fd220dd9bc9b2819c89f35baf62cd85f68dd5ea900f33fc
|
||||
size 59906
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- update to version 1.5.0:
|
||||
- Add py35 tox virtualenv
|
||||
- Fix a doc typo
|
||||
- Use an env variable for connection string default
|
||||
- Show team and repo badges on README
|
||||
- Fix import order
|
||||
- Add Log Insight driver
|
||||
- Add Elasticsearch driver
|
||||
- Update dependencies' version from project requirements
|
||||
- Add a redis driver
|
||||
- Trivial: Remove vim header from source files
|
||||
- Add exception to trace point details
|
||||
- Add reno for release notes management
|
||||
- Visualize trace output as graph
|
||||
- Update documentation to the latest state
|
||||
- Add AUTHORS and ChangeLog to .gitignore
|
||||
- Replace six.iteritems() with .items()
|
||||
- Organize unit tests under tests/unit folder
|
||||
- Move hacking checks outside tests
|
||||
- Error out for invalid trace ID
|
||||
- Use method constant_time_compare from oslo.utils
|
||||
- [doc]Add description for multi-backend URI
|
||||
- Update devstack plugin readme to enable Panko
|
||||
- Pretty print json output
|
||||
- Heat and Cinder now use new style conf
|
||||
- Use oslo_utils.uuidutils.is_uuid_like
|
||||
- Update homepage with developer documentation page
|
||||
- Replace logging with oslo_log
|
||||
- Pass oslo.messaging kwargs only for "messaging://"
|
||||
- Add .idea folder to .gitignore
|
||||
- Use uuidutils instead of uuid.uuid4()
|
||||
- Enable devstack to configure OSProfiler for Senlin project
|
||||
- Fix syntax in JS, JSON indent with 4 spaces
|
||||
- Re-format html template
|
||||
- Remove old notifiers
|
||||
- Fix the issue that ChangeLog not found when building docs
|
||||
- Update the driver path in th doc
|
||||
- Remove print statement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 15:22:08 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-osprofiler
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%global sname osprofiler
|
||||
Name: python-osprofiler
|
||||
Version: 1.4.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: OpenStack Profiler Library
|
||||
License: Apache-2.0
|
||||
@ -26,20 +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.2.3
|
||||
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.config >= 3.14.0
|
||||
BuildRequires: python-oslo.utils >= 3.16.0
|
||||
BuildRequires: python-oslo.concurrency >= 3.8.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.2.3
|
||||
Requires: python-oslo.config >= 3.14.0
|
||||
Requires: python-oslo.utils >= 3.16.0
|
||||
Requires: python-WebOb >= 1.7.1
|
||||
Requires: python-oslo.concurrency >= 3.8.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
|
||||
|
||||
@ -55,13 +62,15 @@ reasons (for example in isolating cross-project performance issues).
|
||||
Summary: Documentation for OSProfiler
|
||||
Group: Development/Languages/Python
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-oslosphinx >= 2.5.0
|
||||
BuildRequires: python-openstackdocstheme >= 1.11.0
|
||||
|
||||
%description doc
|
||||
Documentation for OSProfiler.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{sname}-%{version}
|
||||
%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