mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
update certbot
This commit is contained in:
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= ACME protocol implementation in Python
|
||||
|
||||
ACME_VERSION= 0.26.1
|
||||
ACME_VERSION= 1.0.0
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:python/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}josepy>=1.0.0:python/py-josepy@${PY_FLAVOR} \
|
||||
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:python/py-cryptography@${P
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:python/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:python/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1532431452
|
||||
SHA256 (acme-0.26.1.tar.gz) = 86e7b5f4654cb19215f16c0e6225750db7421f68ef6a0a040a61796f24e690be
|
||||
SIZE (acme-0.26.1.tar.gz) = 80741
|
||||
TIMESTAMP = 1578553689
|
||||
SHA256 (acme-1.0.0.tar.gz) = 6a08f12f848ce563b50bca421ba9db653df9f82cfefeaf8aba517f046d1386c2
|
||||
SIZE (acme-1.0.0.tar.gz) = 78635
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
--- setup.py.orig 2018-03-20 00:33:22 UTC
|
||||
--- setup.py.orig 2019-12-05 17:30:21 UTC
|
||||
+++ setup.py
|
||||
@@ -14,7 +14,6 @@ install_requires = [
|
||||
# formerly known as acme.jose:
|
||||
'josepy>=1.0.0',
|
||||
# Connection.set_tlsext_host_name (>=0.13)
|
||||
# 1.1.0+ is required to avoid the warnings described at
|
||||
# https://github.com/certbot/josepy/issues/13.
|
||||
'josepy>=1.1.0',
|
||||
- 'mock',
|
||||
'PyOpenSSL>=0.13',
|
||||
# Connection.set_tlsext_host_name (>=0.13)
|
||||
'PyOpenSSL>=0.13.1',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
@@ -24,6 +23,7 @@ install_requires = [
|
||||
@@ -26,6 +25,7 @@ install_requires = [
|
||||
]
|
||||
|
||||
dev_extras = [
|
||||
|
||||
Reference in New Issue
Block a user