From owner-svn-ports-head@freebsd.org Fri Sep 28 05:55:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 169CA10A5BB4; Fri, 28 Sep 2018 05:55:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B988B86750; Fri, 28 Sep 2018 05:55:11 +0000 (UTC) (envelope-from yuri@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 B292E11010; Fri, 28 Sep 2018 05:55:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8S5tBZj023192; Fri, 28 Sep 2018 05:55:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8S5tB06023190; Fri, 28 Sep 2018 05:55:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809280555.w8S5tB06023190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 28 Sep 2018 05:55:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480842 - head/security/py-pynacl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/py-pynacl X-SVN-Commit-Revision: 480842 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.27 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: Fri, 28 Sep 2018 05:55:12 -0000 Author: yuri Date: Fri Sep 28 05:55:11 2018 New Revision: 480842 URL: https://svnweb.freebsd.org/changeset/ports/480842 Log: security/py-pynacl: Update 1.2.1 -> 1.3.0 Reported by: portscout Modified: head/security/py-pynacl/Makefile head/security/py-pynacl/distinfo Modified: head/security/py-pynacl/Makefile ============================================================================== --- head/security/py-pynacl/Makefile Fri Sep 28 05:54:28 2018 (r480841) +++ head/security/py-pynacl/Makefile Fri Sep 28 05:55:11 2018 (r480842) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pynacl -DISTVERSION= 1.2.1 -PORTREVISION= 1 +DISTVERSION= 1.3.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:deve RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>=1.11.4:devel/py-hypothesis@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.27.0:devel/py-hypothesis@${PY_FLAVOR} USES= python localbase USE_PYTHON= autoplist distutils Modified: head/security/py-pynacl/distinfo ============================================================================== --- head/security/py-pynacl/distinfo Fri Sep 28 05:54:28 2018 (r480841) +++ head/security/py-pynacl/distinfo Fri Sep 28 05:55:11 2018 (r480842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513844573 -SHA256 (PyNaCl-1.2.1.tar.gz) = e0d38fa0a75f65f556fb912f2c6790d1fa29b7dd27a1d9cc5591b281321eaaa9 -SIZE (PyNaCl-1.2.1.tar.gz) = 3256719 +TIMESTAMP = 1538113540 +SHA256 (PyNaCl-1.3.0.tar.gz) = 0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c +SIZE (PyNaCl-1.3.0.tar.gz) = 3351016