- update to 1.4.0 * Support pytest 6 * Have sybil support nested directories of source files * Support a sequence of patterns rather than just one. OBS-URL: https://build.opensuse.org/request/show/830034 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=21
96 lines
3.5 KiB
Plaintext
96 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 27 15:29:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 1.4.0
|
|
* Support pytest 6
|
|
* Have sybil support nested directories of source files
|
|
* Support a sequence of patterns rather than just one.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 2 07:26:04 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 1.3.0
|
|
* Treat all documentation source files as being ``utf-8`` encoded. This can be overriden
|
|
by passing an encoding when instantiating a :class:`~sybil.Sybil`.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 17 10:15:26 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 1.2.2
|
|
- Improvements to :attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR`
|
|
for multiple strings on a single line.
|
|
- Better handling of files with Windows line endings on Linux under Python 2.
|
|
- Fixes for pytest 3.1.0.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Remove irrelevant and invalid runtime dependencies
|
|
- Set pytest as a Recommends
|
|
- Remove unnecessary build dependencies
|
|
- Simplify %check routine
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 21 13:01:18 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Add patch to work with new pytest:
|
|
* sybil-pytest4.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 11:07:06 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Raise pytest requirement to match up what is in setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 11 09:15:40 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Version update to 1.0.9:
|
|
* Support pytest-3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 29 12:31:09 UTC 2018 - jengelh@inai.de
|
|
|
|
- Do not let the description assume any specific use context.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 17:49:50 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update 1.0.8
|
|
* Changes only to unit tests to support fixes in the latest release of pytest.
|
|
- Update 1.0.7
|
|
* Literal tabs may no longer be included in text that is parsed by the DocTestParser. Previously, tabs were expanded which could unpleasant problems.
|
|
- spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 5 09:48:15 UTC 2018 - alarrosa@suse.com
|
|
|
|
- Update to 1.0.6
|
|
* Fix compatibility with pytest 3.3+.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 15:03:03 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Fixed %check section and add python-virtualenv to the build requirements.
|
|
- Add a longer description to the package.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 13:40:51 UTC 2017 - t.gruner@katodev.de
|
|
|
|
- Initial release 1.0.5
|
|
|