diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-2.4.0.tar.gz +/certbot-2.5.0.tar.gz diff --git a/python-certbot.spec b/python-certbot.spec index 0320a56..4cb2cb2 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: ACME client License: Apache License 2.0 URL: https://github.com/letsencrypt/letsencrypt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/96/41/dffce7ba281a21edd231ad7e7c7cb363c8aecb53ca4b8fee7e7ec24ea1f2/certbot-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/b4/c690a764b762d0c5e2e757094d8b97b1db710fbcf38ae9db74e787f9a500/certbot-2.5.0.tar.gz BuildArch: noarch Requires: python3-acme @@ -93,7 +93,7 @@ If you'd like to contribute to this project please read `Developer Guide This project is governed by `EFF's Public Projects Code of Conduct <https://www.eff.org/pages/eppcode>`_. %prep -%autosetup -n certbot-2.4.0 +%autosetup -n certbot-2.5.0 %build %py3_build @@ -133,5 +133,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 @@ -9007aeafcf437416ba701aaaf587f85f certbot-2.4.0.tar.gz +507e7006454d9f9334d13a4ea3b1280f certbot-2.5.0.tar.gz |