diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-dns-luadns.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-dns-luadns-2.4.0.tar.gz +/certbot-dns-luadns-2.5.0.tar.gz diff --git a/python-certbot-dns-luadns.spec b/python-certbot-dns-luadns.spec index 8fa3098..9bc7ecb 100644 --- a/python-certbot-dns-luadns.spec +++ b/python-certbot-dns-luadns.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-dns-luadns -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: LuaDNS Authenticator plugin for Certbot License: Apache License 2.0 URL: https://github.com/certbot/certbot -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/47/536ebd442c0724355768dfb724fe7e12fdf7a32c75a51703c4fe6ef39bf7/certbot-dns-luadns-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/d2/01d40b13097c9037e767b0d1e69d4cdcc7dd876b53bda118c3e34c3437da/certbot-dns-luadns-2.5.0.tar.gz BuildArch: noarch Requires: python3-dns-lexicon @@ -35,7 +35,7 @@ Provides: python3-certbot-dns-luadns-doc %prep -%autosetup -n certbot-dns-luadns-2.4.0 +%autosetup -n certbot-dns-luadns-2.5.0 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1 - Package Spec generated @@ -1 +1 @@ -65385be859da5fe6f9f7cc7b3254641b certbot-dns-luadns-2.4.0.tar.gz +7c9f8ad6586dffb55642e504d89946e7 certbot-dns-luadns-2.5.0.tar.gz |