14
0

Accepting request 1004102 from home:mcalabkova:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/1004102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=28
This commit is contained in:
2022-09-16 16:24:09 +00:00
committed by Git OBS Bridge
parent d961000eb9
commit 8cac34bed6
4 changed files with 14 additions and 6 deletions

View File

@@ -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
@@ -72,8 +72,7 @@ rm -rf zope.schema.egg-info
%if %{with test}
%check
# skipped tests: https://github.com/python/cpython/issues/95778 (reported upstream)
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src -t !Number -t !Complex -t !Decimal -t !Rational -t !Real -t !Float
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
%endif
%if !%{with test}