mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Release 3.0.1
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=3.2.1',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'certbot',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
# This version of lexicon is required to address the problem described in
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'google-api-python-client>=1.6.5',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.15.1',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dnspython>=1.15.0',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'boto3>=1.15.15',
|
||||
|
||||
@@ -4,7 +4,7 @@ import sys
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '3.0.0'
|
||||
version = '3.0.1'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
||||
@@ -3,7 +3,7 @@ import sys
|
||||
import warnings
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '3.0.0'
|
||||
__version__ = '3.0.1'
|
||||
|
||||
if sys.version_info[:2] == (3, 8):
|
||||
warnings.warn(
|
||||
|
||||
@@ -36,7 +36,7 @@ manage your account:
|
||||
--agree-tos Agree to the ACME server's Subscriber Agreement
|
||||
-m EMAIL Email address for important account notifications
|
||||
|
||||
options:
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-c CONFIG_FILE, --config CONFIG_FILE
|
||||
path to config file (default: /etc/letsencrypt/cli.ini
|
||||
@@ -122,7 +122,7 @@ options:
|
||||
case, and to know when to deprecate support for past
|
||||
Python versions and flags. If you wish to hide this
|
||||
information from the Let's Encrypt server, set this to
|
||||
"". (default: CertbotACMEClient/3.0.0 (certbot;
|
||||
"". (default: CertbotACMEClient/3.0.1 (certbot;
|
||||
OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
|
||||
(SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
|
||||
The flags encoded in the user agent are: --duplicate,
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
2f4ae207c8a6791a2bc74cd18d60274766f483c2059145b0142cbb43e761331c acme-3.0.1.tar.gz
|
||||
4d573635840bbcc1124a2176e7188e69f6e3210f9ed94e20839547f07caee2b2 certbot-3.0.1.tar.gz
|
||||
83af7dfc1bff6149e810426038bb81ad2b8b4261b3d8b969c8be8321fba24df4 certbot_apache-3.0.1.tar.gz
|
||||
519199933aefba0d7618c8ad7a9f6656536c1e2e00a064665c30c6b46a037048 certbot_dns_cloudflare-3.0.1.tar.gz
|
||||
16d53656ae9ab128cb1043238b0e92d1261dd2b570fe37eccb490fcc7eae94ba certbot_dns_digitalocean-3.0.1.tar.gz
|
||||
a6253871515d4fd5bbc790a9eb91eab48e4d5eaf5d351ff3c9f0b07e8b1cdc8a certbot_dns_dnsimple-3.0.1.tar.gz
|
||||
b6409bd58edf63c0e4919c73db26d09050ae8197316df05653bf4d4873d27ae1 certbot_dns_dnsmadeeasy-3.0.1.tar.gz
|
||||
7762a3e57f3e992d16a14a049c8636e080eea5b4154cffcefa6f245697489c63 certbot_dns_gehirn-3.0.1.tar.gz
|
||||
d989974ac10258e3f775182e63b7a5ae3236f6c1cd28a036d7f9747133d28c60 certbot_dns_google-3.0.1.tar.gz
|
||||
289e326c0091732ec2aa6fcdbf7bc9e0e0ec56e43db08b8b8f504b1902ad6295 certbot_dns_linode-3.0.1.tar.gz
|
||||
433523e6e820dddaf9827fb13bb837fb219ed24952a770e39c17088cfee2bf47 certbot_dns_luadns-3.0.1.tar.gz
|
||||
61e5855be5bab114ad395fef670855df0dfee2fbf43a075018f36289caa91765 certbot_dns_nsone-3.0.1.tar.gz
|
||||
d2f65e8dbf543be47f4e5a0b315295f44a58379008b094c14b9685eaf21f7d09 certbot_dns_ovh-3.0.1.tar.gz
|
||||
064ab9b3c3438e225fa5be27b90ab87ee896c8fb08c940b67cd7d91ffc302178 certbot_dns_rfc2136-3.0.1.tar.gz
|
||||
d4dde77144f1b1ff7fde61e6bbf9d5e269e554990564dd7b1a91b5ef6ddcdb0c certbot_dns_route53-3.0.1.tar.gz
|
||||
e7d4c5edd145b7ca3cc3019aa9b15c036f03df1ce7b0b8b472a0bc9f6ed0de6b certbot_dns_sakuracloud-3.0.1.tar.gz
|
||||
2507fdfb3401ba58b24bac9c3722b4e1641ec100e5b21fde0c518b2c77c6647b certbot_nginx-3.0.1.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCAAdFiEEIPIBNGv48/RVpz+aeAzJlDKihiEFAmc2MZoACgkQeAzJlDKi
|
||||
hiEd8gwA0hDE6MBieocJxZ8nZCfp4b+2kxInFaWL0e8nU7EHJuOh05pk7QjnYPSq
|
||||
NKOgplGUlpJMfHsLSH93nsow7vMlGNTu72CN8cmRrWmoitjH7qfdWs2QJf/++XBN
|
||||
ft1Jbo5g1/MJVa3tZvu7SQreBL1d7NGx00NmVx1TIjeWnG0hVuR4Lmwk1bPkYj5q
|
||||
GaXmhyYOKFFyRQQJdAi4vwAX0LBAen9MfEpG0+ksagBK73zV3fp82iN8xQ7EhJiN
|
||||
IVmkC4VnGsqFinIPW0drQEYu+Gq/+njv2EF3apyjyWpb9pEPb0WSYjyoTdKfo8sG
|
||||
emW/dj9WyElAwgJmus8CJ6P0urzUDDMlM5CnHYiX5fYV1E1O+yi8oeJcSniFTnS0
|
||||
zgt8skjwQ1tsJsLvnc2d8F+RIVybZmmf8u5OGTxuZDlsuD8T/Ry3QJ05Yjh7CThB
|
||||
KWJpPfI8cLtfICik07teVoGqQUOU3KRUevaPohaUL83sJDnMXCx5Gx2ht4bxBuSJ
|
||||
VbUXKM2j
|
||||
=nbck
|
||||
-----END PGP SIGNATURE-----
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user