forked from pool/python-zope.security
Accepting request 692314 from home:mcalabkova:branches:devel:languages:python
- update to version 4.3.1
* Fix the decimal.Decimal checker, __truediv__ was missing
causing ForbiddenAttribute on a ProxyFactory(Decimal('1')) / 1
operation
4.3.0
* Add the interface ISystemPrincipal and make
zope.security.management.system_user a regular object that
implements this interface.
4.2*
* Add support for Python 3.7.
* Make the pure-Python proxy on Python 2 not check permissions for
__unicode__ just like the C implementation. Note that __str__ is
checked for both implementations on both Python 2 and 3, but if
there is no __unicode__ method defined, Python 2’s automatic
fallback to __str__ is not checked when unicode is called.
* Fix the default values for Permission fields title and
description under Python 2.
* Change the IPermission.id from Text (unicode) to a
NativeStringLine.
* Fix the extremely rare potential for a crash when the C
extensions are in use.
* The pure-Python proxy didn’t propagate TypeError from __repr__
and __str__ like the C implementation did.
* Iteration of zope.interface.providedBy() is now allowed by
default on all versions of Python.
* Drop support for Python 3.3.
* Respect PURE_PYTHON at runtime.
* Fix watching checkers (ZOPE_WATCH_CHECKERS=1) in pure-Python
mode.
- Fix tests using multibuild (can be dropped in the future).
OBS-URL: https://build.opensuse.org/request/show/692314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
6872ad5ba6
commit
60b6b1af92
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 13:53:23 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to version 4.3.1
|
||||
* Fix the decimal.Decimal checker, __truediv__ was missing
|
||||
causing ForbiddenAttribute on a ProxyFactory(Decimal('1')) / 1
|
||||
operation
|
||||
4.3.0
|
||||
* Add the interface ISystemPrincipal and make
|
||||
zope.security.management.system_user a regular object that
|
||||
implements this interface.
|
||||
4.2*
|
||||
* Add support for Python 3.7.
|
||||
* Make the pure-Python proxy on Python 2 not check permissions for
|
||||
__unicode__ just like the C implementation. Note that __str__ is
|
||||
checked for both implementations on both Python 2 and 3, but if
|
||||
there is no __unicode__ method defined, Python 2’s automatic
|
||||
fallback to __str__ is not checked when unicode is called.
|
||||
* Fix the default values for Permission fields title and
|
||||
description under Python 2.
|
||||
* Change the IPermission.id from Text (unicode) to a
|
||||
NativeStringLine.
|
||||
* Fix the extremely rare potential for a crash when the C
|
||||
extensions are in use.
|
||||
* The pure-Python proxy didn’t propagate TypeError from __repr__
|
||||
and __str__ like the C implementation did.
|
||||
* Iteration of zope.interface.providedBy() is now allowed by
|
||||
default on all versions of Python.
|
||||
* Drop support for Python 3.3.
|
||||
* Respect PURE_PYTHON at runtime.
|
||||
* Fix watching checkers (ZOPE_WATCH_CHECKERS=1) in pure-Python
|
||||
mode.
|
||||
- Fix tests using multibuild (can be dropped in the future).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 16 08:06:14 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user