Tags: ffgan/pyyaml
Tags
6.0.2rc1 (yaml#809) * Conditional support for Cython3.x, CI updates (yaml#808) * Cython 3.x support needed for Python 3.13 * Move CI to a dynamic matrix * Use GHA-hosted Apple Silicon runners * Move Windows builds to cibuildwheel * Implement rudimentary PEP517 config-settings passthru to setuptools with custom in-tree setuptools build backend shim (blocked Windows build being moved to cibuildwheel). * Use build_config.toml to smuggle JSON to cibuildwheel, since it trashes JSON via CLI when doing containerized builds. (cherry picked from commit a2d19c0) * changes for 6.0.2rc1 * fix manifest test inclusion
6.0 release Changes ======= * yaml#327 -- Change README format to Markdown * yaml#483 -- Add a test for YAML 1.1 types * yaml#497 -- fix float resolver to ignore `.` and `._` * yaml#550 -- drop Python 2.7 * yaml#553 -- Fix spelling of “hexadecimal” * yaml#556 -- fix representation of Enum subclasses * yaml#557 -- fix libyaml extension compiler warnings * yaml#560 -- fix ResourceWarning on leaked file descriptors * yaml#561 -- always require `Loader` arg to `yaml.load()` * yaml#564 -- remove remaining direct distutils usage
PreviousNext