Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yaml/pyyaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.1
Choose a base ref
...
head repository: yaml/pyyaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.2
Choose a head ref
  • 4 commits
  • 609 files changed
  • 2 contributors

Commits on Aug 28, 2023

  1. Python 3.12 + musllinux_1_1_x86_64 wheel support

    * misc CI updates
    nitzmahone committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b4d80a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. disable CI trigger on PR edits

    (cherry picked from commit 155ec46)
    nitzmahone committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f5527a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. 6.0.2rc1 (#809)

    * Conditional support for Cython3.x, CI updates (#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
    nitzmahone committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dd9f0e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Release 6.0.2 (#819)

    * fix `setup.py test` and issue deprecation warning (#820)
    
    * direct invocation of `setup.py` commands has been long deprecated by setuptools
    
    (cherry picked from commit f74f335)
    
    * release 6.0.2
    nitzmahone committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    41309b0 View commit details
    Browse the repository at this point in the history
Loading