Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asgiref for openSUSE:Factory checked in at 2021-07-10 22:54:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asgiref (Old) and /work/SRC/openSUSE:Factory/.python-asgiref.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asgiref" Sat Jul 10 22:54:03 2021 rev:5 rq:904567 version:3.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asgiref/python-asgiref.changes 2021-05-12 19:31:11.139299760 +0200 +++ /work/SRC/openSUSE:Factory/.python-asgiref.new.2625/python-asgiref.changes 2021-07-10 22:54:16.735862071 +0200 @@ -1,0 +2,5 @@ +Wed Jul 7 09:46:52 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Adjust requirements to work also on Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asgiref.spec ++++++ --- /var/tmp/diff_new_pack.pu8z8G/_old 2021-07-10 22:54:17.187858582 +0200 +++ /var/tmp/diff_new_pack.pu8z8G/_new 2021-07-10 22:54:17.191858552 +0200 @@ -29,13 +29,17 @@ BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module typing_extensions if %python-base < 3.8} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch +%if %{?suse_version} < 1540 +BuildRequires: %{python_module typing_extensions} +%else +BuildRequires: %{python_module typing_extensions if %python-base < 3.8} +%endif %if 0%{python_version_nodots} < 38 Requires: python-typing_extensions %endif -BuildArch: noarch %python_subpackages %description