diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : python-hypothesis -version : 3.56.10 -release : 4 +version : 3.82.1 +release : 5 source : - - https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-3.56.10.tar.gz : 460230287ee429d609b01aadcb8477d59de61414630bf08a196e6651a00dcd50 + - https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-3.82.1.tar.gz : 021859ee1bd132b45dabd1d413c692f82601a8f11848174caaa43fdf3525e22e license : MPL-2.0 component : programming.python summary : Advanced property-based (QuickCheck-like) testing for Python @@ -11,6 +11,7 @@ builddeps : - numpy - python-coverage + - python-dateutil - python-enum34 - python-flaky - python-mock @@ -32,12 +33,5 @@ %python_install %python3_install check : | - pushd $PKG_BUILD_DIR/py2build - export PYTHONPATH=$PWD/build/lib - py.test -c /dev/null --assert=plain tests/py2 tests/cover tests/nocover tests/datetime tests/numpy - popd - - pushd $PKG_BUILD_DIR/py3build - export PYTHONPATH=$PWD/build/lib - py.test3 -c /dev/null --assert=plain tests/py3 tests/cover tests/nocover tests/datetime tests/numpy - popd + %python_test py.test -c /dev/null --assert=plain tests/py2 tests/cover tests/nocover tests/datetime tests/numpy + %python3_test py.test3 -c /dev/null --assert=plain tests/py3 tests/cover tests/nocover tests/datetime tests/numpy diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -19,13 +19,13 @@ programming.python - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/PKG-INFO - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/SOURCES.txt - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/dependency_links.txt - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/entry_points.txt - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/not-zip-safe - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/requires.txt - /usr/lib/python2.7/site-packages/hypothesis-3.56.10-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/entry_points.txt + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/not-zip-safe + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/requires.txt + /usr/lib/python2.7/site-packages/hypothesis-3.82.1-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/hypothesis/__init__.py /usr/lib/python2.7/site-packages/hypothesis/__init__.pyc /usr/lib/python2.7/site-packages/hypothesis/_settings.py @@ -46,10 +46,14 @@ /usr/lib/python2.7/site-packages/hypothesis/extra/__init__.pyc /usr/lib/python2.7/site-packages/hypothesis/extra/datetime.py /usr/lib/python2.7/site-packages/hypothesis/extra/datetime.pyc + /usr/lib/python2.7/site-packages/hypothesis/extra/dateutil.py + /usr/lib/python2.7/site-packages/hypothesis/extra/dateutil.pyc /usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.py /usr/lib/python2.7/site-packages/hypothesis/extra/django/__init__.pyc /usr/lib/python2.7/site-packages/hypothesis/extra/django/models.py /usr/lib/python2.7/site-packages/hypothesis/extra/django/models.pyc + /usr/lib/python2.7/site-packages/hypothesis/extra/dpcontracts.py + /usr/lib/python2.7/site-packages/hypothesis/extra/dpcontracts.pyc /usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.py /usr/lib/python2.7/site-packages/hypothesis/extra/fakefactory.pyc /usr/lib/python2.7/site-packages/hypothesis/extra/numpy.py @@ -80,14 +84,28 @@ /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/engine.pyc /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/floats.py /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/floats.pyc - /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/minimizer.py - /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/minimizer.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/__init__.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/common.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/common.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/floats.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/floats.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/integer.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/integer.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/length.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/length.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/lexical.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/lexical.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py + /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/shrinking/ordering.pyc /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.py /usr/lib/python2.7/site-packages/hypothesis/internal/conjecture/utils.pyc /usr/lib/python2.7/site-packages/hypothesis/internal/coverage.py /usr/lib/python2.7/site-packages/hypothesis/internal/coverage.pyc /usr/lib/python2.7/site-packages/hypothesis/internal/detection.py /usr/lib/python2.7/site-packages/hypothesis/internal/detection.pyc + /usr/lib/python2.7/site-packages/hypothesis/internal/entropy.py + /usr/lib/python2.7/site-packages/hypothesis/internal/entropy.pyc /usr/lib/python2.7/site-packages/hypothesis/internal/escalation.py /usr/lib/python2.7/site-packages/hypothesis/internal/escalation.pyc /usr/lib/python2.7/site-packages/hypothesis/internal/floats.py @@ -106,10 +124,13 @@ /usr/lib/python2.7/site-packages/hypothesis/internal/validation.pyc /usr/lib/python2.7/site-packages/hypothesis/provisional.py /usr/lib/python2.7/site-packages/hypothesis/provisional.pyc + /usr/lib/python2.7/site-packages/hypothesis/py.typed /usr/lib/python2.7/site-packages/hypothesis/reporting.py /usr/lib/python2.7/site-packages/hypothesis/reporting.pyc /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.py /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/__init__.pyc + /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/attrs.py + /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/attrs.pyc /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.py /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/collections.pyc /usr/lib/python2.7/site-packages/hypothesis/searchstrategy/datetime.py @@ -158,13 +179,13 @@ /usr/lib/python2.7/site-packages/hypothesis/vendor/pretty.pyc /usr/lib/python2.7/site-packages/hypothesis/version.py /usr/lib/python2.7/site-packages/hypothesis/version.pyc - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/PKG-INFO - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/SOURCES.txt - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/dependency_links.txt - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/entry_points.txt - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/not-zip-safe - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/requires.txt - /usr/lib/python3.6/site-packages/hypothesis-3.56.10-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/entry_points.txt + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/not-zip-safe + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/hypothesis-3.82.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/hypothesis/__init__.py /usr/lib/python3.6/site-packages/hypothesis/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/__pycache__/_settings.cpython-36.pyc @@ -191,15 +212,19 @@ /usr/lib/python3.6/site-packages/hypothesis/extra/__init__.py /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/datetime.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/dateutil.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/dpcontracts.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/fakefactory.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/numpy.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/__pycache__/pytz.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/datetime.py + /usr/lib/python3.6/site-packages/hypothesis/extra/dateutil.py /usr/lib/python3.6/site-packages/hypothesis/extra/django/__init__.py /usr/lib/python3.6/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/django/__pycache__/models.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/extra/django/models.py + /usr/lib/python3.6/site-packages/hypothesis/extra/dpcontracts.py /usr/lib/python3.6/site-packages/hypothesis/extra/fakefactory.py /usr/lib/python3.6/site-packages/hypothesis/extra/numpy.py /usr/lib/python3.6/site-packages/hypothesis/extra/pandas/__init__.py @@ -216,6 +241,7 @@ /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/compat.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/coverage.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/detection.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/entropy.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/escalation.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/floats.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-36.pyc @@ -233,15 +259,28 @@ /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-36.pyc - /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/minimizer.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/data.py /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/engine.py /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/floats.py - /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/minimizer.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/common.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/floats.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/integer.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/length.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/lexical.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ordering.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/common.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/floats.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/integer.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/length.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/lexical.py + /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py /usr/lib/python3.6/site-packages/hypothesis/internal/conjecture/utils.py /usr/lib/python3.6/site-packages/hypothesis/internal/coverage.py /usr/lib/python3.6/site-packages/hypothesis/internal/detection.py + /usr/lib/python3.6/site-packages/hypothesis/internal/entropy.py /usr/lib/python3.6/site-packages/hypothesis/internal/escalation.py /usr/lib/python3.6/site-packages/hypothesis/internal/floats.py /usr/lib/python3.6/site-packages/hypothesis/internal/healthcheck.py @@ -251,9 +290,11 @@ /usr/lib/python3.6/site-packages/hypothesis/internal/renaming.py /usr/lib/python3.6/site-packages/hypothesis/internal/validation.py /usr/lib/python3.6/site-packages/hypothesis/provisional.py + /usr/lib/python3.6/site-packages/hypothesis/py.typed /usr/lib/python3.6/site-packages/hypothesis/reporting.py /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__init__.py /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/attrs.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/collections.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/datetime.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/deferred.cpython-36.pyc @@ -268,6 +309,7 @@ /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/streams.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/strings.cpython-36.pyc /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/__pycache__/types.cpython-36.pyc + /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/attrs.py /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/collections.py /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/datetime.py /usr/lib/python3.6/site-packages/hypothesis/searchstrategy/deferred.py @@ -300,12 +342,12 @@ - - 2018-05-19 - 3.56.10 + + 2018-10-30 + 3.82.1 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file