diff --git a/python-zope.security.changes b/python-zope.security.changes index 13ae0ef..bcc424c 100644 --- a/python-zope.security.changes +++ b/python-zope.security.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 16 19:41:00 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 5.4.0 + * Disable unsafe math optimizations in C code. See pull request 89. + +- 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. + * Remove usage of unittest.makeSuite as it is deprecated in Python 3.11+. See issue 83. + * Add support for Python 3.11 (as of 3.11.0a7). + ------------------------------------------------------------------- Mon Apr 11 19:24:54 UTC 2022 - Ben Greiner diff --git a/python-zope.security.spec b/python-zope.security.spec index 93a6cfd..6c6a858 100644 --- a/python-zope.security.spec +++ b/python-zope.security.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zope.security%{psuffix} -Version: 5.2 +Version: 5.3 Release: 0 Summary: Zope Security Framework License: ZPL-2.1 diff --git a/zope.security-5.2.tar.gz b/zope.security-5.2.tar.gz deleted file mode 100644 index cd684f0..0000000 --- a/zope.security-5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:465d8af691f44cf6f8aad19198d468d16c39d477e6507deddeab121de97cb4eb -size 125703 diff --git a/zope.security-5.3.tar.gz b/zope.security-5.3.tar.gz new file mode 100644 index 0000000..66a4f0e --- /dev/null +++ b/zope.security-5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6799a18f9f3ca7bd4a80f76ce5b5fe50a3507b9e8f7ef50e4302d76f4b730b1a +size 126583