aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-26 16:15:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-26 16:15:02 +0000
commit94016cb7be5a879094ab5887076bf17495a85c75 (patch)
tree25b54ee6075d6dc46f8860519b19c18b6deb5858 /security/py-certbot
parent4ccb511c9e616601405eb5c27430e6ddaee4d2e5 (diff)
downloadports-94016cb7be5a879094ab5887076bf17495a85c75.tar.gz
ports-94016cb7be5a879094ab5887076bf17495a85c75.zip
Update to 1.1.0
Notes
Notes: svn path=/head/; revision=524221
Diffstat (limited to 'security/py-certbot')
-rw-r--r--security/py-certbot/distinfo6
-rw-r--r--security/py-certbot/files/patch-certbot-compat-misc.py6
-rw-r--r--security/py-certbot/files/patch-setup.py8
3 files changed, 10 insertions, 10 deletions
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index 90e473c74d62..22bb69ee03af 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575566149
-SHA256 (certbot-1.0.0.tar.gz) = 86b82d31db19fffffb0d6b218951e2121ef514e3ff659aa042deaf92a33e302a
-SIZE (certbot-1.0.0.tar.gz) = 357926
+TIMESTAMP = 1580052080
+SHA256 (certbot-1.1.0.tar.gz) = 46e93661a0db53f416c0f5476d8d2e62bc7259b7660dd983453b85df9ef6e8b8
+SIZE (certbot-1.1.0.tar.gz) = 359396
diff --git a/security/py-certbot/files/patch-certbot-compat-misc.py b/security/py-certbot/files/patch-certbot-compat-misc.py
index a90c68662a2b..4f8d5d61946f 100644
--- a/security/py-certbot/files/patch-certbot-compat-misc.py
+++ b/security/py-certbot/files/patch-certbot-compat-misc.py
@@ -2,9 +2,9 @@
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233909
# TODO: Upstream
---- certbot/compat/misc.py.orig 2019-04-04 22:02:08 UTC
+--- certbot/compat/misc.py.orig 2020-01-14 18:41:31 UTC
+++ certbot/compat/misc.py
-@@ -129,6 +129,11 @@ LINUX_DEFAULT_FOLDERS = {
+@@ -74,6 +74,11 @@ LINUX_DEFAULT_FOLDERS = {
'work': '/var/lib/letsencrypt',
'logs': '/var/log/letsencrypt',
}
@@ -16,7 +16,7 @@
def get_default_folder(folder_type):
-@@ -142,8 +147,13 @@ def get_default_folder(folder_type):
+@@ -88,8 +93,13 @@ def get_default_folder(folder_type):
"""
if os.name != 'nt':
diff --git a/security/py-certbot/files/patch-setup.py b/security/py-certbot/files/patch-setup.py
index 331c314b2c01..9afa4e481ea8 100644
--- a/security/py-certbot/files/patch-setup.py
+++ b/security/py-certbot/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2019-05-07 19:17:33 UTC
+--- setup.py.orig 2020-01-14 18:41:32 UTC
+++ setup.py
-@@ -43,7 +43,6 @@ install_requires = [
+@@ -47,7 +47,6 @@ install_requires = [
# 1.1.0+ is required to avoid the warnings described at
# https://github.com/certbot/josepy/issues/13.
'josepy>=1.1.0',
@@ -8,8 +8,8 @@
'parsedatetime>=1.3', # Calendar.parseDT
'pyrfc3339',
'pytz',
-@@ -56,6 +55,7 @@ dev_extras = [
- 'astroid==1.6.5',
+@@ -76,6 +75,7 @@ elif os.name == 'nt':
+ dev_extras = [
'coverage',
'ipdb',
+ 'mock',