Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-keyring for openSUSE:Factory checked in at 2022-11-01 13:40:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-keyring (Old) and /work/SRC/openSUSE:Factory/.python-keyring.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyring" Tue Nov 1 13:40:26 2022 rev:51 rq:1032377 version:23.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes 2022-10-12 18:25:28.493781902 +0200 +++ /work/SRC/openSUSE:Factory/.python-keyring.new.2275/python-keyring.changes 2022-11-01 13:40:27.871224608 +0100 @@ -1,0 +2,8 @@ +Sun Oct 30 11:35:42 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Drop support-new-importlib.patch + * "New" importlib 5.0 dropped deprecated indexing support + gh#python/importlib_metadata#405 + * See also gh#jaraco/keyring#526 + +------------------------------------------------------------------- Old: ---- support-new-importlib.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-keyring.spec ++++++ --- /var/tmp/diff_new_pack.CxEF5d/_old 2022-11-01 13:40:28.411227480 +0100 +++ /var/tmp/diff_new_pack.CxEF5d/_new 2022-11-01 13:40:28.415227501 +0100 @@ -31,7 +31,6 @@ License: MIT AND Python-2.0 URL: https://github.com/jaraco/keyring Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz -Patch0: support-new-importlib.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 56} @@ -78,6 +77,8 @@ %if %{with test} %check +# https://github.com/jaraco/keyring/issues/526 +rm -r keyring.egg-info %pytest %endif