diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:03:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:03:17 +0000 |
commit | 596ad40db2849c8c6573615271393b69bfdb5d5b (patch) | |
tree | a66a10e1e67012b481116043064d718337203154 | |
parent | d53774b315fffa9b5c7433fef37eb8e45d1eddc8 (diff) |
automatic import of python-certbot-dns-dnsimpleopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-dns-dnsimple.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-dns-dnsimple-2.4.0.tar.gz +/certbot-dns-dnsimple-2.5.0.tar.gz diff --git a/python-certbot-dns-dnsimple.spec b/python-certbot-dns-dnsimple.spec index 4c6de67..605c83e 100644 --- a/python-certbot-dns-dnsimple.spec +++ b/python-certbot-dns-dnsimple.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-dns-dnsimple -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: DNSimple 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/36/28/011e745c2e137f7b0550e5b547b14a4e140e7eab12d4dd3fe139ce43f383/certbot-dns-dnsimple-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/cb/d82f5d98d8aea86800017c6c57e5c5cd6acdcb664124c388f2ddf040e79f/certbot-dns-dnsimple-2.5.0.tar.gz BuildArch: noarch Requires: python3-dns-lexicon @@ -35,7 +35,7 @@ Provides: python3-certbot-dns-dnsimple-doc %prep -%autosetup -n certbot-dns-dnsimple-2.4.0 +%autosetup -n certbot-dns-dnsimple-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 @@ -cbdf51110e900d685ed1855657a3b0c8 certbot-dns-dnsimple-2.4.0.tar.gz +1ad9d0bfe01f8435d0fb10d57eccde2e certbot-dns-dnsimple-2.5.0.tar.gz |