Go to file
Ana Guerrero e0bc1fbe72 Accepting request 1173546 from devel:languages:python
- Update to 6.1.0:
  * Add support for lexing nested fenced codeblocks in markdown.
  * Add support for tilde-delimited codeblocks in markdown.
  * Fix bug with the end offset of codeblocks in markdown.
  * Support pytest 8 and above, due to yet another breaking change in an API
    Sybil relies on.
  * Remove use of deprecated py.path.local.
  * Fix lexing of ReST directives and directives-in-comments where the
    directives were not separated by at least one newline.
  * Official support for Python 3.12 with Python 3.7 now being the minimum
    supported version.
  * sybil.parsers.rest.lexers.DirectiveLexer and
    sybil.parsers.myst.lexers.DirectiveLexer directives now have their
    options extracted as part of the lexing process.
  * Added support for MyST single-line html-style comment directives.
  * Fixed parsing of MyST directive options with no leading whitespace.
  * Fixed parsing of Markdown and MyST fenced codeblocks at the end of
    documents with no trailing newline.
  * Rework document evaluators to be more flexible and structured.
  * :ref:`skip <skip-parser>` has been reworked to check validity of operations
    and allow a reason to be provided for an unconditional skip so it can be
    highlighted as a skipped test in test runner output. The skip parsers
    are also now lexer-based.
  * Make Region.evaluator optional, removing the need for the separate
    LexedRegion class.
  * Fix bug in traceback trimming on the latest release of pytest.
  * Fixed bug in the repr of LexedRegion instances where a lexeme was None.
  * Fixed lexing of ReST directives, such as :rst:dir:`code-block`, where they
    occurred at the end of a docstring.
  * Ensure the sybil.Document.namespace in which doctests are

OBS-URL: https://build.opensuse.org/request/show/1173546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sybil?expand=0&rev=18
2024-05-14 11:37:06 +00:00
_multibuild - Sprinkle in multibuild to avoid a cycle. 2024-05-13 04:10:07 +00:00
.gitattributes Accepting request 611988 from devel:languages:python:misc 2018-05-24 20:56:56 +00:00
.gitignore Accepting request 611988 from devel:languages:python:misc 2018-05-24 20:56:56 +00:00
python-sybil.changes - Sprinkle in multibuild to avoid a cycle. 2024-05-13 04:10:07 +00:00
python-sybil.spec Add missing BuildRequires. 2024-05-13 04:11:10 +00:00
sybil-6.1.0.tar.gz - Update to 6.1.0: 2024-05-08 04:24:44 +00:00