14
0

Accepting request 1076867 from home:pgajdos:python

- version update to 6.0
  - Drop support for Python 2.7, 3.5, 3.6.
  - Drop support for deprecated ``python setup.py test``.
  - Add support for Python 3.11.
  - Do not break in ``mechRepr`` when using ``<input type="date">``.
- deleted patches
  - zope.testbrowser-remove-bad-test.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/1076867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testbrowser?expand=0&rev=25
This commit is contained in:
2023-04-04 09:39:43 +00:00
committed by Git OBS Bridge
parent 03b447c968
commit d44c06fbe3
5 changed files with 18 additions and 80 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 3 09:34:27 UTC 2023 - pgajdos@suse.com
- version update to 6.0
- Drop support for Python 2.7, 3.5, 3.6.
- Drop support for deprecated ``python setup.py test``.
- Add support for Python 3.11.
- Do not break in ``mechRepr`` when using ``<input type="date">``.
- deleted patches
- zope.testbrowser-remove-bad-test.patch (upstreamed)
-------------------------------------------------------------------
Fri Sep 16 19:36:33 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>