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 | 7acb9597a7203ce9b04dd8a066ff72eac5a93b58 (patch) | |
tree | 9418d77efca84446916810ae7f8674b11faf489b | |
parent | 3e670206ec3e56ae51510e8b1981ce2c12d00633 (diff) |
automatic import of python-certbot-nginxopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-nginx.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-nginx-2.4.0.tar.gz +/certbot-nginx-2.5.0.tar.gz diff --git a/python-certbot-nginx.spec b/python-certbot-nginx.spec index ed424e3..af6ae4b 100644 --- a/python-certbot-nginx.spec +++ b/python-certbot-nginx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-nginx -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: Nginx plugin for Certbot License: Apache License 2.0 URL: https://github.com/letsencrypt/letsencrypt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/1e/5c8f8988cd7af780e64ddbe6be673a413846d6c79afd99df9a51ef8a5277/certbot-nginx-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/89/dbec566e2aedbdd77a10896be218f7d23d0eff130ea5d00b531d4d659077/certbot-nginx-2.5.0.tar.gz BuildArch: noarch Requires: python3-acme @@ -34,7 +34,7 @@ Provides: python3-certbot-nginx-doc %prep -%autosetup -n certbot-nginx-2.4.0 +%autosetup -n certbot-nginx-2.5.0 %build %py3_build @@ -74,5 +74,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 @@ -324ac7146588cc819da85e44e166e34e certbot-nginx-2.4.0.tar.gz +410830665b7d7b6c742b0082a5c0d2d4 certbot-nginx-2.5.0.tar.gz |