diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:08:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:08:03 +0000 |
commit | 2fb5076b8ec78feed38a4100f0aa7d2b8c5bc0cc (patch) | |
tree | ccdbf4b478b10731b80aa1357e9d34262b000893 | |
parent | 1b6fbec1c7fff9ccdd78d07d66c6f6e5bf036900 (diff) |
automatic import of python-acmeopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-acme.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /acme-2.3.0.tar.gz +/acme-2.5.0.tar.gz diff --git a/python-acme.spec b/python-acme.spec index 2104ab1..76d0d96 100644 --- a/python-acme.spec +++ b/python-acme.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-acme -Version: 2.3.0 +Version: 2.5.0 Release: 1 Summary: ACME protocol implementation in Python License: Apache License 2.0 URL: https://github.com/letsencrypt/letsencrypt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/aa/a36ce4a2cbee1643f26f1434d568879a70cbe7c3b976c6cedbb430947352/acme-2.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/22/90/4de0868b48415b757ccc8afd9a51092123050d121b70bbfa0a0dbdb626d9/acme-2.5.0.tar.gz BuildArch: noarch Requires: python3-cryptography @@ -40,7 +40,7 @@ Provides: python3-acme-doc %prep -%autosetup -n acme-2.3.0 +%autosetup -n acme-2.5.0 %build %py3_build @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Mar 06 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1 - Package Spec generated @@ -1 +1 @@ -aa7b24f8197c52c5d3203367c16cd9b8 acme-2.3.0.tar.gz +34b2b8e9a7e9995fafde3ab875f84bd9 acme-2.5.0.tar.gz |