Sat, 18 May 2024 10:44:10 UTC | login

Information for build python-strictyaml-1.7.3-1.fc38

ID241615
Package Namepython-strictyaml
Version1.7.3
Release1.fc38
Epoch
SummaryParses and validates a restricted subset of YAML
DescriptionStrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification. Priorities: • Beautiful API • Refusing to parse the ugly, hard to read and insecure features of YAML like the Norway problem. • Strict validation of markup and straightforward type casting. • Clear, readable exceptions with code snippets and line numbers. • Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo. • Ability to read in YAML, make changes and write it out again with comments preserved. • Not speed, currently.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Mar 2023 08:31:56 UTC
CompletedTue, 21 Mar 2023 08:31:56 UTC
Tags
f38
f39
f40
RPMs
src
python-strictyaml-1.7.3-1.fc38.src.rpm (info) (download)
noarch
python3-strictyaml-1.7.3-1.fc38.noarch.rpm (info) (download)
Changelog * Fri Mar 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.3-1 - Update to 1.7.3 (close RHBZ#2174372) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Oct 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.2-1 - Update to 1.6.2 (close RHBZ#2133184) * Sat Oct 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-7 - Confirm License is SPDX MIT * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.6.1-5 - Rebuilt for Python 3.11 * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-4 - Drop License files redundant with pyproject_files * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-3 - Drop “forge” macros, which are doing little for us * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Nov 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-1 - Update to 1.6.1 (close RHBZ#2027119) * Sat Nov 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.0-1 - Update to 1.6.0 (fix RHBZ#2025203) * Fri Oct 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.0-3 - Use the new %%pyproject_check_import macro * Fri Oct 15 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.0-2 - Fix strictyaml.__version__ * Fri Oct 15 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.0-1 - Update to 1.5.0 * Mon Sep 13 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.4-6 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * Mon Sep 13 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.4-5 - Reduce macro indirection in the spec file * Tue Jul 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.4-4 - Move %generate_buildrequires after %prep to make the spec file easier to follow * Wed Jul 21 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.4-3 - Add import “smoke test” * Sun Jun 20 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.4-1 - Update to 1.4.4 (closes RHBZ#1974003) - The package now bundles ruamel.yaml 0.16.13 until the author can supply a custom parser to replace it. * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.0-2 - Rebuilt for Python 3.10 * Mon Mar 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-1 - Update to 1.4.0 - Start using pyproject-rpm-macros