14
0

Accepting request 1032248 from home:yarunachalam:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=19
This commit is contained in:
2022-10-30 10:42:43 +00:00
committed by Git OBS Bridge
parent 12a37526aa
commit 35a98068f6
4 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,12 @@
-------------------------------------------------------------------
Fri Sep 16 19:41:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Sat Oct 29 18:10:03 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.4.0
* Disable unsafe math optimizations in C code. See pull request 89.
-------------------------------------------------------------------
Fri Sep 16 19:41:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.3.0
* Allow calling bound methods of some built-in objects such as ().__repr__ and {}.__repr__ by default.
This worked on Python 2, but raised ForbiddenAttribute on Python 3. See issue 75.