Sat, 18 May 2024 10:31:29 UTC | login

Information for build python-strictyaml-1.6.2-1.fc37

ID220420
Package Namepython-strictyaml
Version1.6.2
Release1.fc37
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
StartedSat, 12 Nov 2022 14:45:29 UTC
CompletedSat, 12 Nov 2022 14:45:29 UTC
Tags
f37
f38
RPMs
src
python-strictyaml-1.6.2-1.fc37.src.rpm (info) (download)
noarch
python3-strictyaml-1.6.2-1.fc37.noarch.rpm (info) (download)
Changelog * 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 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 19 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.2-1 - Update to 1.3.2 * Tue Jan 12 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.1-1 - Update to 1.3.1 * Sun Jan 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.0-1 - Update to 1.3.0 * Sat Jan 02 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.0-1 - Update to version 1.2.0 * Thu Nov 26 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-3 - Remove conditionals for Fedora 32 and older * Thu Nov 26 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-2 - Remove EPEL conditionals from Fedora spec file * Tue Nov 24 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-1 - Initial package