diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cidc-schemas.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /cidc_schemas-0.26.20.tar.gz +/cidc_schemas-0.26.21.tar.gz diff --git a/python-cidc-schemas.spec b/python-cidc-schemas.spec index 2d5a84c..96d8fad 100644 --- a/python-cidc-schemas.spec +++ b/python-cidc-schemas.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cidc-schemas -Version: 0.26.20 +Version: 0.26.21 Release: 1 Summary: The CIDC data model and tools for working with it. License: MIT license URL: https://github.com/CIMAC-CIDC/schemas -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/f8/4898c18133fe471d3700d14ed02aa2a07bd1ca186d8be6e944b538d133d1/cidc_schemas-0.26.20.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/99/3804acb3cc43059db2e429ba644624a5f866101851113d0aead85db9afcc/cidc_schemas-0.26.21.tar.gz BuildArch: noarch Requires: python3-dateparser @@ -435,7 +435,7 @@ cidc_schemas validate_schema -f shipping_core.json %prep -%autosetup -n cidc-schemas-0.26.20 +%autosetup -n cidc-schemas-0.26.21 %build %py3_build @@ -475,5 +475,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.26.20-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.26.21-1 - Package Spec generated @@ -1 +1 @@ -32115a8039bdd8a3550cbf47df742d51 cidc_schemas-0.26.20.tar.gz +7cd5eb15fb31b27aed3a2692448dd65b cidc_schemas-0.26.21.tar.gz |