14
0

Accepting request 923415 from home:pgajdos:python

- version update to 5.3.0
  - Add support for Python 3.9.
  - Fix `package init file missing` warning
    (`#112 <https://github.com/zopefoundation/zope.testrunner/pull/112>`_).
  - Make standard streams provide a `buffer` attribute on Python 3 when using
    `--buffer` or testing under subunit.
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/923415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=27
This commit is contained in:
2021-10-06 09:54:01 +00:00
committed by Git OBS Bridge
parent 364b08dc24
commit a815897146
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 5 10:30:48 UTC 2021 - pgajdos@suse.com
- version update to 5.3.0
- Add support for Python 3.9.
- Fix `package init file missing` warning
(`#112 <https://github.com/zopefoundation/zope.testrunner/pull/112>`_).
- Make standard streams provide a `buffer` attribute on Python 3 when using
`--buffer` or testing under subunit.
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Tue Jul 21 08:53:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>