14
0

Accepting request 923192 from home:pgajdos:python

- version update to 4.9
  4.9 (2021-01-08)
  ----------------
  - Make ``setupstack.txt`` test work again if the current directory is empty.
  4.8 (2021-01-04)
  ----------------
  - Add support for Python 3.8 and 3.9.
  - Drop support for Python 3.3 and 3.4.
  - Extend IGNORE_EXCEPTION_MODULE_IN_PYTHON2 to cover also exceptions without
    arguments (thus without a colon on the last line of the traceback output).

- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/923192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=17
This commit is contained in:
2021-10-05 12:19:18 +00:00
committed by Git OBS Bridge
parent 66316b1cb5
commit 8a5eb78503
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Oct 5 09:48:25 UTC 2021 - pgajdos@suse.com
- version update to 4.9
4.9 (2021-01-08)
----------------
- Make ``setupstack.txt`` test work again if the current directory is empty.
4.8 (2021-01-04)
----------------
- Add support for Python 3.8 and 3.9.
- Drop support for Python 3.3 and 3.4.
- Extend IGNORE_EXCEPTION_MODULE_IN_PYTHON2 to cover also exceptions without
arguments (thus without a colon on the last line of the traceback output).
-------------------------------------------------------------------
Tue Oct 5 09:42:28 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Mon Oct 14 14:51:47 UTC 2019 - Matej Cepl <mcepl@suse.com>