Sat, 18 May 2024 08:57:11 UTC | login

Information for build python-strictyaml-1.7.3-3.fc39

ID254317
Package Namepython-strictyaml
Version1.7.3
Release3.fc39
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
StartedFri, 20 Oct 2023 10:11:42 UTC
CompletedFri, 20 Oct 2023 10:11:42 UTC
Tags
f40
RPMs
src
python-strictyaml-1.7.3-3.fc39.src.rpm (info) (download)
noarch
python3-strictyaml-1.7.3-3.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.7.3-2 - Rebuilt for Python 3.12 * 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”