Accepting request 935844 from home:DocB:branches:devel:languages:python
build issues for test fixed now OBS-URL: https://build.opensuse.org/request/show/935844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=143
This commit is contained in:
parent
52b8bc4f27
commit
1623c6095a
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">hypothesis-python-6.14.1</param>
|
<param name="revision">hypothesis-python-6.30.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
||||||
<param name="subdir">hypothesis-python</param>
|
<param name="subdir">hypothesis-python</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7f1988f9e17cc670134b3fee7ccb8e22a8f905f9098c89ebcab33b2e3e50fda
|
|
||||||
size 2744844
|
|
3
hypothesis-python-6.30.1.obscpio
Normal file
3
hypothesis-python-6.30.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57a6f8a46f5820628df97e0c8286367ed6815a0e0a154c8f6635c39b704ea8a6
|
||||||
|
size 2917900
|
@ -1,5 +1,5 @@
|
|||||||
name: hypothesis-python
|
name: hypothesis-python
|
||||||
version: 6.14.1
|
version: 6.30.1
|
||||||
mtime: 1625237925
|
mtime: 1638711408
|
||||||
commit: cc32bd14bec972822d237ff76c91c60a0cb7661d
|
commit: 09fc14039576fa2891b565bc1c4aff3d361d3489
|
||||||
|
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 5 18:29:41 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 6.30.1
|
||||||
|
some tests skipped for python 3.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 4 18:31:49 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- update 6.30.0
|
||||||
|
tests/test_api disabled as recommended
|
||||||
|
https://github.com/HypothesisWorks/hypothesis/issues/3178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 23 15:32:25 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- update to 6.24.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 5 09:56:29 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
Mon Jul 5 09:56:29 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-hypothesis
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -33,7 +33,7 @@ ExclusiveArch: do_not_build
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-hypothesis%{psuffix}
|
Name: python-hypothesis%{psuffix}
|
||||||
Version: 6.14.1
|
Version: 6.30.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -142,6 +142,16 @@ python3_donttest+=" or test_mutually_recursive_types_with_typevar"
|
|||||||
python36_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
python36_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
||||||
python38_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
python38_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
||||||
python3_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
python3_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
||||||
|
# added for 6.24.x
|
||||||
|
# generic exclusion of array_api* in not possible :-(
|
||||||
|
# python3_ignoretests+=" --ignore tests/array_api/test_partial_adoptors.py"
|
||||||
|
# python3_ignoretests+=" --ignore tests/array_api/test_pretty.py"
|
||||||
|
# python3_ignoretests+=" --ignore tests/array_api/test_scalar_dtypes.py"
|
||||||
|
# python3_ignoretests+=" --ignore tests/array_api/test_arrays.py"
|
||||||
|
# python3_ignoretests+=" --tests/array_api/test_from_dtype.py"
|
||||||
|
# python3_ignoretests+=" --tests/array_api/test_argument_validation.py"
|
||||||
|
# python3_ignoretests+=" --tests/array_api/test_indices.py"
|
||||||
|
python3_ignoretests+=" --ignore tests/array_api*"
|
||||||
# not available for python36
|
# not available for python36
|
||||||
python36_ignoretests+=" --ignore tests/numpy --ignore tests/pandas"
|
python36_ignoretests+=" --ignore tests/numpy --ignore tests/pandas"
|
||||||
# adapted from pytest.ini in github repo toplevel dir (above hypothesis-python)
|
# adapted from pytest.ini in github repo toplevel dir (above hypothesis-python)
|
||||||
@ -166,6 +176,7 @@ filterwarnings =
|
|||||||
%python_alternative %{_bindir}/hypothesis
|
%python_alternative %{_bindir}/hypothesis
|
||||||
%{python_sitelib}/hypothesis
|
%{python_sitelib}/hypothesis
|
||||||
%{python_sitelib}/hypothesis-%{version}-py*.egg-info
|
%{python_sitelib}/hypothesis-%{version}-py*.egg-info
|
||||||
|
%{python_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user