diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,21 @@
name : python-hypothesis
-version : 3.44.4
-release : 1
+version : 3.44.13
+release : 2
source :
- - https://github.com/HypothesisWorks/hypothesis-python/archive/3.44.4.tar.gz : f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6
+ - https://github.com/HypothesisWorks/hypothesis-python/archive/3.44.13.tar.gz : 0f4c1522498e9354d4435b2dd8cd40e222376e87a2381913dbd3e1bc27ff098b
license : MPL-2.0
component : programming.python
summary : Advanced property-based (QuickCheck-like) testing for Python
description: |
Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
builddeps :
+ - numpy
+ - python-coverage
+ - python-enum34
+ - python-flaky
+ - python-mock
+ - python-pytest
+ - python-pytz
- python-setuptools
rundeps :
- python-attrs
@@ -20,3 +27,13 @@
install : |
%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
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.44.4-py2.7.egg-info/PKG-INFO
- /usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/SOURCES.txt
- /usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/dependency_links.txt
- /usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/entry_points.txt
- /usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/not-zip-safe
- /usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/requires.txt
- /usr/lib/python2.7/site-packages/hypothesis-3.44.4-py2.7.egg-info/top_level.txt
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-py2.7.egg-info/PKG-INFO
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-py2.7.egg-info/SOURCES.txt
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-py2.7.egg-info/dependency_links.txt
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-py2.7.egg-info/entry_points.txt
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-py2.7.egg-info/not-zip-safe
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-py2.7.egg-info/requires.txt
+ /usr/lib/python2.7/site-packages/hypothesis-3.44.13-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
@@ -156,13 +156,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.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/PKG-INFO
- /usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/SOURCES.txt
- /usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/dependency_links.txt
- /usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/entry_points.txt
- /usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/not-zip-safe
- /usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/requires.txt
- /usr/lib/python3.5/site-packages/hypothesis-3.44.4-py3.5.egg-info/top_level.txt
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/PKG-INFO
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/SOURCES.txt
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/dependency_links.txt
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/entry_points.txt
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/not-zip-safe
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/requires.txt
+ /usr/lib/python3.5/site-packages/hypothesis-3.44.13-py3.5.egg-info/top_level.txt
/usr/lib/python3.5/site-packages/hypothesis/__init__.py
/usr/lib/python3.5/site-packages/hypothesis/__pycache__/__init__.cpython-35.pyc
/usr/lib/python3.5/site-packages/hypothesis/__pycache__/_settings.cpython-35.pyc
@@ -296,12 +296,12 @@
-
- 2017-12-30
- 3.44.4
+
+ 2018-01-08
+ 3.44.13
Packaging update
Pierre-Yves
pyu@riseup.net
\ No newline at end of file