Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-eliot for openSUSE:Factory 
checked in at 2022-01-17 22:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eliot (Old)
 and      /work/SRC/openSUSE:Factory/.python-eliot.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eliot"

Mon Jan 17 22:34:05 2022 rev:10 rq:946888 version:1.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eliot/python-eliot.changes        
2021-10-16 22:47:55.076705960 +0200
+++ /work/SRC/openSUSE:Factory/.python-eliot.new.1892/python-eliot.changes      
2022-01-17 22:34:47.618273440 +0100
@@ -1,0 +2,5 @@
+Sun Jan 16 20:10:13 UTC 2022 - Benjamin Greiner <[email protected]>
+
+- Remove obsolete python36 requirement
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-eliot.spec ++++++
--- /var/tmp/diff_new_pack.jXY9J3/_old  2022-01-17 22:34:48.078273745 +0100
+++ /var/tmp/diff_new_pack.jXY9J3/_new  2022-01-17 22:34:48.086273750 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-eliot
 #
-# 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,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-eliot
 Version:        1.13.0
@@ -44,7 +44,9 @@
 BuildRequires:  %{python_module zope.interface}
 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)
 Requires:       python-boltons >= 19.0.1
 Requires:       python-pyrsistent >= 0.11.8
 Requires:       python-six
@@ -90,6 +92,7 @@
 %license LICENSE
 %doc README.rst
 %python_alternative %{_bindir}/eliot-prettyprint
-%{python_sitelib}/*
+%{python_sitelib}/eliot
+%{python_sitelib}/eliot-%{version}*-info
 
 %changelog

Reply via email to