svn commit: r563640 - head/devel/py-hypothesis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:26:49 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:26:42 2021
New Revision: 563640
URL: https://svnweb.freebsd.org/changeset/ports/563640

Log:
  Update to 5.49.0
  
  Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst

Modified:
  head/devel/py-hypothesis/Makefile
  head/devel/py-hypothesis/distinfo

Modified: head/devel/py-hypothesis/Makefile
==============================================================================
--- head/devel/py-hypothesis/Makefile	Mon Feb  1 19:26:35 2021	(r563639)
+++ head/devel/py-hypothesis/Makefile	Mon Feb  1 19:26:42 2021	(r563640)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hypothesis
-PORTVERSION=	5.41.2
+PORTVERSION=	5.49.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ NO_ARCH=	yes
 
 OPTIONS_DEFINE=	CLI DATEUTIL DJANGO DPCONTRACTS GHOSTWRITER LARK NUMPY PANDAS PYTEST PYTZ REDIS
 CLI_DESC=	Command-line interface support
-DATEUTIL_DESC=	Datesupport
+DATEUTIL_DESC=	Provide dateutil timezones
 DJANGO_DESC=	Django support
 DPCONTRACTS_DESC=	Contracts support
 GHOSTWRITER_DESC=	Ghostwriter support
@@ -43,7 +43,7 @@ DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontr
 GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR}
 LARK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${PY_FLAVOR}
 NUMPY_RUN_DEPENDS=	${PYNUMPY}
-PANDAS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=0.19,1:math/py-pandas@${PY_FLAVOR}
+PANDAS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR}
 PYTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=4.3:devel/py-pytest@${PY_FLAVOR}
 PYTZ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR}
 REDIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}

Modified: head/devel/py-hypothesis/distinfo
==============================================================================
--- head/devel/py-hypothesis/distinfo	Mon Feb  1 19:26:35 2021	(r563639)
+++ head/devel/py-hypothesis/distinfo	Mon Feb  1 19:26:42 2021	(r563640)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604932727
-SHA256 (hypothesis-5.41.2.tar.gz) = f8c281355aaba1da696e40f1488c2bb47c42660424f5750daea45a85e2d047b3
-SIZE (hypothesis-5.41.2.tar.gz) = 278595
+TIMESTAMP = 1612101582
+SHA256 (hypothesis-5.49.0.tar.gz) = 36a4d5587c34193125d654b61bf9284e24a227d1edd339c49143378658a10c7d
+SIZE (hypothesis-5.49.0.tar.gz) = 289948


More information about the svn-ports-all mailing list