forked from pool/python-zope.schema
		
	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:
		| @@ -1,3 +1,12 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Sep 16 12:03:45 UTC 2022 - Markéta Machová <mmachova@suse.com> | ||||||
|  |  | ||||||
|  | - 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á <mmachova@suse.com> | Mon Sep 12 14:02:56 UTC 2022 - Markéta Machová <mmachova@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ | |||||||
| %bcond_with test | %bcond_with test | ||||||
| %endif | %endif | ||||||
| Name:           python-zope.schema%{psuffix} | Name:           python-zope.schema%{psuffix} | ||||||
| Version:        6.1.0 | Version:        6.2.1 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Zope interface extension for defining data schemas | Summary:        Zope interface extension for defining data schemas | ||||||
| License:        ZPL-2.1 | License:        ZPL-2.1 | ||||||
| @@ -72,8 +72,7 @@ rm -rf zope.schema.egg-info | |||||||
|  |  | ||||||
| %if %{with test} | %if %{with test} | ||||||
| %check | %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 | ||||||
| %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 |  | ||||||
| %endif | %endif | ||||||
|  |  | ||||||
| %if !%{with test} | %if !%{with test} | ||||||
|   | |||||||
| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:9fa04d95e8e7e9056091eed9819da6e65dde68de39c2b93617d361d1eb8a7c0c |  | ||||||
| size 103042 |  | ||||||
							
								
								
									
										3
									
								
								zope.schema-6.2.1.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								zope.schema-6.2.1.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:e3b33c8bc8ba9d85a56713ab8f0a3c2615d54a8085f1e415ce0c8dfb5e540be6 | ||||||
|  | size 124649 | ||||||
		Reference in New Issue
	
	Block a user