diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:04:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:04:04 +0000 |
commit | 31c1929132bad18bd3f4ec47c35394115511d799 (patch) | |
tree | 09aa29e06ce3af20dc6bed4c3de6a4276a8bff0a | |
parent | 1a89f4e0e2472db09076010bdea98a27d21d0a05 (diff) |
automatic import of python-certbot-dns-googleopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-dns-google.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-dns-google-2.4.0.tar.gz +/certbot-dns-google-2.5.0.tar.gz diff --git a/python-certbot-dns-google.spec b/python-certbot-dns-google.spec index 6a54f4a..2c95d88 100644 --- a/python-certbot-dns-google.spec +++ b/python-certbot-dns-google.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-dns-google -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: Google Cloud 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/18/67/ac5879a9d6541f06c43209b9a4fba69e3ce099797ca57a41161119d16a64/certbot-dns-google-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/79/25/2d3f58a6e6633bc36c05d79148c72428caebe23d5608d908c65827c15326/certbot-dns-google-2.5.0.tar.gz BuildArch: noarch Requires: python3-google-api-python-client @@ -37,7 +37,7 @@ Provides: python3-certbot-dns-google-doc %prep -%autosetup -n certbot-dns-google-2.4.0 +%autosetup -n certbot-dns-google-2.5.0 %build %py3_build @@ -77,5 +77,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 @@ -5b5220be3df8a220ee08ed3e21fd09a1 certbot-dns-google-2.4.0.tar.gz +be1f3d3eac8e871e69caea7ff92e6d72 certbot-dns-google-2.5.0.tar.gz |