14
0
forked from pool/python-sybil

Accepting request 700963 from home:pgajdos

- version update to 1.2.0
  * Only compile code in :ref:`codeblocks <codeblock-parser>` at evaluation time,
    giving :ref:`skip <skip-parser>` a chance to skip code blocks that won't
    compile on a particular version of Python.
  * Add warning about the limitations of
    :attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`.
  * Support explicit filenames to include and patterns to exclude
    when instantiating a :class:`~sybil.Sybil`.
  * Add the :ref:`skip <skip-parser>` parser.
- deleted patches
  - sybil-pytest4.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/700963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-05-06 07:51:15 +00:00
committed by Git OBS Bridge
parent 180f95e977
commit 54250010f6
5 changed files with 20 additions and 29 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 3 11:20:28 UTC 2019 - pgajdos@suse.com
- version update to 1.2.0
* Only compile code in :ref:`codeblocks <codeblock-parser>` at evaluation time,
giving :ref:`skip <skip-parser>` a chance to skip code blocks that won't
compile on a particular version of Python.
* Add warning about the limitations of
:attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`.
* Support explicit filenames to include and patterns to exclude
when instantiating a :class:`~sybil.Sybil`.
* Add the :ref:`skip <skip-parser>` parser.
- deleted patches
- sybil-pytest4.patch (upstreamed)
-------------------------------------------------------------------
Tue Mar 26 22:38:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>