diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 06:17:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 06:17:22 +0000 |
commit | e46a634c1ebe4e5706c9b19c86cb9141d7860503 (patch) | |
tree | 28b25a9389367021ea62cf0d9756bdba80d83b06 | |
parent | 47eb73c62378b4822d6f0caefe26592de5a7b174 (diff) |
automatic import of python-signxmlopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-signxml.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /signxml-3.1.1.tar.gz +/signxml-3.2.0.tar.gz diff --git a/python-signxml.spec b/python-signxml.spec index 8ffc41c..70143ed 100644 --- a/python-signxml.spec +++ b/python-signxml.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-signxml -Version: 3.1.1 +Version: 3.2.0 Release: 1 Summary: Python XML Signature and XAdES library License: Apache Software License URL: https://github.com/kislyuk/signxml -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/6f/64aa3a1a67abe8f00b4fed3f85f64a24a6915e720a8bfbf0cde19e1f48d0/signxml-3.1.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/f3/6910019f60efba3d76e42540013cb27203a41eaa9bc2ec9edbb2e0d7623f/signxml-3.2.0.tar.gz BuildArch: noarch +Requires: python3-lxml-stubs Requires: python3-lxml Requires: python3-cryptography Requires: python3-pyOpenSSL @@ -17,7 +18,6 @@ Requires: python3-coverage Requires: python3-build Requires: python3-wheel Requires: python3-mypy -Requires: python3-lxml-stubs %description *SignXML* is an implementation of the W3C `XML Signature <http://en.wikipedia.org/wiki/XML_Signature>`_ standard in @@ -98,7 +98,7 @@ standard, and most recommended ones. Its features are: * Compactness, readability, and extensibility %prep -%autosetup -n signxml-3.1.1 +%autosetup -n signxml-3.2.0 %build %py3_build @@ -138,5 +138,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1 - Package Spec generated @@ -1 +1 @@ -88b51c085c920c95a485d0ac6067f74e signxml-3.1.1.tar.gz +36c67ac9de718788110e53c0209e2611 signxml-3.2.0.tar.gz |