Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aiocontextvars for
openSUSE:Factory checked in at 2021-02-18 20:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiocontextvars (Old)
and /work/SRC/openSUSE:Factory/.python-aiocontextvars.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiocontextvars"
Thu Feb 18 20:39:48 2021 rev:2 rq:867741 version:0.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-aiocontextvars/python-aiocontextvars.changes
2021-01-21 21:54:47.465780140 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiocontextvars.new.28504/python-aiocontextvars.changes
2021-02-18 20:50:17.127319569 +0100
@@ -1,0 +2,11 @@
+Fri Jan 22 13:18:16 UTC 2021 - Benjamin Greiner <[email protected]>
+
+- Revert last change. This package is for python < 3.7 only.
+
+-------------------------------------------------------------------
+Fri Jan 22 11:41:55 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Enable Python 3.8 builds as aiocontextvars is required for
+ the opentelemetry-api package which builds on Python 3.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiocontextvars.spec ++++++
--- /var/tmp/diff_new_pack.n4DtMF/_old 2021-02-18 20:50:17.655320085 +0100
+++ /var/tmp/diff_new_pack.n4DtMF/_new 2021-02-18 20:50:17.655320085 +0100
@@ -17,6 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# IMPORTANT: This package is for python <= 3.6 only. If your package depends on
+# python-aiocontextvars, make sure to only require it for these versions.
+# Have a look into your upstream's setup.py or setup.cfg, they do the same.
%if 0%{suse_version} <= 1500
%define pythons python3
%else