diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:05:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:05:49 +0000 |
commit | 0084baa7b829efabcc73d5e54166d93fc4321720 (patch) | |
tree | 3912560a42b5daf19bc487f2acff582c7a8b4376 | |
parent | be16c0dce598e13ccb6077e7ebc8ed1ae106ec7d (diff) |
automatic import of python-certbot-dns-rfc2136openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-dns-rfc2136.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-dns-rfc2136-2.4.0.tar.gz +/certbot-dns-rfc2136-2.5.0.tar.gz diff --git a/python-certbot-dns-rfc2136.spec b/python-certbot-dns-rfc2136.spec index 317ff4e..ec3454f 100644 --- a/python-certbot-dns-rfc2136.spec +++ b/python-certbot-dns-rfc2136.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-dns-rfc2136 -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: RFC 2136 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/07/8c/40041be5759d9617c8b235e2871a3d6b1820bde85e4d96d0f688730033cb/certbot-dns-rfc2136-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/63/12/db842dd9ef943d6f077a9a255fcc795afd3f172482402dfdc751e0d5819e/certbot-dns-rfc2136-2.5.0.tar.gz BuildArch: noarch Requires: python3-dnspython @@ -35,7 +35,7 @@ Provides: python3-certbot-dns-rfc2136-doc %prep -%autosetup -n certbot-dns-rfc2136-2.4.0 +%autosetup -n certbot-dns-rfc2136-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 @@ -d03d363f12a211f61437f1fa833e78f5 certbot-dns-rfc2136-2.4.0.tar.gz +d9484c6f9ce285c9b95b5f001da9fba7 certbot-dns-rfc2136-2.5.0.tar.gz |