15
0

Accepting request 1030338 from devel:languages:python

- Update to 1.1.6
  * Add statusCode and exceptionType to network statsbeat (#1138)
- from version 1.1.5
  * Allow specifying metrics (custom_measurements) for Azure custom events (#1117)
  * Shutdown Statsbeat when hitting error/exception threshold (#1127)
  * Fix failure counting statsbeat - refactor status code logic in transport (#1132)
  * Use logging handler close instead of custom atexit hook (#1134)
- from version 1.1.4
  * Statsbeat bug fixes - status codes (#1113)
  * Statsbeat bug fixes - do not log if statsbeat (#1116)
  * Add deprecation warning for explicitly using instrumentation key (#1118)
- from version 1.1.3
  * Hotfix for version number (#1108)
- from version 1.1.2
  * Statsbeat bug fixes, shorten host in network stats (#1100)
  * Support statsbeat in EU regions (#1105)
- from version 1.1.1
  * Fix statsbeats metric names (#1089)
  * Add AAD statsbeat feature, fix incorrect counting of retry (#1093)
- Refresh patches for new version
  * opencensus-pr1002-remove-mock.patch
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1030338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opencensus-ext-azure?expand=0&rev=3
This commit is contained in:
2022-10-21 14:20:02 +00:00
committed by Git OBS Bridge
5 changed files with 298 additions and 430 deletions

BIN
opencensus-0.11.0.tar.gz 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

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Oct 18 11:45:21 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.1.6
* Add statusCode and exceptionType to network statsbeat (#1138)
- from version 1.1.5
* Allow specifying metrics (custom_measurements) for Azure custom events (#1117)
* Shutdown Statsbeat when hitting error/exception threshold (#1127)
* Fix failure counting statsbeat - refactor status code logic in transport (#1132)
* Use logging handler close instead of custom atexit hook (#1134)
- from version 1.1.4
* Statsbeat bug fixes - status codes (#1113)
* Statsbeat bug fixes - do not log if statsbeat (#1116)
* Add deprecation warning for explicitly using instrumentation key (#1118)
- from version 1.1.3
* Hotfix for version number (#1108)
- from version 1.1.2
* Statsbeat bug fixes, shorten host in network stats (#1100)
* Support statsbeat in EU regions (#1105)
- from version 1.1.1
* Fix statsbeats metric names (#1089)
* Add AAD statsbeat feature, fix incorrect counting of retry (#1093)
- Refresh patches for new version
* opencensus-pr1002-remove-mock.patch
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Sat Oct 23 12:31:40 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-opencensus-ext-azure
#
# 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
@@ -16,7 +16,7 @@
#
%define repo_version 0.8.0
%define repo_version 0.11.0
%if 0%{?suse_version} >= 1500
# mirror python-azure-core
%define skip_python2 1
@@ -26,17 +26,17 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-opencensus-ext-azure
Version: 1.1.0
Version: 1.1.6
Release: 0
Summary: OpenCensus Azure Monitor Exporters
License: Apache-2.0
URL: https://github.com/census-instrumentation/opencensus-python
Source: https://github.com/census-instrumentation/opencensus-python/archive/v%{repo_version}.tar.gz#/opencensus-%{repo_version}.tar.gz
# PATCH-FIX-UPSTREAM opencensus-pr1002-remove-mock.patch -- gh#census-instrumentation/opencensus-python#1002
Patch0: https://github.com/census-instrumentation/opencensus-python/pull/1002.patch#/opencensus-pr1002-remove-mock.patch
Patch0: opencensus-pr1002-remove-mock.patch
BuildRequires: %{python_module azure-core >= 1.12.0}
BuildRequires: %{python_module azure-identity >= 1.5.0}
BuildRequires: %{python_module opencensus >= 0.7.13}
BuildRequires: %{python_module opencensus >= 0.11.0}
BuildRequires: %{python_module psutil >= 5.6.3}
BuildRequires: %{python_module requests >= 2.19.0}
BuildRequires: %{python_module setuptools}
@@ -49,7 +49,7 @@ BuildRequires: python-unittest2
BuildArch: noarch
Requires: python-azure-core >= 1.12.0
Requires: python-azure-identity >= 1.5.0
Requires: python-opencensus >= 0.7.13
Requires: python-opencensus >= 0.11.0
Requires: python-psutil >= 5.6.3
Requires: python-requests >= 2.19.0
%python_subpackages