diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-dns-nsone.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-dns-nsone-2.4.0.tar.gz +/certbot-dns-nsone-2.5.0.tar.gz diff --git a/python-certbot-dns-nsone.spec b/python-certbot-dns-nsone.spec index 279d01c..e573da6 100644 --- a/python-certbot-dns-nsone.spec +++ b/python-certbot-dns-nsone.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-dns-nsone -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: NS1 DNS Authenticator plugin for Certbot License: Apache License 2.0 URL: https://github.com/certbot/certbot -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a0/43/880507444448c3389ef067803af11d3097bb3de24a49d7ed085c63064d3f/certbot-dns-nsone-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/58/974ade2ace24d9bec7aaca52294cbf1d4af5d999fff9851db8e127f829ad/certbot-dns-nsone-2.5.0.tar.gz BuildArch: noarch Requires: python3-dns-lexicon @@ -35,7 +35,7 @@ Provides: python3-certbot-dns-nsone-doc %prep -%autosetup -n certbot-dns-nsone-2.4.0 +%autosetup -n certbot-dns-nsone-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 @@ -0c5a66cb91d57e5a7457f78a1354df02 certbot-dns-nsone-2.4.0.tar.gz +d35ea74fbde8d6ae1457c3586860f0d4 certbot-dns-nsone-2.5.0.tar.gz |