Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 00:07:55 +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: r509670 - head/devel/py-hypothesis
Message-ID:  <201908240007.x7O07tCx076725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 24 00:07:55 2019
New Revision: 509670
URL: https://svnweb.freebsd.org/changeset/ports/509670

Log:
  Update to 4.33.1
  
  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	Sat Aug 24 00:07:49 2019	(r509669)
+++ head/devel/py-hypothesis/Makefile	Sat Aug 24 00:07:55 2019	(r509670)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hypothesis
-PORTVERSION=	4.33.0
+PORTVERSION=	4.33.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,7 @@ COMMENT=	Library for property based testing
 LICENSE=	MPL20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
-		${PY_ENUM34} \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
+		${PY_ENUM34}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-hypothesis/distinfo
==============================================================================
--- head/devel/py-hypothesis/distinfo	Sat Aug 24 00:07:49 2019	(r509669)
+++ head/devel/py-hypothesis/distinfo	Sat Aug 24 00:07:55 2019	(r509670)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566324261
-SHA256 (hypothesis-4.33.0.tar.gz) = 61f92cacd307d5d1a97f893cfd45091361e5fa286f22479ec7afdccfb7d160d9
-SIZE (hypothesis-4.33.0.tar.gz) = 208820
+TIMESTAMP = 1566486934
+SHA256 (hypothesis-4.33.1.tar.gz) = 55c2f7488fa6b055882a2b217a22dfa2cb0ea5cadea5221bc2478ab98571e718
+SIZE (hypothesis-4.33.1.tar.gz) = 208929



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