diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-xmlschema.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /xmlschema-2.2.2.tar.gz +/xmlschema-2.2.3.tar.gz diff --git a/python-xmlschema.spec b/python-xmlschema.spec index 6c5bf3e..c793335 100644 --- a/python-xmlschema.spec +++ b/python-xmlschema.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xmlschema -Version: 2.2.2 +Version: 2.2.3 Release: 1 Summary: An XML Schema validator and decoder License: MIT URL: https://github.com/sissaschool/xmlschema -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/08/4089442ca0ebac98c42c0d9ab076b98caec07a2b98927142899f65653389/xmlschema-2.2.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/ff/3aaa6bf60779599427ebdb905d66d16377bcdef98d0b91b9619758069c78/xmlschema-2.2.3.tar.gz BuildArch: noarch Requires: python3-elementpath @@ -82,7 +82,7 @@ This library includes the following features: * Static code generation with Jinja2 templates %prep -%autosetup -n xmlschema-2.2.2 +%autosetup -n xmlschema-2.2.3 %build %py3_build @@ -122,5 +122,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.3-1 - Package Spec generated @@ -1 +1 @@ -e9ad3fc24af0bf8a9fbfbabae42ad6a4 xmlschema-2.2.2.tar.gz +846e24022cd3760d1204a666dde8325a xmlschema-2.2.3.tar.gz |
