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 2025-10-27 14:37:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sybil (Old) and /work/SRC/openSUSE:Factory/.python-sybil.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sybil" Mon Oct 27 14:37:17 2025 rev:21 rq:1313517 version:9.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sybil/python-sybil.changes 2024-10-04 17:08:32.487817224 +0200 +++ /work/SRC/openSUSE:Factory/.python-sybil.new.1980/python-sybil.changes 2025-10-27 14:37:32.133051232 +0100 @@ -1,0 +2,14 @@ +Fri Oct 24 08:55:53 UTC 2025 - Markéta Machová <[email protected]> + +- Update to 9.2.0 + * Drop up to Python 3.8 support. + * Drop support for pytest versions less than 8. + * :class:`Sybil` now takes a name which is used in any test identifiers + it produces. + * Add support for code and sourcecode directives in both ReST and MyST. + * Retire Document.find_region_sources() in favour of using + a sybil.parsers.abstract.lexers.BlockLexer. + * Add support for a sybil.evaluators.doctest.NUMBER option flag when + using doctest. + +------------------------------------------------------------------- Old: ---- sybil-6.1.1.tar.gz New: ---- sybil-9.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sybil.spec ++++++ --- /var/tmp/diff_new_pack.inYbUw/_old 2025-10-27 14:37:33.401104775 +0100 +++ /var/tmp/diff_new_pack.inYbUw/_new 2025-10-27 14:37:33.405104944 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sybil # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ -26,19 +26,19 @@ %endif %{?sle15_python_module_pythons} Name: python-sybil%{psuffix} -Version: 6.1.1 +Version: 9.2.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.7} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} %if %{with test} BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module pytest >= 7.1} +BuildRequires: %{python_module pytest >= 8} BuildRequires: %{python_module sybil = %{version}} BuildRequires: %{python_module testfixtures} %if 0%{?sle_version} && 0%{?sle_version} <= 150400 ++++++ sybil-6.1.1.tar.gz -> sybil-9.2.0.tar.gz ++++++ ++++ 2966 lines of diff (skipped)
