Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-opentelemetry-api for
openSUSE:Factory checked in at 2022-01-17 22:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-api (Old)
and /work/SRC/openSUSE:Factory/.python-opentelemetry-api.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opentelemetry-api"
Mon Jan 17 22:34:05 2022 rev:7 rq:946889 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-opentelemetry-api/python-opentelemetry-api.changes
2021-12-24 20:23:33.122031112 +0100
+++
/work/SRC/openSUSE:Factory/.python-opentelemetry-api.new.1892/python-opentelemetry-api.changes
2022-01-17 22:34:48.270273873 +0100
@@ -1,0 +2,5 @@
+Sun Jan 16 20:23:52 UTC 2022 - Ben Greiner <[email protected]>
+
+- Remove obsolete but unresolvable python36 requirement
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-opentelemetry-api.spec ++++++
--- /var/tmp/diff_new_pack.Ubu4c3/_old 2022-01-17 22:34:48.730274177 +0100
+++ /var/tmp/diff_new_pack.Ubu4c3/_new 2022-01-17 22:34:48.734274180 +0100
@@ -16,7 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-opentelemetry-api
Version: 1.5.0
@@ -28,7 +28,9 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: ((python3-aiocontextvars and python3-base < 3.7) or
(python36-aiocontextvars and python36-base))
+# Note: If python3-aiocontextvars is not available, the error message will
+# be confusing: https://github.com/openSUSE/obs-build/issues/685
+BuildRequires: (python3-aiocontextvars if python3-base < 3.7)
BuildArch: noarch
Requires: python-setuptools
%if %{python_version_nodots} < 37
@@ -59,6 +61,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/opentelemetry
+%{python_sitelib}/opentelemetry_api-%{version}*-info
%changelog