Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-opencensus-context for
openSUSE:Factory checked in at 2021-10-25 15:17:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opencensus-context (Old)
and /work/SRC/openSUSE:Factory/.python-opencensus-context.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opencensus-context"
Mon Oct 25 15:17:28 2021 rev:2 rq:927211 version:0.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-opencensus-context/python-opencensus-context.changes
2020-03-11 18:55:04.703667692 +0100
+++
/work/SRC/openSUSE:Factory/.python-opencensus-context.new.1890/python-opencensus-context.changes
2021-10-25 15:18:34.097718207 +0200
@@ -1,0 +2,10 @@
+Sat Oct 23 11:00:17 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.1.2
+ * Release source distribution
+- i.e. they just bumped the version and cleaned up some code syntax
+ but the new version is specified as minimum by python-opencensus
+ 0.8
+- Require contextvars for Python 3.6
+
+-------------------------------------------------------------------
Old:
----
opencensus-0.7.7.tar.gz
New:
----
opencensus-0.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-opencensus-context.spec ++++++
--- /var/tmp/diff_new_pack.QykAO6/_old 2021-10-25 15:18:34.557718495 +0200
+++ /var/tmp/diff_new_pack.QykAO6/_new 2021-10-25 15:18:34.557718495 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-opencensus-context
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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.7.7
+%define repo_version 0.8.0
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-opencensus-context
-Version: 0.1.1
+Version: 0.1.2
Release: 0
Summary: Python in-process context propogation
License: Apache-2.0
@@ -28,6 +28,10 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: %{python_module contextvars if (%python-base >= 3.6 and
%python-base < 3.7)}
+%if 0%{python_version_nodots} == 36
+Requires: python-contextvars
+%endif
BuildArch: noarch
%python_subpackages
@@ -55,11 +59,14 @@
}
%check
-%python_exec -m unittest discover -v
+%pyunittest -v
%files %{python_files}
%doc CHANGELOG.md README.rst
%license ../../LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/opencensus
+%dir %{python_sitelib}/opencensus/common/
+%{python_sitelib}/opencensus/common/runtime_context
+%{python_sitelib}/opencensus_context-%{version}*-info
%changelog
++++++ opencensus-0.7.7.tar.gz -> opencensus-0.8.0.tar.gz ++++++
++++ 11942 lines of diff (skipped)