diff options
Diffstat (limited to 'python-strictyaml.spec')
-rw-r--r-- | python-strictyaml.spec | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/python-strictyaml.spec b/python-strictyaml.spec index f180eaa..7cc559a 100644 --- a/python-strictyaml.spec +++ b/python-strictyaml.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-strictyaml -Version: 1.6.2 +Version: 1.7.3 Release: 1 Summary: Strict, typed YAML parser License: MIT -URL: http://hitchdev.com/strictyaml -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/86/c9b04acef55685b3abf5d4db3a348ab1409734fdd8650c98fc63ca6a6c0a/strictyaml-1.6.2.tar.gz +URL: https://pypi.org/project/strictyaml/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/08/efd28d49162ce89c2ad61a88bd80e11fb77bc9f6c145402589112d38f8af/strictyaml-1.7.3.tar.gz BuildArch: noarch +Requires: python3-dateutil %description # StrictYAML @@ -326,7 +327,6 @@ StrictYAML also includes code from [ruamel.yaml](https://yaml.readthedocs.io/en/ - All code needs to come accompanied with a story that exercises it or a modification to an existing story. This is used both to test the code and build the documentation. - %package -n python3-strictyaml Summary: Strict, typed YAML parser Provides: python-strictyaml @@ -650,7 +650,6 @@ StrictYAML also includes code from [ruamel.yaml](https://yaml.readthedocs.io/en/ - All code needs to come accompanied with a story that exercises it or a modification to an existing story. This is used both to test the code and build the documentation. - %package help Summary: Development documents and examples for strictyaml Provides: python3-strictyaml-doc @@ -971,9 +970,8 @@ StrictYAML also includes code from [ruamel.yaml](https://yaml.readthedocs.io/en/ - All code needs to come accompanied with a story that exercises it or a modification to an existing story. This is used both to test the code and build the documentation. - %prep -%autosetup -n strictyaml-1.6.2 +%autosetup -n strictyaml-1.7.3 %build %py3_build @@ -1013,5 +1011,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.2-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.3-1 - Package Spec generated |