forked from pool/python-zope.schema
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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.schema
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-zope.schema%{psuffix}
|
||||
Version: 6.0.0
|
||||
Version: 6.1.0
|
||||
Release: 0
|
||||
Summary: Zope interface extension for defining data schemas
|
||||
License: ZPL-2.1
|
||||
|
||||
Reference in New Issue
Block a user