aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:38:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:38:53 +0000
commitb439b5be8d6a99eb6218c350047b6522eefe11f4 (patch)
treecf24e7abfac4e8e1e2be054730771807d8be69c7 /security/py-certbot
parentd58d250f4f0801c7387700154a9cc66870d0a592 (diff)
downloadports-b439b5be8d6a99eb6218c350047b6522eefe11f4.tar.gz
ports-b439b5be8d6a99eb6218c350047b6522eefe11f4.zip
Update to 0.34.2
Notes
Notes: svn path=/head/; revision=501430
Diffstat (limited to 'security/py-certbot')
-rw-r--r--security/py-certbot/distinfo6
-rw-r--r--security/py-certbot/files/patch-setup.py6
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index 49461f8156ca..12cc2ca15cb3 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556374442
-SHA256 (certbot-0.33.1.tar.gz) = d5203f32c50f3ec5a32df97e4affddbcd288a569678ecb5669adda21cd5ac3d9
-SIZE (certbot-0.33.1.tar.gz) = 342753
+TIMESTAMP = 1557676262
+SHA256 (certbot-0.34.2.tar.gz) = 30732ddcb10ccd8b8410c515a76ae0429ad907130b8bf8caa58b73826d0ec9bb
+SIZE (certbot-0.34.2.tar.gz) = 342657
diff --git a/security/py-certbot/files/patch-setup.py b/security/py-certbot/files/patch-setup.py
index 226b79700835..331c314b2c01 100644
--- a/security/py-certbot/files/patch-setup.py
+++ b/security/py-certbot/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2019-04-04 22:02:09 UTC
+--- setup.py.orig 2019-05-07 19:17:33 UTC
+++ setup.py
@@ -43,7 +43,6 @@ install_requires = [
# 1.1.0+ is required to avoid the warnings described at
@@ -8,8 +8,8 @@
'parsedatetime>=1.3', # Calendar.parseDT
'pyrfc3339',
'pytz',
-@@ -57,6 +56,7 @@ dev_extras = [
- 'astroid==1.3.5',
+@@ -56,6 +55,7 @@ dev_extras = [
+ 'astroid==1.6.5',
'coverage',
'ipdb',
+ 'mock',