diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 08:22:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 08:22:11 +0000 |
commit | f1044e17d166b5023d702d8b9953518ff8514d03 (patch) | |
tree | 4f23e2fd0a6d859347d3d3a018ff13c0ef1f6fc0 | |
parent | af8249a2356d03c41b0a776cbcbdab5b07fc1bcd (diff) |
automatic import of python-opencensus
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-opencensus.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /opencensus-0.11.1.tar.gz +/opencensus-0.11.2.tar.gz diff --git a/python-opencensus.spec b/python-opencensus.spec index f768f1d..a451b34 100644 --- a/python-opencensus.spec +++ b/python-opencensus.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-opencensus -Version: 0.11.1 +Version: 0.11.2 Release: 1 Summary: A stats collection and distributed tracing framework License: Apache-2.0 URL: https://github.com/census-instrumentation/opencensus-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/eb/fcb37453fc5f86f0f4afbe87e3bbf707dd701549fd5710c9867bb1283604/opencensus-0.11.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/0a/f9252eb2630f961b911b3dad1b3a9e34e3754d148ff18041fecec1324c7a/opencensus-0.11.2.tar.gz BuildArch: noarch Requires: python3-opencensus-context @@ -58,7 +58,7 @@ contains Python related utilities and supporting software needed by OpenCensus. %prep -%autosetup -n opencensus-0.11.1 +%autosetup -n opencensus-0.11.2 %build %py3_build @@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.2-1 - Package Spec generated @@ -1 +1 @@ -b3c3de6fcf6bcd5c8668ffaaf88ca36c opencensus-0.11.1.tar.gz +f7bc74426b3eb83d585ae89e0e71a22d opencensus-0.11.2.tar.gz |