14
0

Accepting request 905386 from home:jacraig:branches:devel:languages:python

- Update to 6.1.0
  * Fix IField.required to not be required by default.
- Changes from 6.0.1
  * Bring branch coverage to 100%.
  * Add support for Python 3.9.
  * Fix FieldUpdateEvent implementation by having an object attribute
    as the IFieldUpdatedEvent interfaces claims there should be.

OBS-URL: https://build.opensuse.org/request/show/905386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=26
This commit is contained in:
2021-07-10 11:04:03 +00:00
committed by Git OBS Bridge
parent 579dc489d8
commit 057fafe496
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 9 20:45:19 UTC 2021 - Jason Craig <os@jacraig.com>
- Update to 6.1.0
* Fix IField.required to not be required by default.
- Changes from 6.0.1
* Bring branch coverage to 100%.
* Add support for Python 3.9.
* Fix FieldUpdateEvent implementation by having an object attribute
as the IFieldUpdatedEvent interfaces claims there should be.
-------------------------------------------------------------------
Tue Mar 24 14:30:23 UTC 2020 - pgajdos@suse.com