Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yarl for openSUSE:Factory checked in at 2021-03-24 16:10:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yarl (Old) and /work/SRC/openSUSE:Factory/.python-yarl.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Wed Mar 24 16:10:25 2021 rev:17 rq:880489 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes 2021-03-02 15:30:10.785962375 +0100 +++ /work/SRC/openSUSE:Factory/.python-yarl.new.2401/python-yarl.changes 2021-03-24 16:10:26.655781094 +0100 @@ -1,0 +2,6 @@ +Sat Mar 20 19:40:32 UTC 2021 - Ben Greiner <[email protected]> + +- Unset -Werror=return-type for python39 +- Only install typing_extensions for Python < 3.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yarl.spec ++++++ --- /var/tmp/diff_new_pack.V9qK94/_old 2021-03-24 16:10:27.227781694 +0100 +++ /var/tmp/diff_new_pack.V9qK94/_new 2021-03-24 16:10:27.231781698 +0100 @@ -33,6 +33,7 @@ BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module idna >= 2.0} +BuildRequires: %{python_module typing_extensions >= 3.7.4 if %python-base < 3.8} # test requirements BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module pytest-cov} @@ -43,7 +44,9 @@ BuildRequires: python-rpm-macros Requires: python-idna >= 2.0 Requires: python-multidict >= 4.0 +%if 0%{?python_version_nodots} < 38 Requires: python-typing_extensions >= 3.7.4 +%endif %python_subpackages %description @@ -53,7 +56,7 @@ %autosetup -p1 -n yarl-%{version} %build -export CFLAGS="%{optflags}" +export CFLAGS="%{optflags} -Wno-return-type" %python_build %install
