20
0

Accepting request 909933 from home:mcalabkova:branches:devel:languages:python

- update to 1.4.4
  * Add support for NaN and infinity representations
  * Optional keys in mappings and set value to None
  * Support underscores in int and decimal
  * NullNone - parse 'null' as None like YAML 1.2 does.
  * Bundle last propertly working ruamel.yaml version in with strictyaml.

OBS-URL: https://build.opensuse.org/request/show/909933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=10
This commit is contained in:
2021-08-03 10:04:58 +00:00
committed by Git OBS Bridge
parent 9664fe6472
commit 3eed799da4
4 changed files with 15 additions and 7 deletions
+2 -4
View File
@@ -1,7 +1,7 @@
#
# spec file for package python-strictyaml
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-strictyaml
Version: 1.0.6
Version: 1.4.4
Release: 0
Summary: Strict, typed YAML parser
License: MIT
@@ -28,12 +28,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-dateutil >= 2.6.0
Requires: python-ruamel.yaml >= 0.14.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.6.0}
BuildRequires: %{python_module ruamel.yaml >= 0.14.2}
# /SECTION
%python_subpackages