From 984263c12a2ed2eeec0542538dc5497df965843de4a9c4540972554c0ccd2ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 18 Oct 2022 12:38:32 +0000 Subject: [PATCH] Accepting request 1029706 from home:glaubitz:branches:devel:languages:python - Update to 0.1.3 * Move `version.py` file into `runtime_context` folder (#1143) OBS-URL: https://build.opensuse.org/request/show/1029706 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus-context?expand=0&rev=7 --- opencensus-0.11.0.tar.gz | 3 +++ opencensus-0.8.0.tar.gz | 3 --- python-opencensus-context.changes | 6 ++++++ python-opencensus-context.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 opencensus-0.11.0.tar.gz delete mode 100644 opencensus-0.8.0.tar.gz diff --git a/opencensus-0.11.0.tar.gz b/opencensus-0.11.0.tar.gz new file mode 100644 index 0000000..e218954 --- /dev/null +++ b/opencensus-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd79033694ce0490d0bc2fb66f1cf0cdf859069d090c28e529f99f260371c39 +size 315131 diff --git a/opencensus-0.8.0.tar.gz b/opencensus-0.8.0.tar.gz deleted file mode 100644 index 16407e3..0000000 --- a/opencensus-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5242f3e64e41f514a2afaac8fa6b6be3225f7145758c753368a2932bf5eaad83 -size 307635 diff --git a/python-opencensus-context.changes b/python-opencensus-context.changes index 67fb8a2..2b22273 100644 --- a/python-opencensus-context.changes +++ b/python-opencensus-context.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 18 10:32:45 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 0.1.3 + * Move `version.py` file into `runtime_context` folder (#1143) + ------------------------------------------------------------------- Sat Oct 23 11:00:17 UTC 2021 - Ben Greiner diff --git a/python-opencensus-context.spec b/python-opencensus-context.spec index 6e1332d..5016627 100644 --- a/python-opencensus-context.spec +++ b/python-opencensus-context.spec @@ -1,7 +1,7 @@ # # spec file for package python-opencensus-context # -# 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,10 +16,10 @@ # -%define repo_version 0.8.0 +%define repo_version 0.11.0 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-opencensus-context -Version: 0.1.2 +Version: 0.1.3 Release: 0 Summary: Python in-process context propogation License: Apache-2.0