From owner-svn-ports-head@freebsd.org Mon Jun 15 15:37:33 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F668338100; Mon, 15 Jun 2020 15:37:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49lwSY0Bjzz3XJn; Mon, 15 Jun 2020 15:37:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD2021FC26; Mon, 15 Jun 2020 15:37:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05FFbWrE037201; Mon, 15 Jun 2020 15:37:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FFbWj1037199; Mon, 15 Jun 2020 15:37:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202006151537.05FFbWj1037199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Jun 2020 15:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538898 - head/devel/py-hypothesis X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-hypothesis X-SVN-Commit-Revision: 538898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 15:37:33 -0000 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