Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gp-libs for openSUSE:Factory checked in at 2026-04-07 16:33:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gp-libs (Old) and /work/SRC/openSUSE:Factory/.python-gp-libs.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gp-libs" Tue Apr 7 16:33:55 2026 rev:6 rq:1344872 version:0.0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gp-libs/python-gp-libs.changes 2024-10-30 17:37:47.536691862 +0100 +++ /work/SRC/openSUSE:Factory/.python-gp-libs.new.21863/python-gp-libs.changes 2026-04-07 16:50:02.791363511 +0200 @@ -1,0 +2,17 @@ +Tue Mar 31 06:05:12 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 0.0.17: + * Add _unblock_doctest() helper for programmatic re-enabling of built-in + doctest plugin + * Autouse fixtures from conftest.py are now properly discovered for doctest + files + * Doctest directive comments with leading whitespace + (e.g., # doctest: +SKIP) are now properly matched + * Ensure docutils/myst doctest directives auto-register + * Type annotation and linting fixes + * Fix for pytest-asyncio compatibility + * chore: Implement PEP 563 deferred annotation resolution + * Drop Python 3.8 and 3.9 + * Build system moved from poetry to hatchling. + +------------------------------------------------------------------- Old: ---- gp_libs-0.0.8.tar.gz New: ---- gp_libs-0.0.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gp-libs.spec ++++++ --- /var/tmp/diff_new_pack.gTVwyC/_old 2026-04-07 16:50:03.487392324 +0200 +++ /var/tmp/diff_new_pack.gTVwyC/_new 2026-04-07 16:50:03.491392490 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-gp-libs # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,16 @@ %{?sle15_python_module_pythons} Name: python-gp-libs -Version: 0.0.8 +Version: 0.0.17 Release: 0 Summary: Internal utilities for projects following git-pull python package spec License: MIT URL: https://gp-libs.git-pull.com Source: https://files.pythonhosted.org/packages/source/g/gp-libs/gp_libs-%{version}.tar.gz BuildRequires: %{python_module docutils >= 0.20.1} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module myst-parser >= 2.0.0} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core >= 1.0.0} -BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test BuildRequires: %{python_module pytest} @@ -59,6 +58,7 @@ ignore="--ignore=tests/test_doctest_docutils.py" ignore+=" --ignore=tests/test_linkify_issues.py" +ignore+=" --ignore=src.bak" %pytest $ignore mv src.bak src ++++++ gp_libs-0.0.8.tar.gz -> gp_libs-0.0.17.tar.gz ++++++ ++++ 1835 lines of diff (skipped)
