diff --git a/certbot-1.5.0.tar.gz b/certbot-1.5.0.tar.gz deleted file mode 100644 index e5f22d2..0000000 --- a/certbot-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c52017a4f84137e1312c898d6ae69c5f7977d79d2bd4c2df013cbbf39b6539bf -size 364819 diff --git a/certbot-1.6.0.tar.gz b/certbot-1.6.0.tar.gz new file mode 100644 index 0000000..53c56ce --- /dev/null +++ b/certbot-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d373ee0f24ab06f561efa2b00f68cff43521b003d87fbf4d9e869e7cc7395481 +size 371909 diff --git a/python-certbot.changes b/python-certbot.changes index b1a89ae..2e476a5 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 13 08:34:32 UTC 2020 - Marketa Calabkova + +- Update to version 1.6.0 + * Certbot snaps are now available for the arm64 and armhf architectures. + * Make Certbot snap find externally snapped plugins + * Function certbot.compat.filesystem.umask is a drop-in replacement for + os.umask implementing umask for both UNIX and Windows systems. + ------------------------------------------------------------------- Thu Jun 11 12:10:12 UTC 2020 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index 7ab5f1f..731b445 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-certbot -Version: 1.5.0 +Version: 1.6.0 Release: 0 Summary: ACME client License: Apache-2.0 URL: https://github.com/certbot/certbot Source: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz -BuildRequires: %{python_module acme >= 1.4.0} +BuildRequires: %{python_module acme >= 1.6.0} BuildRequires: %{python_module configargparse >= 0.9.3} BuildRequires: %{python_module configobj} BuildRequires: %{python_module cryptography >= 1.2.3} @@ -41,7 +41,7 @@ BuildRequires: %{python_module zope.component} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-acme >= 1.4.0 +Requires: python-acme >= 1.6.0 Requires: python-configargparse >= 0.9.3 Requires: python-configobj Requires: python-cryptography >= 1.2.3