forked from pool/python-zope.schema
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:
committed by
Git OBS Bridge
parent
59180c2a6c
commit
579dc489d8
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
cp python-zope.schema.changes python-zope.schema-doc.changes
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 14:30:23 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 10:24:34 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca136177e7fcfe22d4a0183e2e87a71ccc25b804892a11389c8228513a902361
|
||||
size 106251
|
||||
3
zope.schema-6.0.0.tar.gz
Normal file
3
zope.schema-6.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20fbbce8a0726ba34f0e3958676498feebb818f06575193254e139d8d7214f26
|
||||
size 110343
|
||||
Reference in New Issue
Block a user