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

@@ -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