14
0

Accepting request 787836 from home:pgajdos:python

- version update to 6.0.0
  - Require zope.interface 5.0.
  - Ensure the resolution orders of all fields are consistent and make
    sense. In particular, ``Bool`` fields now correctly implement
    ``IBool`` before ``IFromUnicode``. See `issue 80
    <https://github.com/zopefoundation/zope.schema/issues/80>`_.
  - Add support for Python 3.8.
  - Drop support for Python 3.4.
- deleted sources
  - pre_checkin.sh (not needed)

OBS-URL: https://build.opensuse.org/request/show/787836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2020-03-24 15:04:14 +00:00
committed by Git OBS Bridge
parent 59180c2a6c
commit 579dc489d8
5 changed files with 19 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-zope.schema%{psuffix}
Version: 5.0.1
Version: 6.0.0
Release: 0
Summary: Zope interface extension for defining data schemas
License: ZPL-2.1
@@ -36,7 +36,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zope.event
Requires: python-zope.interface >= 3.6.0
Requires: python-zope.interface >= 5.0.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module zope.event}