pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  6 10:52:29 UTC 2020

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo

Log Message:
py-hypothesis: update to 5.37.0.

About a year of changes that are only available on a very detailed
level.

Biggest change: stop supporting Python 2.x

Detailed changes here:
https://hypothesis.readthedocs.io/en/latest/changes.html


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/py-hypothesis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.83 pkgsrc/devel/py-hypothesis/Makefile:1.84
--- pkgsrc/devel/py-hypothesis/Makefile:1.83    Sat Jun 20 07:06:42 2020
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Oct  6 10:52:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2020/06/20 07:06:42 adam Exp $
+# $NetBSD: Makefile,v 1.84 2020/10/06 10:52:29 wiz Exp $
 
-DISTNAME=      hypothesis-4.57.1
+DISTNAME=      hypothesis-5.37.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -13,10 +13,7 @@ LICENSE=     mpl-2.0
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.30 pkgsrc/devel/py-hypothesis/PLIST:1.31
--- pkgsrc/devel/py-hypothesis/PLIST:1.30       Sat Jun 20 07:06:42 2020
+++ pkgsrc/devel/py-hypothesis/PLIST    Tue Oct  6 10:52:29 2020
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.30 2020/06/20 07:06:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2020/10/06 10:52:29 wiz Exp $
+bin/hypothesis
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,6 +10,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/hypothesis/__init__.py
 ${PYSITELIB}/hypothesis/__init__.pyc
 ${PYSITELIB}/hypothesis/__init__.pyo
+${PYSITELIB}/hypothesis/_error_if_old.py
+${PYSITELIB}/hypothesis/_error_if_old.pyc
+${PYSITELIB}/hypothesis/_error_if_old.pyo
 ${PYSITELIB}/hypothesis/_settings.py
 ${PYSITELIB}/hypothesis/_settings.pyc
 ${PYSITELIB}/hypothesis/_settings.pyo
@@ -24,6 +28,9 @@ ${PYSITELIB}/hypothesis/core.pyo
 ${PYSITELIB}/hypothesis/database.py
 ${PYSITELIB}/hypothesis/database.pyc
 ${PYSITELIB}/hypothesis/database.pyo
+${PYSITELIB}/hypothesis/entry_points.py
+${PYSITELIB}/hypothesis/entry_points.pyc
+${PYSITELIB}/hypothesis/entry_points.pyo
 ${PYSITELIB}/hypothesis/errors.py
 ${PYSITELIB}/hypothesis/errors.pyc
 ${PYSITELIB}/hypothesis/errors.pyo
@@ -33,6 +40,9 @@ ${PYSITELIB}/hypothesis/executors.pyo
 ${PYSITELIB}/hypothesis/extra/__init__.py
 ${PYSITELIB}/hypothesis/extra/__init__.pyc
 ${PYSITELIB}/hypothesis/extra/__init__.pyo
+${PYSITELIB}/hypothesis/extra/cli.py
+${PYSITELIB}/hypothesis/extra/cli.pyc
+${PYSITELIB}/hypothesis/extra/cli.pyo
 ${PYSITELIB}/hypothesis/extra/dateutil.py
 ${PYSITELIB}/hypothesis/extra/dateutil.pyc
 ${PYSITELIB}/hypothesis/extra/dateutil.pyo
@@ -45,12 +55,12 @@ ${PYSITELIB}/hypothesis/extra/django/_fi
 ${PYSITELIB}/hypothesis/extra/django/_impl.py
 ${PYSITELIB}/hypothesis/extra/django/_impl.pyc
 ${PYSITELIB}/hypothesis/extra/django/_impl.pyo
-${PYSITELIB}/hypothesis/extra/django/models.py
-${PYSITELIB}/hypothesis/extra/django/models.pyc
-${PYSITELIB}/hypothesis/extra/django/models.pyo
 ${PYSITELIB}/hypothesis/extra/dpcontracts.py
 ${PYSITELIB}/hypothesis/extra/dpcontracts.pyc
 ${PYSITELIB}/hypothesis/extra/dpcontracts.pyo
+${PYSITELIB}/hypothesis/extra/ghostwriter.py
+${PYSITELIB}/hypothesis/extra/ghostwriter.pyc
+${PYSITELIB}/hypothesis/extra/ghostwriter.pyo
 ${PYSITELIB}/hypothesis/extra/lark.py
 ${PYSITELIB}/hypothesis/extra/lark.pyc
 ${PYSITELIB}/hypothesis/extra/lark.pyo
@@ -69,6 +79,9 @@ ${PYSITELIB}/hypothesis/extra/pytestplug
 ${PYSITELIB}/hypothesis/extra/pytz.py
 ${PYSITELIB}/hypothesis/extra/pytz.pyc
 ${PYSITELIB}/hypothesis/extra/pytz.pyo
+${PYSITELIB}/hypothesis/extra/redis.py
+${PYSITELIB}/hypothesis/extra/redis.pyc
+${PYSITELIB}/hypothesis/extra/redis.pyo
 ${PYSITELIB}/hypothesis/internal/__init__.py
 ${PYSITELIB}/hypothesis/internal/__init__.pyc
 ${PYSITELIB}/hypothesis/internal/__init__.pyo
@@ -96,6 +109,12 @@ ${PYSITELIB}/hypothesis/internal/conject
 ${PYSITELIB}/hypothesis/internal/conjecture/datatree.py
 ${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyc
 ${PYSITELIB}/hypothesis/internal/conjecture/datatree.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.py
+${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/dfa/__init__.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.py
+${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/dfa/lstar.pyo
 ${PYSITELIB}/hypothesis/internal/conjecture/engine.py
 ${PYSITELIB}/hypothesis/internal/conjecture/engine.pyc
 ${PYSITELIB}/hypothesis/internal/conjecture/engine.pyo
@@ -120,12 +139,18 @@ ${PYSITELIB}/hypothesis/internal/conject
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.py
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyc
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/common.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/dfas.pyo
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.py
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyc
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/floats.pyo
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.py
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyc
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/integer.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/learned_dfas.pyo
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.py
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyc
 ${PYSITELIB}/hypothesis/internal/conjecture/shrinking/lexical.pyo
@@ -208,6 +233,9 @@ ${PYSITELIB}/hypothesis/strategies/_inte
 ${PYSITELIB}/hypothesis/strategies/_internal/functions.py
 ${PYSITELIB}/hypothesis/strategies/_internal/functions.pyc
 ${PYSITELIB}/hypothesis/strategies/_internal/functions.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.py
+${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/ipaddress.pyo
 ${PYSITELIB}/hypothesis/strategies/_internal/lazy.py
 ${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyc
 ${PYSITELIB}/hypothesis/strategies/_internal/lazy.pyo
@@ -217,6 +245,9 @@ ${PYSITELIB}/hypothesis/strategies/_inte
 ${PYSITELIB}/hypothesis/strategies/_internal/numbers.py
 ${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyc
 ${PYSITELIB}/hypothesis/strategies/_internal/numbers.pyo
+${PYSITELIB}/hypothesis/strategies/_internal/random.py
+${PYSITELIB}/hypothesis/strategies/_internal/random.pyc
+${PYSITELIB}/hypothesis/strategies/_internal/random.pyo
 ${PYSITELIB}/hypothesis/strategies/_internal/recursive.py
 ${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyc
 ${PYSITELIB}/hypothesis/strategies/_internal/recursive.pyo
@@ -235,9 +266,6 @@ ${PYSITELIB}/hypothesis/strategies/_inte
 ${PYSITELIB}/hypothesis/strategies/_internal/types.py
 ${PYSITELIB}/hypothesis/strategies/_internal/types.pyc
 ${PYSITELIB}/hypothesis/strategies/_internal/types.pyo
-${PYSITELIB}/hypothesis/types.py
-${PYSITELIB}/hypothesis/types.pyc
-${PYSITELIB}/hypothesis/types.pyo
 ${PYSITELIB}/hypothesis/utils/__init__.py
 ${PYSITELIB}/hypothesis/utils/__init__.pyc
 ${PYSITELIB}/hypothesis/utils/__init__.pyo

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.80 pkgsrc/devel/py-hypothesis/distinfo:1.81
--- pkgsrc/devel/py-hypothesis/distinfo:1.80    Sat Jun 20 07:06:42 2020
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Oct  6 10:52:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2020/06/20 07:06:42 adam Exp $
+$NetBSD: distinfo,v 1.81 2020/10/06 10:52:29 wiz Exp $
 
-SHA1 (hypothesis-4.57.1.tar.gz) = c5d9af2d819ee3e062d108488077942383e6d71b
-RMD160 (hypothesis-4.57.1.tar.gz) = a7d04bf21c941fd427b0c1af5e9ab5bd87fc6610
-SHA512 (hypothesis-4.57.1.tar.gz) = fa2521699dcbef41594d6556240f7b6106c6da1767e99cbb87caf20ec57b4864b6f8a83b34f67a9fe8b20f814e5287cad35d49c49d322b4ccad8b1769f40c485
-Size (hypothesis-4.57.1.tar.gz) = 233528 bytes
+SHA1 (hypothesis-5.37.0.tar.gz) = 91d42cff1c870436463deba2bc06f153e896fd56
+RMD160 (hypothesis-5.37.0.tar.gz) = 59aa568531d4f5e198b309fa8d1581eba5167755
+SHA512 (hypothesis-5.37.0.tar.gz) = eb8100ad01c184f1caa0604b751cf701085a6852fe9d555b47e25990221d0470e03937e8adc7812baeff0fe96471aa298e3ae6874ec1c8346f63886f2dff999e
+Size (hypothesis-5.37.0.tar.gz) = 276833 bytes



Home | Main Index | Thread Index | Old Index