14
0
forked from pool/python-tap.py

Accepting request 783832 from home:pgajdos:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/783832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tap.py?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-11 13:52:58 +00:00
committed by Git OBS Bridge
parent 8ca9770bf1
commit 369f1ef210
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>