mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 08:07:06 +02:00
Release 5.0.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '0.32.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'python-digitalocean>=1.15.0', # 1.15.0 or newer is recommended for TTL support
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
# This version of lexicon is required to address the problem described in
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'google-api-python-client>=1.6.5',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.15.1',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
# This version was chosen because it is the version packaged in RHEL 9 and Debian unstable. It
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'boto3>=1.20.34',
|
||||
|
||||
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.14.1',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '5.0.0.dev0'
|
||||
version = '5.0.0'
|
||||
|
||||
install_requires = [
|
||||
# We specify the minimum acme and certbot version as the current plugin
|
||||
|
||||
@@ -142,7 +142,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/4.2.0 (certbot;
|
||||
"". (default: CertbotACMEClient/5.0.0 (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,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Certbot client."""
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '5.0.0.dev0'
|
||||
__version__ = '5.0.0'
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '1.0'
|
||||
version = '5.0.0'
|
||||
|
||||
setup(
|
||||
version=version,
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
b701b23e66d3c58352896a72caa13523d9f72b183a0ba1cde93e6713a450a391 acme-5.0.0.tar.gz
|
||||
c438b6cb4fda2fef5868b7111d130a96233ccccf5538c292e642a04a47c9dbb6 certbot_apache-5.0.0.tar.gz
|
||||
84c01b06b2b0055f1b551eb3c0bc82c0a275063207cf9ea7ddc1b67129c728a4 certbot_dns_cloudflare-5.0.0.tar.gz
|
||||
0b01118809700a4cce84e98f0410ff088d0e5bf01c0c46e6b0e49caaad9ca9c4 certbot_dns_digitalocean-5.0.0.tar.gz
|
||||
ecb0117a7034dc8a101fc2da16857db79f92903b671d929ba064c0b6f0730245 certbot_dns_dnsimple-5.0.0.tar.gz
|
||||
cc20990581bfdf280096f5a5d75ed658873ad78203107624647cca8ccb1c0c84 certbot_dns_dnsmadeeasy-5.0.0.tar.gz
|
||||
6fbf877224c5cdd572bd7ccbb6efc8fb70472ed80735480583d700bd73830ef4 certbot_dns_gehirn-5.0.0.tar.gz
|
||||
fc2d5bae2ca3571b14d2a34addad24cc7e0f338fb665bc3d59da76aaf121dcc1 certbot_dns_google-5.0.0.tar.gz
|
||||
7f673ac5cecbeeee0b81ea26945a896df5fd3004231fb3db2ee261fecfbbe34c certbot_dns_linode-5.0.0.tar.gz
|
||||
6685ab3bfc7d9c03ea5d87f77652ee75e1eb890faee40c2ece44b3f490eab2a1 certbot_dns_luadns-5.0.0.tar.gz
|
||||
bc21f5e6ef22a1c2094a2fc2e33701cad562ae69a3b360a1c657640572ede14c certbot_dns_nsone-5.0.0.tar.gz
|
||||
2ec86f7bdd914d8be4105132a59f1240b25ac466a103c25b85411f62d9b90e57 certbot_dns_ovh-5.0.0.tar.gz
|
||||
c01dab063fc49a1012ff224240f5dca0bbe59c70ef6a0eeafe55dab6779ada85 certbot_dns_rfc2136-5.0.0.tar.gz
|
||||
b89653b7410f783f945cd83206fa9ffbe87fa3c4b491e12fb921c239e39b1bfa certbot_dns_route53-5.0.0.tar.gz
|
||||
291af70379318a7989a2ab57e30a03ef7f6ab46fb85d6c153c7b63e81a737f20 certbot_dns_sakuracloud-5.0.0.tar.gz
|
||||
c8e4b86d2537a5d9de5801a6e3a8cf17fa4f12777479192d0e2978cbc6b18305 certbot_nginx-5.0.0.tar.gz
|
||||
4e9e4680e812037b582cef7335570074390b455d24a3e09bcaa2fdc473dbcc0a certbot-5.0.0.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQGzBAABCAAdFiEEIPIBNGv48/RVpz+aeAzJlDKihiEFAmi3EVoACgkQeAzJlDKi
|
||||
hiFvQAwAgL6VaVm5qYDGPSINIaowY83kMEtjtcXFD7laVE2WCiwYay7UIh/8DyG6
|
||||
HVU1CTU+MvB2MSyaT4mir3oAE9oz2gNkcfI38QRE+ouD7k6Qld7e0f9LIyUiAJP6
|
||||
dJcABekdtdv4al21Zr2XSyHbk5WzSVgfA3Nn8DDWJiqFGleqcdV9VjUV87EUx7qu
|
||||
gXjsAlF8PARbGUIlyECqrtPFh691Eb98BFU01pcRKON9i0k/rwPNSwRb8J2HPZqI
|
||||
M129PYBOhj9A0iG61F9n8Tsyk0E8zxQsDFsxwwLWBI2aS0lmvn6U4JvV2WbgtQ2E
|
||||
yR8mzzKKfgdvmaosJpclCpq24WUWBCK3JGRsvanEo00mb7pb5wAyTPNxwBrWRWeN
|
||||
TAuJqdMUNBB2vwrzNQ9uqV3KWMmW6G5Gfjx/wJ0H2pPM+rrRNWCFl/Wl09kllRPg
|
||||
aZeRLo2jCgAhblWtfwlEAz/lghfXbV7hGlreANAeYbWOJ63XetkjwSyPrPrcLgp7
|
||||
3LFDbmoz
|
||||
=MUx1
|
||||
-----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