From e38fa67fa314aa1a8e23aef3b4d236fec6a27033 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 10 Apr 2023 05:42:30 +0000 Subject: automatic import of python-strictyaml --- .gitignore | 1 + python-strictyaml.spec | 14 ++++++-------- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 66a29ac..9e6ead4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 1.6.2-1 +* Mon Apr 10 2023 Python_Bot - 1.7.3-1 - Package Spec generated diff --git a/sources b/sources index 302e3dd..8a0c700 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a84edeac061586417630667d4ec5590 strictyaml-1.6.2.tar.gz +737feac544fad8787827ce89fb628170 strictyaml-1.7.3.tar.gz -- cgit v1.2.3