diff options
Diffstat (limited to 'python-signxml.spec')
-rw-r--r-- | python-signxml.spec | 10 |
1 files changed, 5 insertions, 5 deletions
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 |