Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aiosmtpd for openSUSE:Factory
checked in at 2022-01-13 23:21:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiosmtpd (Old)
and /work/SRC/openSUSE:Factory/.python-aiosmtpd.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiosmtpd"
Thu Jan 13 23:21:14 2022 rev:7 rq:946128 version:1.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiosmtpd/python-aiosmtpd.changes
2021-11-20 02:42:25.240130665 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiosmtpd.new.1892/python-aiosmtpd.changes
2022-01-13 23:21:55.784066651 +0100
@@ -1,0 +2,6 @@
+Tue Jan 11 20:08:35 UTC 2022 - Ben Greiner <[email protected]>
+
+- Remove hardcoded conditional on python36 flavor which got removed
+ in Tumbleweed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiosmtpd.spec ++++++
--- /var/tmp/diff_new_pack.BIETp4/_old 2022-01-13 23:21:56.256066960 +0100
+++ /var/tmp/diff_new_pack.BIETp4/_new 2022-01-13 23:21:56.260066962 +0100
@@ -46,9 +46,7 @@
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
# this package is used in projects which do not support boolean python_module
BuildRequires yet :(
-%if 0%{?suse_version} >= 1550
-BuildRequires: python36-typing_extensions
-%else
+%if 0%{?python3_version_nodots} < 37
BuildRequires: python3-typing_extensions
%endif
BuildRequires: user(nobody)