From c364646441b7936eff9c394d6a0f9b32a648ab27b5ec62221e239c97bb6a79ae Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 May 2023 14:30:58 +0000 Subject: [PATCH 1/2] - update to 6.1: * Remove more proxying code for names that no longer exist in Python 3. * Remove proxying code for names that no longer exist in Python 3. * Drop support for Python 2.7, 3.5, 3.6. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=27 --- python-zope.security.changes | 10 ++++++++++ python-zope.security.spec | 4 ++-- zope.security-5.8.tar.gz | 3 --- zope.security-6.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 zope.security-5.8.tar.gz create mode 100644 zope.security-6.1.tar.gz diff --git a/python-zope.security.changes b/python-zope.security.changes index 2ad03f9..56880fa 100644 --- a/python-zope.security.changes +++ b/python-zope.security.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 5 14:30:05 UTC 2023 - Dirk Müller + +- update to 6.1: + * Remove more proxying code for names that no longer exist in + Python 3. + * Remove proxying code for names that no longer exist in Python + 3. + * Drop support for Python 2.7, 3.5, 3.6. + ------------------------------------------------------------------- Tue Dec 13 17:46:19 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-zope.security.spec b/python-zope.security.spec index 5406f0f..a839589 100644 --- a/python-zope.security.spec +++ b/python-zope.security.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zope.security%{psuffix} -Version: 5.8 +Version: 6.1 Release: 0 Summary: Zope Security Framework License: ZPL-2.1 diff --git a/zope.security-5.8.tar.gz b/zope.security-5.8.tar.gz deleted file mode 100644 index c3a636f..0000000 --- a/zope.security-5.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d19f205cb0a540a5a26883fa1fd15c92989fe9acbc7a769c9faedd6ae6e09fc7 -size 127767 diff --git a/zope.security-6.1.tar.gz b/zope.security-6.1.tar.gz new file mode 100644 index 0000000..a9812f8 --- /dev/null +++ b/zope.security-6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4646a764152866d0fb624e63b7ed68a71ab9a21dd41e8c0ae0591234364d68c5 +size 143392 From df40ec7a2b6f53bec83e3a9a3fcf65a4026ae36abf6a5ea70a6f50718416a350 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 May 2023 14:31:10 +0000 Subject: [PATCH 2/2] * Remove proxying code for names that no longer exist in Python 3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=28 --- python-zope.security.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-zope.security.changes b/python-zope.security.changes index 56880fa..bf10722 100644 --- a/python-zope.security.changes +++ b/python-zope.security.changes @@ -4,8 +4,7 @@ Fri May 5 14:30:05 UTC 2023 - Dirk Müller - update to 6.1: * Remove more proxying code for names that no longer exist in Python 3. - * Remove proxying code for names that no longer exist in Python - 3. + * Remove proxying code for names that no longer exist in Python 3. * Drop support for Python 2.7, 3.5, 3.6. -------------------------------------------------------------------