Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0250beb942 | |||
| af845ec105 | |||
| 4cb900080e | |||
| 0daf9f9b26 |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
BIN
sybil-6.1.1.tar.gz
LFS
BIN
sybil-6.1.1.tar.gz
LFS
Binary file not shown.
3
sybil-9.3.0.tar.gz
Normal file
3
sybil-9.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:000bb402d06894f03ac7102d3952f3550b6b7adedb06ee79338c4c7fd1becc25
|
||||||
|
size 79832
|
||||||
Reference in New Issue
Block a user