diff --git a/certbot-dns-digitalocean-1.31.0.tar.gz b/certbot-dns-digitalocean-1.31.0.tar.gz deleted file mode 100644 index 153bea6..0000000 --- a/certbot-dns-digitalocean-1.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06937b6fdae074c141a5339b08fd9a1dddee395be9f4e3ccd6b4578d9b62069c -size 14216 diff --git a/certbot-dns-digitalocean-2.6.0.tar.gz b/certbot-dns-digitalocean-2.6.0.tar.gz new file mode 100644 index 0000000..256a165 --- /dev/null +++ b/certbot-dns-digitalocean-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b1dd1fd64b6e256bf2545e35c402c2e9e802f5cc1a9952bbe6ed3b9f1ae943 +size 14513 diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index 590a7c1..568ec00 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 7 16:05:11 UTC 2023 - Markéta Machová + +- update to version 2.6.0 + * Support for Python 3.11 was added to Certbot and all of its components. + * All Certbot components now require pytest to run tests. + * Packaged tests for all Certbot components besides josepy were moved inside the _internal/tests module. + * There is now a new Other annotated challenge object to allow plugins to support entirely novel challenges. + * Certbot no longer depends on zope. + ------------------------------------------------------------------- Thu Oct 27 08:21:32 UTC 2022 - Markéta Machová diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index 2b11d42..ccc7fc5 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-dns-digitalocean # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-dns-digitalocean -Version: 1.31.0 +Version: 2.6.0 Release: 0 Summary: DigitalOcean Authenticator plugin for Certbot License: Apache-2.0 @@ -34,8 +34,6 @@ BuildRequires: python-rpm-macros Requires: python-acme >= %{version} Requires: python-certbot >= %{version} Requires: python-digitalocean >= 1.11 -Requires: python-six -Requires: python-zope.interface BuildArch: noarch %python_subpackages