diff --git a/certbot-2.7.3.tar.gz b/certbot-2.7.3.tar.gz deleted file mode 100644 index d249942..0000000 --- a/certbot-2.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e6f5dbdbd36672925572f44feccef77501a36d4eb68d63ecd5e372f09606eb0 -size 434555 diff --git a/certbot-2.8.0.tar.gz b/certbot-2.8.0.tar.gz new file mode 100644 index 0000000..8fcb537 --- /dev/null +++ b/certbot-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95234695951e458fcc4199b8bc60589d5c7055193265ea0973773b01c5293d4d +size 436184 diff --git a/python-certbot.changes b/python-certbot.changes index b5cff9f..13fe957 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 7 10:40:28 UTC 2023 - Markéta Machová + +- Update to 2.8.0 + * Support for Python 3.7 was removed. + * Stop using the deprecated pkg_resources API included in setuptools. + +------------------------------------------------------------------- +Thu Nov 16 12:56:34 UTC 2023 - Markéta Machová + +- Update to 2.7.4 + * Fixed a bug introduced in version 2.7.0 that caused interactively entered + webroot plugin values to not be saved for renewal. + ------------------------------------------------------------------- Mon Oct 30 15:37:44 UTC 2023 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index 8386a6f..2ae2358 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot -Version: 2.7.3 +Version: 2.8.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -69,6 +69,7 @@ to lower the barriers to entry for encrypting all HTTP traffic on the internet. %prep %setup -q -n certbot-%{version} +%autopatch -p1 %build %python_build