Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:26:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563640 - head/devel/py-hypothesis
Message-ID:  <202102011926.111JQgm7015602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011926.111JQgm7015602>