From bec8b2dc024b35da6cd0f58f3a15291d2c33c2212f784fc243f1453f658c86ef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 Jan 2023 12:43:07 +0000 Subject: [PATCH] - update to 7.0.1: * Fix fallback when ``zope.i18nmessageid`` is not installed (regression introduced in 7.0.0). * Add support for Python 3.11. * Drop support for Python 2.7, 3.5, 3.6. * Drop ``zope.schema._compat`` module. * Fix test deprecation warning on Python 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=30 --- python-zope.schema.changes | 11 +++++++++++ python-zope.schema.spec | 5 +++-- zope.schema-6.2.1.tar.gz | 3 --- zope.schema-7.0.1.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 zope.schema-6.2.1.tar.gz create mode 100644 zope.schema-7.0.1.tar.gz diff --git a/python-zope.schema.changes b/python-zope.schema.changes index 5208320..4d5f8e4 100644 --- a/python-zope.schema.changes +++ b/python-zope.schema.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 6 12:40:52 UTC 2023 - Dirk Müller + +- update to 7.0.1: + * Fix fallback when ``zope.i18nmessageid`` is not installed (regression + introduced in 7.0.0). + * Add support for Python 3.11. + * Drop support for Python 2.7, 3.5, 3.6. + * Drop ``zope.schema._compat`` module. + * Fix test deprecation warning on Python 3.11. + ------------------------------------------------------------------- Fri Sep 16 12:03:45 UTC 2022 - Markéta Machová diff --git a/python-zope.schema.spec b/python-zope.schema.spec index 9a52c25..7c463a2 100644 --- a/python-zope.schema.spec +++ b/python-zope.schema.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,12 +26,13 @@ %bcond_with test %endif Name: python-zope.schema%{psuffix} -Version: 6.2.1 +Version: 7.0.1 Release: 0 Summary: Zope interface extension for defining data schemas License: ZPL-2.1 URL: https://pypi.python.org/pypi/zope.schema Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/zope.schema-6.2.1.tar.gz b/zope.schema-6.2.1.tar.gz deleted file mode 100644 index b85f073..0000000 --- a/zope.schema-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3b33c8bc8ba9d85a56713ab8f0a3c2615d54a8085f1e415ce0c8dfb5e540be6 -size 124649 diff --git a/zope.schema-7.0.1.tar.gz b/zope.schema-7.0.1.tar.gz new file mode 100644 index 0000000..d30a253 --- /dev/null +++ b/zope.schema-7.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead4dbcb03354d4e410c9a3b904451eb44d90254751b1cbdedf4a61aede9fbb9 +size 108737