From owner-svn-ports-head@freebsd.org Fri Dec 8 10:22:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 209FAEA0601; Fri, 8 Dec 2017 10:22:44 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id EC4B66C5FE; Fri, 8 Dec 2017 10:22:43 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB8AMhO9055469; Fri, 8 Dec 2017 10:22:43 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB8AMgWI055463; Fri, 8 Dec 2017 10:22:42 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201712081022.vB8AMgWI055463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 8 Dec 2017 10:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455779 - in head/security: py-acme py-acme/files py-certbot py-certbot/files X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/security: py-acme py-acme/files py-certbot py-certbot/files X-SVN-Commit-Revision: 455779 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.25 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, 08 Dec 2017 10:22:44 -0000 Author: cpm Date: Fri Dec 8 10:22:42 2017 New Revision: 455779 URL: https://svnweb.freebsd.org/changeset/ports/455779 Log: security/py-{acme,certbot}: Update to 0.20.0 Common: - Update PORTVERSION and distinfo checksum (0.20.0) - Regenerate patch Changelog: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0200---2017-12-06 Reviewed by: koobs (maintainer) Approved by: koobs (maintainer, py-certbot) Differential Revision: https://reviews.freebsd.org/D13410 Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-acme/files/patch-setup.py head/security/py-certbot/Makefile head/security/py-certbot/distinfo head/security/py-certbot/files/patch-setup.py Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Fri Dec 8 09:53:24 2017 (r455778) +++ head/security/py-acme/Makefile Fri Dec 8 10:22:42 2017 (r455779) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Fri Dec 8 09:53:24 2017 (r455778) +++ head/security/py-acme/distinfo Fri Dec 8 10:22:42 2017 (r455779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508061056 -SHA256 (acme-0.19.0.tar.gz) = 1fa23d64d494aaf001e6fe857c461fcfff10f75a1c2c35ec831447f641e1e822 -SIZE (acme-0.19.0.tar.gz) = 94717 +TIMESTAMP = 1512666731 +SHA256 (acme-0.20.0.tar.gz) = 45121aed6c8cc2f31896ac1083068dfdeb613f3edeff9576dc0d10632ea5a3d5 +SIZE (acme-0.20.0.tar.gz) = 95847 Modified: head/security/py-acme/files/patch-setup.py ============================================================================== --- head/security/py-acme/files/patch-setup.py Fri Dec 8 09:53:24 2017 (r455778) +++ head/security/py-acme/files/patch-setup.py Fri Dec 8 10:22:42 2017 (r455779) @@ -1,4 +1,4 @@ ---- setup.py.orig 2017-06-26 10:16:14 UTC +--- setup.py.orig 2017-12-07 17:15:47 UTC +++ setup.py @@ -12,7 +12,6 @@ install_requires = [ # rsa_recover_prime_factors (>=0.8) @@ -8,11 +8,11 @@ 'PyOpenSSL>=0.13', 'pyrfc3339', 'pytz', -@@ -35,6 +34,7 @@ if sys.version_info < (2, 7): +@@ -31,6 +30,7 @@ if sys.version_info < (2, 7): ]) dev_extras = [ + 'mock', - 'nose', + 'pytest', + 'pytest-xdist', 'tox', - ] Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Fri Dec 8 09:53:24 2017 (r455778) +++ head/security/py-certbot/Makefile Fri Dec 8 10:22:42 2017 (r455779) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Fri Dec 8 09:53:24 2017 (r455778) +++ head/security/py-certbot/distinfo Fri Dec 8 10:22:42 2017 (r455779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508061152 -SHA256 (certbot-0.19.0.tar.gz) = a7230791dff5d085738119fc22d88ad9d8a35d0b6a3d67806fe33990c7c79d53 -SIZE (certbot-0.19.0.tar.gz) = 285884 +TIMESTAMP = 1512666745 +SHA256 (certbot-0.20.0.tar.gz) = cabf505b64fb400c4239dcdbaeb882079477eb6a8442268596a8791b9e34de88 +SIZE (certbot-0.20.0.tar.gz) = 286291 Modified: head/security/py-certbot/files/patch-setup.py ============================================================================== --- head/security/py-certbot/files/patch-setup.py Fri Dec 8 09:53:24 2017 (r455778) +++ head/security/py-certbot/files/patch-setup.py Fri Dec 8 10:22:42 2017 (r455779) @@ -1,4 +1,4 @@ ---- setup.py.orig 2017-06-26 10:13:14 UTC +--- setup.py.orig 2017-12-07 17:14:54 UTC +++ setup.py @@ -42,7 +42,6 @@ install_requires = [ 'ConfigArgParse>=0.9.3', @@ -13,6 +13,6 @@ 'coverage', 'ipdb', + 'mock', - 'nose', - 'pylint==1.4.2', # upstream #248 - 'tox', + 'pytest', + 'pytest-cov', + 'pytest-xdist',