14
0

Accepting request 782877 from home:pgajdos:python

- version update to 5.1.0
  - Let proxied interfaces be iterated on Python 3. This worked on
    Python 2, but raised ``ForbiddenAttribute`` an Python 3. See
    `zope.interface issue 141 <https://github.com/zopefoundation/zope.interface/issues/141>`_.
  - Allow to use a common Sphinx version for Python 2 and 3.

OBS-URL: https://build.opensuse.org/request/show/782877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-03-09 10:53:00 +00:00
committed by Git OBS Bridge
parent 85384f4940
commit 36da703ebc
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 9 10:17:25 UTC 2020 - pgajdos@suse.com
- version update to 5.1.0
- Let proxied interfaces be iterated on Python 3. This worked on
Python 2, but raised ``ForbiddenAttribute`` an Python 3. See
`zope.interface issue 141 <https://github.com/zopefoundation/zope.interface/issues/141>`_.
- Allow to use a common Sphinx version for Python 2 and 3.
-------------------------------------------------------------------
Tue Jan 21 10:48:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>