diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:05:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:05:18 +0000 |
commit | 242bb2a24400d7fe47804c6a5a65e3807e2ed7b7 (patch) | |
tree | b47b39a51817f6e915f008465aec42600e9c88b6 | |
parent | 8532ea8f18dfae7b6800a6850dfb190a8db80945 (diff) |
automatic import of python-certbot-dns-ovhopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-dns-ovh.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-dns-ovh-2.4.0.tar.gz +/certbot-dns-ovh-2.5.0.tar.gz diff --git a/python-certbot-dns-ovh.spec b/python-certbot-dns-ovh.spec index 89d0317..dfd7315 100644 --- a/python-certbot-dns-ovh.spec +++ b/python-certbot-dns-ovh.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-dns-ovh -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: OVH 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/b3/6d/08d1d736481f954efe204219d375faeb2c520b07f3e4db5da85e87e08017/certbot-dns-ovh-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/6a/acd35c8c89f49320779b3e59cc484c71d0ffeb7c57e70fbbfbcb73eb8b78/certbot-dns-ovh-2.5.0.tar.gz BuildArch: noarch Requires: python3-dns-lexicon @@ -35,7 +35,7 @@ Provides: python3-certbot-dns-ovh-doc %prep -%autosetup -n certbot-dns-ovh-2.4.0 +%autosetup -n certbot-dns-ovh-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 @@ -808e0721b39c22c5b0382fc338557095 certbot-dns-ovh-2.4.0.tar.gz +a113ef01d96b2382936e79e471e2aa08 certbot-dns-ovh-2.5.0.tar.gz |