1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

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
This commit is contained in:
Carlos J. Puga Medina 2017-12-08 10:22:42 +00:00
parent 43acc578f9
commit 5b90ab4787
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455779
6 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= acme PORTNAME= acme
PORTVERSION= 0.19.0 PORTVERSION= 0.20.0
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= security python CATEGORIES= security python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1508061056 TIMESTAMP = 1512666731
SHA256 (acme-0.19.0.tar.gz) = 1fa23d64d494aaf001e6fe857c461fcfff10f75a1c2c35ec831447f641e1e822 SHA256 (acme-0.20.0.tar.gz) = 45121aed6c8cc2f31896ac1083068dfdeb613f3edeff9576dc0d10632ea5a3d5
SIZE (acme-0.19.0.tar.gz) = 94717 SIZE (acme-0.20.0.tar.gz) = 95847

View File

@ -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 +++ setup.py
@@ -12,7 +12,6 @@ install_requires = [ @@ -12,7 +12,6 @@ install_requires = [
# rsa_recover_prime_factors (>=0.8) # rsa_recover_prime_factors (>=0.8)
@ -8,11 +8,11 @@
'PyOpenSSL>=0.13', 'PyOpenSSL>=0.13',
'pyrfc3339', 'pyrfc3339',
'pytz', 'pytz',
@@ -35,6 +34,7 @@ if sys.version_info < (2, 7): @@ -31,6 +30,7 @@ if sys.version_info < (2, 7):
]) ])
dev_extras = [ dev_extras = [
+ 'mock', + 'mock',
'nose', 'pytest',
'pytest-xdist',
'tox', 'tox',
]

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= certbot PORTNAME= certbot
PORTVERSION= 0.19.0 PORTVERSION= 0.20.0
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= security python CATEGORIES= security python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1508061152 TIMESTAMP = 1512666745
SHA256 (certbot-0.19.0.tar.gz) = a7230791dff5d085738119fc22d88ad9d8a35d0b6a3d67806fe33990c7c79d53 SHA256 (certbot-0.20.0.tar.gz) = cabf505b64fb400c4239dcdbaeb882079477eb6a8442268596a8791b9e34de88
SIZE (certbot-0.19.0.tar.gz) = 285884 SIZE (certbot-0.20.0.tar.gz) = 286291

View File

@ -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 +++ setup.py
@@ -42,7 +42,6 @@ install_requires = [ @@ -42,7 +42,6 @@ install_requires = [
'ConfigArgParse>=0.9.3', 'ConfigArgParse>=0.9.3',
@ -13,6 +13,6 @@
'coverage', 'coverage',
'ipdb', 'ipdb',
+ 'mock', + 'mock',
'nose', 'pytest',
'pylint==1.4.2', # upstream #248 'pytest-cov',
'tox', 'pytest-xdist',