diff --git a/python-zope.schema.changes b/python-zope.schema.changes index 48df9c5..5208320 100644 --- a/python-zope.schema.changes +++ b/python-zope.schema.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 16 12:03:45 UTC 2022 - Markéta Machová + +- Update to 6.2.1 + * Fix incompatibility introduced in 6.1.0: The Bool field constructor + implicitly set required to False if not given. + * Add support for Python 3.10. + * Fix outsized integer test values that break tests on newer Python versions. + +------------------------------------------------------------------- +Mon Sep 12 14:02:56 UTC 2022 - Markéta Machová + +- Skip tests which broke with https://github.com/python/cpython/issues/95778 + ------------------------------------------------------------------- Fri Jul 9 20:45:19 UTC 2021 - Jason Craig diff --git a/python-zope.schema.spec b/python-zope.schema.spec index 6a2f999..9a52c25 100644 --- a/python-zope.schema.spec +++ b/python-zope.schema.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.1.0 +Version: 6.2.1 Release: 0 Summary: Zope interface extension for defining data schemas License: ZPL-2.1 diff --git a/zope.schema-6.1.0.tar.gz b/zope.schema-6.1.0.tar.gz deleted file mode 100644 index 22a9e41..0000000 --- a/zope.schema-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fa04d95e8e7e9056091eed9819da6e65dde68de39c2b93617d361d1eb8a7c0c -size 103042 diff --git a/zope.schema-6.2.1.tar.gz b/zope.schema-6.2.1.tar.gz new file mode 100644 index 0000000..b85f073 --- /dev/null +++ b/zope.schema-6.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b33c8bc8ba9d85a56713ab8f0a3c2615d54a8085f1e415ce0c8dfb5e540be6 +size 124649