diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:42:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:42:30 +0000 |
commit | e38fa67fa314aa1a8e23aef3b4d236fec6a27033 (patch) | |
tree | 359ee56fa1f7931d06f9f171d1968f684a55e997 | |
parent | b7d2ebb33693aca6659573ec74821e820dac2534 (diff) |
automatic import of python-strictyaml
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-strictyaml.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 9 deletions
@@ -1 +1,2 @@ /strictyaml-1.6.2.tar.gz +/strictyaml-1.7.3.tar.gz 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 @@ -1 +1 @@ -5a84edeac061586417630667d4ec5590 strictyaml-1.6.2.tar.gz +737feac544fad8787827ce89fb628170 strictyaml-1.7.3.tar.gz |