Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2020 15:37:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538898 - head/devel/py-hypothesis
Message-ID:  <202006151537.05FFbWj1037199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 15 15:37:32 2020
New Revision: 538898
URL: https://svnweb.freebsd.org/changeset/ports/538898

Log:
  - Update to 5.16.0
  
  Note that though this drops python2 support, py-hypothesis is only
  currently used in TEST_DEPENDS, so this should not affect any package
  building.
  
  PR:		246821
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (sunpoet, 2 weeks)

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

Modified: head/devel/py-hypothesis/Makefile
==============================================================================
--- head/devel/py-hypothesis/Makefile	Mon Jun 15 15:36:35 2020	(r538897)
+++ head/devel/py-hypothesis/Makefile	Mon Jun 15 15:37:32 2020	(r538898)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hypothesis
-PORTVERSION=	4.57.1
+PORTVERSION=	5.16.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,9 @@ COMMENT=	Library for property based testing
 LICENSE=	MPL20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
-		${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-hypothesis/distinfo
==============================================================================
--- head/devel/py-hypothesis/distinfo	Mon Jun 15 15:36:35 2020	(r538897)
+++ head/devel/py-hypothesis/distinfo	Mon Jun 15 15:37:32 2020	(r538898)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578125699
-SHA256 (hypothesis-4.57.1.tar.gz) = 3c4369a4b0a1348561048bcda5f1db951a1b8e2a514ea8e8c70d36e656bf6fa0
-SIZE (hypothesis-4.57.1.tar.gz) = 233528
+TIMESTAMP = 1590688781
+SHA256 (hypothesis-5.16.0.tar.gz) = 7c819501a26ff82ccb4bee8a96b1ff4fff187e041d79ed176964ca550b77098b
+SIZE (hypothesis-5.16.0.tar.gz) = 232737



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