Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sybil for openSUSE:Factory checked in at 2026-06-19 16:30:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sybil (Old) and /work/SRC/openSUSE:Factory/.python-sybil.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sybil" Fri Jun 19 16:30:15 2026 rev:24 rq:1360134 version:10.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sybil/python-sybil.changes 2026-03-04 21:03:22.015844556 +0100 +++ /work/SRC/openSUSE:Factory/.python-sybil.new.1956/python-sybil.changes 2026-06-19 17:22:00.799389431 +0200 @@ -1,0 +2,18 @@ +Thu Jun 18 04:22:41 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 10.1.0: + * Ignore trailing whitespace in doctest output by default, see + :data:`~sybil.evaluators.doctest.KEEP_TRAILING_WHITESPACE` if you need + whitespace sensitivity. + * Make :func:`~sybil.testing.run_pytest` runs immune to ambient color + environment variables. + * Re-work :func:`~sybil.testing.run_pytest` to fix problems caused by + re-invoking external plugins during the nested runs. + * Moved to a uv-based, pyproject.toml-driven project layout. + * Introduce ruff code formatting. + * Fixed several issues with lexing of Markdown fenced code blocks. + * Add :func:`~sybil.testing.run_pytest` to for in-process pytest execution + of example tests that use :any:`fixtures <fixture>` in documentation. + * Supported Python versions are now 3.11 onwards. + +------------------------------------------------------------------- Old: ---- sybil-9.3.0.tar.gz New: ---- sybil-10.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sybil.spec ++++++ --- /var/tmp/diff_new_pack.sELucX/_old 2026-06-19 17:22:02.219438269 +0200 +++ /var/tmp/diff_new_pack.sELucX/_new 2026-06-19 17:22:02.223438406 +0200 @@ -26,21 +26,21 @@ %endif %{?sle15_python_module_pythons} Name: python-sybil%{psuffix} -Version: 9.3.0 +Version: 10.1.0 Release: 0 Summary: Automated testing of examples in documentation License: MIT URL: https://github.com/simplistix/sybil Source: https://github.com/simplistix/sybil/archive/refs/tags/%{version}.tar.gz#/sybil-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module base >= 3.11} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} %if %{with test} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest >= 8} +BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module sybil = %{version}} -BuildRequires: %{python_module testfixtures} +BuildRequires: %{python_module testfixtures >= 11} %if 0%{?sle_version} && 0%{?sle_version} <= 150400 BuildRequires: %{python_module dataclasses} %endif @@ -61,7 +61,6 @@ %prep %autosetup -p1 -n sybil-%{version} -sed -i '/pytest-cov/ d' setup.py %if 0%{suse_version} < 1699 # Remove seedir dependency for SLFO ++++++ sybil-9.3.0.tar.gz -> sybil-10.1.0.tar.gz ++++++ ++++ 10381 lines of diff (skipped)
