From 58a0906df637ba137813f64bc8a6549187ae93498538c12fad28f4ee2cf001ca Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 06:54:46 +0000 Subject: [PATCH 1/2] Accepting request 1033873 from home:frispete:python - Update to version 5.3 * Add support for the final release of Python 3.11. OBS-URL: https://build.opensuse.org/request/show/1033873 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=20 --- python-zope.hookable.changes | 6 ++++++ python-zope.hookable.spec | 4 ++-- zope.hookable-5.2.tar.gz | 3 --- zope.hookable-5.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 zope.hookable-5.2.tar.gz create mode 100644 zope.hookable-5.3.tar.gz diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index d330d7e..719cfde 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 6 17:52:43 UTC 2022 - Hans-Peter Jansen + +- Update to version 5.3 + * Add support for the final release of Python 3.11. + ------------------------------------------------------------------- Wed Oct 12 18:31:51 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index 0c3cd16..33d533d 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -2,7 +2,7 @@ # spec file # # Copyright (c) 2022 SUSE LLC -# Copyright (c) 2013 LISA GmbH, Bingen, Germany. +# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-zope.hookable%{psuffix} -Version: 5.2 +Version: 5.3 Release: 0 Summary: Zope hookable License: ZPL-2.1 diff --git a/zope.hookable-5.2.tar.gz b/zope.hookable-5.2.tar.gz deleted file mode 100644 index 41160c5..0000000 --- a/zope.hookable-5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29 -size 24004 diff --git a/zope.hookable-5.3.tar.gz b/zope.hookable-5.3.tar.gz new file mode 100644 index 0000000..8ec3aec --- /dev/null +++ b/zope.hookable-5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dde2fbb76cf5b7e217bad707368a9aed44262310210d396ee7f5228ea3f17d7 +size 25358 From 63f567de99b2834225ea1c065c32b228c590283822c07bfe8b03b1756b86665f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 07:04:02 +0000 Subject: [PATCH 2/2] - Clean up SPEC file, make rpmlint happy. - -doc subpackage should be noarch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=21 --- python-zope.hookable.changes | 6 ++++++ python-zope.hookable.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 719cfde..83d1d99 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 8 07:03:41 UTC 2022 - Matej Cepl + +- Clean up SPEC file, make rpmlint happy. +- -doc subpackage should be noarch. + ------------------------------------------------------------------- Sun Nov 6 17:52:43 UTC 2022 - Hans-Peter Jansen diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index 33d533d..ef794eb 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -62,6 +61,7 @@ that imported it, will see the change. %package -n %{name}-doc Summary: Zope hookable Provides: %{python_module zope.hookable-doc = %{version}} +BuildArch: noarch %description -n %{name}-doc This package contains documentation files for %{name}. @@ -94,7 +94,10 @@ pushd src %files %{python_files} %license LICENSE.txt %doc CHANGES.rst COPYRIGHT.txt README.rst -%{python_sitearch}/* +%dir %{python_sitearch}/zope +%{python_sitearch}/zope/hookable +%{python_sitearch}/zope.hookable-%{version}*-info +%{python_sitearch}/zope.hookable-%{version}*-nspkg.pth %endif %if !%{with test}