From 6ea07f71a09349ae5c36aacba58a37df7da117df7d8a901a8589b6a7a2c0a699 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 06:54:42 +0000 Subject: [PATCH 1/2] Accepting request 1010311 from home:yarunachalam:branches:devel:languages:python - Update to version 4.4 * Drop support for Python 3.4. * Add support for Python 3.7, 3.8, 3.9, 3.10. OBS-URL: https://build.opensuse.org/request/show/1010311 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=6 --- python-zope.cachedescriptors.changes | 7 +++++++ python-zope.cachedescriptors.spec | 4 ++-- zope.cachedescriptors-4.3.1.tar.gz | 3 --- zope.cachedescriptors-4.4.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 zope.cachedescriptors-4.3.1.tar.gz create mode 100644 zope.cachedescriptors-4.4.tar.gz diff --git a/python-zope.cachedescriptors.changes b/python-zope.cachedescriptors.changes index 368ffe3..495b88d 100644 --- a/python-zope.cachedescriptors.changes +++ b/python-zope.cachedescriptors.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 12 18:29:38 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 4.4 + * Drop support for Python 3.4. + * Add support for Python 3.7, 3.8, 3.9, 3.10. + ------------------------------------------------------------------- Fri Sep 24 12:39:41 UTC 2021 - pgajdos@suse.com diff --git a/python-zope.cachedescriptors.spec b/python-zope.cachedescriptors.spec index fbd6b88..2bb0aa0 100644 --- a/python-zope.cachedescriptors.spec +++ b/python-zope.cachedescriptors.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.cachedescriptors # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zope.cachedescriptors -Version: 4.3.1 +Version: 4.4 Release: 0 Summary: Method and property caching decorators License: ZPL-2.1 diff --git a/zope.cachedescriptors-4.3.1.tar.gz b/zope.cachedescriptors-4.3.1.tar.gz deleted file mode 100644 index 9b05afe..0000000 --- a/zope.cachedescriptors-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4d1a702f2ea3d177a1ffb404235551bb85560100ec88e6c98691734b1d194a -size 16442 diff --git a/zope.cachedescriptors-4.4.tar.gz b/zope.cachedescriptors-4.4.tar.gz new file mode 100644 index 0000000..119cbcf --- /dev/null +++ b/zope.cachedescriptors-4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45c487486f7df81f2992f1a00912624bf77259d83c5d98aa76b678716e3d11a +size 13272 From 0aa21e9011135799d8eea3dd2d45fef95a58005ef8f688d08154cf0b96ce6947 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:21:21 +0000 Subject: [PATCH 2/2] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=7 --- python-zope.cachedescriptors.changes | 5 +++++ python-zope.cachedescriptors.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-zope.cachedescriptors.changes b/python-zope.cachedescriptors.changes index 495b88d..f750d99 100644 --- a/python-zope.cachedescriptors.changes +++ b/python-zope.cachedescriptors.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:21:12 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Wed Oct 12 18:29:38 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-zope.cachedescriptors.spec b/python-zope.cachedescriptors.spec index 2bb0aa0..b4102a5 100644 --- a/python-zope.cachedescriptors.spec +++ b/python-zope.cachedescriptors.spec @@ -23,13 +23,12 @@ Release: 0 Summary: Method and property caching decorators License: ZPL-2.1 Group: Development/Languages/Python -URL: http://github.com/zopefoundation/zope.cachedescriptors +URL: https://github.com/zopefoundation/zope.cachedescriptors Source: https://files.pythonhosted.org/packages/source/z/zope.cachedescriptors/zope.cachedescriptors-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description