4 Commits

Author SHA256 Message Date
0250beb942 Accepting request 1329543 from devel:languages:python
- update to 9.3.0:
  * Add support for MyST code-cell :ref:`directives
    <syntax/directives>`.
  * Provide :func:`sybil.testing.check_sybil`,
    :func:`sybil.testing.check_parser` and
    :func:`sybil.testing.check_lexer` to help test custom lexers
    and parsers.
  * Add documentation around testing custom lexers and parsers.

OBS-URL: https://build.opensuse.org/request/show/1329543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sybil?expand=0&rev=22
2026-01-28 14:06:38 +00:00
af845ec105 - update to 9.3.0:
* Add support for MyST code-cell :ref:`directives
    <syntax/directives>`.
  * Provide :func:`sybil.testing.check_sybil`,
    :func:`sybil.testing.check_parser` and
    :func:`sybil.testing.check_lexer` to help test custom lexers
    and parsers.
  * Add documentation around testing custom lexers and parsers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=46
2026-01-27 17:18:31 +00:00
4cb900080e Accepting request 1313517 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1313517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sybil?expand=0&rev=21
2025-10-27 13:37:17 +00:00
0daf9f9b26 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=44
2025-10-24 15:33:52 +00:00
4 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Jan 27 17:18:24 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 9.3.0:
* Add support for MyST code-cell :ref:`directives
<syntax/directives>`.
* Provide :func:`sybil.testing.check_sybil`,
:func:`sybil.testing.check_parser` and
:func:`sybil.testing.check_lexer` to help test custom lexers
and parsers.
* Add documentation around testing custom lexers and parsers.
-------------------------------------------------------------------
Fri Oct 24 08:55:53 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 3 07:46:17 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Thu Oct 3 07:46:17 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sybil # spec file for package python-sybil
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -26,19 +26,19 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-sybil%{psuffix} Name: python-sybil%{psuffix}
Version: 6.1.1 Version: 9.3.0
Release: 0 Release: 0
Summary: Automated testing of examples in documentation Summary: Automated testing of examples in documentation
License: MIT License: MIT
URL: https://github.com/simplistix/sybil URL: https://github.com/simplistix/sybil
Source: https://github.com/simplistix/sybil/archive/refs/tags/%{version}.tar.gz#/sybil-%{version}.tar.gz 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
%if %{with test} %if %{with test}
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest >= 7.1} BuildRequires: %{python_module pytest >= 8}
BuildRequires: %{python_module sybil = %{version}} BuildRequires: %{python_module sybil = %{version}}
BuildRequires: %{python_module testfixtures} BuildRequires: %{python_module testfixtures}
%if 0%{?sle_version} && 0%{?sle_version} <= 150400 %if 0%{?sle_version} && 0%{?sle_version} <= 150400

Binary file not shown.

3
sybil-9.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:000bb402d06894f03ac7102d3952f3550b6b7adedb06ee79338c4c7fd1becc25
size 79832