15
0

Accepting request 1118888 from home:mcalabkova:branches:devel:languages:python

- update to 0.11.3
  * Updated azure modules
- sorry, six is still needed :(

OBS-URL: https://build.opensuse.org/request/show/1118888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus?expand=0&rev=13
This commit is contained in:
2023-10-19 11:48:48 +00:00
committed by Git OBS Bridge
parent 2783daae21
commit e8d8d686bb
4 changed files with 12 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-opencensus%{psuffix}
Version: 0.11.2
Version: 0.11.3
Release: 0
Summary: A stats collection and distributed tracing framework
License: Apache-2.0
@@ -40,6 +40,7 @@ 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.3
Requires: python-six >= 1.16
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module google-api-core >= 1.0.0}