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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384
size 325687

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b31d0a46ef88fc33d5c6013e7a2a51b9a51d9956a9cd2a9a2180d1eb3b05c5d9
size 325762

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 19 10:40:18 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to 0.11.3
* Updated azure modules
- sorry, six is still needed :(
-------------------------------------------------------------------
Mon Jul 24 20:19:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

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}