forked from pool/python-tap.py
- No more greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tap.py?expand=0&rev=11
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 4 06:08:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
- No more greedy globs in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 19 10:59:08 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 3.1
|
|
* Add support for Python 3.10.
|
|
* Add support for Python 3.9.
|
|
* Add support for Python 3.8.
|
|
* Drop support for Python 3.5 (it is end-of-life).
|
|
* Fix parsing of multi-line strings in YAML blocks (#111)
|
|
* Remove unmaintained i18n support.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 19 08:03:11 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 12:59:42 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 3.0
|
|
* Drop support for Python 2 (it is end-of-life).
|
|
* Add support for subtests.
|
|
* Run a test suite with ``python -m tap``.
|
|
* Discontinue use of Pipenv for managing development.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 07:28:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.6.1:
|
|
* Fix to work with new releases of more-itertools
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 02:11:09 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v2.5
|