forked from pool/python-opencensus
Accepting request 1029707 from home:glaubitz:branches:devel:languages:python
- Update to 0.11.0 * Updated `azure`, `context`, `flask`, `requests` modules - from version 0.10.0 * Add kwargs to derived gauge (#1135) - from version 0.9.0 * Make sure handler.flush() doesn't deadlock (#1112) - Refresh patches for new version * opencensus-pr1002-remove-mock.patch - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1029707 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus?expand=0&rev=7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%bcond_without python2
|
||||
Name: python-opencensus%{psuffix}
|
||||
Version: 0.8.0
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: A stats collection and distributed tracing framework
|
||||
License: Apache-2.0
|
||||
@@ -40,7 +40,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-api-core < 3.0.0
|
||||
Requires: python-google-api-core >= 1.0.0
|
||||
Requires: python-opencensus-context >= 0.1.2
|
||||
Requires: python-opencensus-context >= 0.1.3
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module google-api-core >= 1.0.0}
|
||||
|
||||
Reference in New Issue
Block a user