Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dulwich for openSUSE:Factory checked in at 2023-02-03 22:04:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dulwich (Old) and /work/SRC/openSUSE:Factory/.python-dulwich.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dulwich" Fri Feb 3 22:04:35 2023 rev:58 rq:1062547 version:0.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dulwich/python-dulwich.changes 2023-01-20 17:38:15.688382264 +0100 +++ /work/SRC/openSUSE:Factory/.python-dulwich.new.4462/python-dulwich.changes 2023-02-03 22:15:47.502966345 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 20:31:19 UTC 2023 - Lukas Müller <expee...@outlook.com> + +- Add dependency typing_extension for Python versions <3.8. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dulwich.spec ++++++ --- /var/tmp/diff_new_pack.wG7duZ/_old 2023-02-03 22:15:47.894968622 +0100 +++ /var/tmp/diff_new_pack.wG7duZ/_new 2023-02-03 22:15:47.902968669 +0100 @@ -43,12 +43,16 @@ BuildRequires: %{python_module geventhttpclient} BuildRequires: %{python_module gevent} BuildRequires: %{python_module gpg} +BuildRequires: %{python_module typing_extensions if %python-base < 3.8} BuildRequires: %{python_module urllib3 >= 1.24.1} %if 0%{?suse_version} <= 1500 BuildRequires: python-mock %endif %endif Requires: python-urllib3 >= 1.24.1 +%if %{python_version_nodots} < 38 +Requires: python-typing_extensions +%endif Requires(post): update-alternatives Requires(preun):update-alternatives Recommends: python-fastimport