14
0

- 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
This commit is contained in:
2023-01-06 12:43:07 +00:00
committed by Git OBS Bridge
parent 8cac34bed6
commit bec8b2dc02
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 6 12:40:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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á <mmachova@suse.com> Fri Sep 16 12:03:45 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -26,12 +26,13 @@
%bcond_with test %bcond_with test
%endif %endif
Name: python-zope.schema%{psuffix} Name: python-zope.schema%{psuffix}
Version: 6.2.1 Version: 7.0.1
Release: 0 Release: 0
Summary: Zope interface extension for defining data schemas Summary: Zope interface extension for defining data schemas
License: ZPL-2.1 License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.schema URL: https://pypi.python.org/pypi/zope.schema
Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz 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: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3b33c8bc8ba9d85a56713ab8f0a3c2615d54a8085f1e415ce0c8dfb5e540be6
size 124649

BIN
zope.schema-7.0.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.