diff --git a/opencensus-python-0.11.2-gh.tar.gz b/opencensus-python-0.11.2-gh.tar.gz deleted file mode 100644 index 26919bb..0000000 --- a/opencensus-python-0.11.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e2ed9735e49ea324d402af576d8504fab6a7f664c8c6f20820e1abf242c1384 -size 325687 diff --git a/opencensus-python-0.11.3-gh.tar.gz b/opencensus-python-0.11.3-gh.tar.gz new file mode 100644 index 0000000..d347b2f --- /dev/null +++ b/opencensus-python-0.11.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d0a46ef88fc33d5c6013e7a2a51b9a51d9956a9cd2a9a2180d1eb3b05c5d9 +size 325762 diff --git a/python-opencensus.changes b/python-opencensus.changes index 43249b0..4afb571 100644 --- a/python-opencensus.changes +++ b/python-opencensus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 19 10:40:18 UTC 2023 - Markéta Machová + +- update to 0.11.3 + * Updated azure modules +- sorry, six is still needed :( + ------------------------------------------------------------------- Mon Jul 24 20:19:56 UTC 2023 - Dirk Müller diff --git a/python-opencensus.spec b/python-opencensus.spec index 9037e37..77b157c 100644 --- a/python-opencensus.spec +++ b/python-opencensus.spec @@ -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}