1
0

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:
2022-10-18 12:45:06 +00:00
committed by Git OBS Bridge
parent 2c2cc9e70c
commit dfcbe3cb23
5 changed files with 282 additions and 427 deletions

File diff suppressed because it is too large Load Diff

BIN
opencensus-python-0.11.0-gh.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 18 10:24:27 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 23 10:47:21 UTC 2021 - Ben Greiner <code@bnavigator.de> Sat Oct 23 10:47:21 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%endif %endif
%bcond_without python2 %bcond_without python2
Name: python-opencensus%{psuffix} Name: python-opencensus%{psuffix}
Version: 0.8.0 Version: 0.11.0
Release: 0 Release: 0
Summary: A stats collection and distributed tracing framework Summary: A stats collection and distributed tracing framework
License: Apache-2.0 License: Apache-2.0
@@ -40,7 +40,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-google-api-core < 3.0.0 Requires: python-google-api-core < 3.0.0
Requires: python-google-api-core >= 1.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 BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module google-api-core >= 1.0.0} BuildRequires: %{python_module google-api-core >= 1.0.0}