14
0

Accepting request 766043 from home:mcalabkova:branches:devel:languages:python

- update to version 5.0
  * Drop support for Python 3.4.
  * Add support for Python 3.8.
  * Properly declare dependency on zope.schema >= 4.2.0, introduced in zope.security 4.2.1.
  * Fix dict item view iteration on PyPy3 7.x.

OBS-URL: https://build.opensuse.org/request/show/766043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-01-21 11:37:54 +00:00
committed by Git OBS Bridge
parent 60b6b1af92
commit 85384f4940
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 21 10:48:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 5.0
* Drop support for Python 3.4.
* Add support for Python 3.8.
* Properly declare dependency on zope.schema >= 4.2.0, introduced in zope.security 4.2.1.
* Fix dict item view iteration on PyPy3 7.x.
-------------------------------------------------------------------
Mon Apr 8 13:53:23 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>