forked from pool/python-opencensus
- update to 0.11.2:
* Updated `azure`, `fastapi`,`flask` modules * Updated `azure`, `httpx` modules - drop opencensus-pr1002-remove-mock.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus?expand=0&rev=10
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
3
opencensus-python-0.11.2-gh.tar.gz
Normal file
3
opencensus-python-0.11.2-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384
|
||||
size 325687
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 20:19:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.11.2:
|
||||
* Updated `azure`, `fastapi`,`flask` modules
|
||||
* Updated `azure`, `httpx` modules
|
||||
- drop opencensus-pr1002-remove-mock.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 10:24:27 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,16 +25,13 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%bcond_without python2
|
||||
Name: python-opencensus%{psuffix}
|
||||
Version: 0.11.0
|
||||
Version: 0.11.2
|
||||
Release: 0
|
||||
Summary: A stats collection and distributed tracing framework
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/census-instrumentation/opencensus-python
|
||||
Source: https://github.com/census-instrumentation/opencensus-python/archive/v%{version}.tar.gz#/opencensus-python-%{version}-gh.tar.gz
|
||||
# PATCH-FIX-UPSTREAM opencensus-pr1002-remove-mock.patch -- gh#census-instrumentation/opencensus-python#1002
|
||||
Patch0: opencensus-pr1002-remove-mock.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -48,10 +45,6 @@ BuildRequires: %{python_module opencensus >= %{version}}
|
||||
BuildRequires: %{python_module opencensus-context >= 0.1.1}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module retrying}
|
||||
%if %{with python2}
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-unittest2
|
||||
%endif
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user