Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pluggy for openSUSE:Factory checked in at 2023-11-08 22:16:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pluggy (Old) and /work/SRC/openSUSE:Factory/.python-pluggy.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pluggy" Wed Nov 8 22:16:34 2023 rev:18 rq:1124102 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pluggy/python-pluggy.changes 2023-04-25 16:53:43.706343152 +0200 +++ /work/SRC/openSUSE:Factory/.python-pluggy.new.17445/python-pluggy.changes 2023-11-08 22:16:38.964795987 +0100 @@ -1,0 +2,18 @@ +Tue Nov 7 20:23:11 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.3.0: + * Python 3.7 is no longer supported. + * Pluggy now exposes its typings to static type checkers. + * Some fields and classes are marked ``Final`` and ``@final``. + * The :ref:`api-reference` is updated to clearly delineate + pluggy's public API. + Compatibility aliases are put in place for the renamed types. + Please note that pluggy is currently unable to provide strong + typing for hook calls, e.g. ``pm.hook.my_hook(...)``, + nor to statically check that a hook implementation matches + the hook specification's type. + * The new-style hook wrappers, added in the yanked 1.1.0 + release, now require an explicit ``wrapper=True`` designation + in the ``@hookimpl()`` decorator. + +------------------------------------------------------------------- Old: ---- pluggy-1.0.0.tar.gz New: ---- pluggy-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pluggy.spec ++++++ --- /var/tmp/diff_new_pack.Xjkh3V/_old 2023-11-08 22:16:40.092837427 +0100 +++ /var/tmp/diff_new_pack.Xjkh3V/_new 2023-11-08 22:16:40.096837575 +0100 @@ -28,7 +28,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pluggy%{psuffix} -Version: 1.0.0 +Version: 1.3.0 Release: 0 Summary: A minimalist production ready plugin system License: MIT @@ -45,7 +45,8 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module importlib-metadata >= 0.12 if %python-base < 3.8} -BuildRequires: %{python_module pytest >= 6.2.5} +BuildRequires: %{python_module pluggy = %{version}} +BuildRequires: %{python_module pytest >= 7.3.0} %endif %python_subpackages ++++++ pluggy-1.0.0.tar.gz -> pluggy-1.3.0.tar.gz ++++++ ++++ 5422 lines of diff (skipped)