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: python-lz4/python-lz4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jgu/fix-dist
Choose a base ref
...
head repository: python-lz4/python-lz4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 26, 2025

  1. Merge pull request #297 from python-lz4/jgu/fix-dist

    Fix publishing to PyPi
    jonathanunderwood authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    9e0169a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from python-lz4/jgu/fix-dist

    Disable aarch64 builds due to compiler failure
    jonathanunderwood authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    2de292e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. build_dist workflow - (re)add arm support for Linux and Windows (#300)

    This enables Arm support for Linux and Windows.
    K0lb3 authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    b20fdf3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    7633d8d View commit details
    Browse the repository at this point in the history
  2. Update cibuildwheel version

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    0f5c05e View commit details
    Browse the repository at this point in the history
  3. Variable misspell fix

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    c0b3bb5 View commit details
    Browse the repository at this point in the history
  4. Update environment variables

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    99321aa View commit details
    Browse the repository at this point in the history
  5. Ensure CIBW_ENVIRONMENT is set

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    2258e28 View commit details
    Browse the repository at this point in the history
  6. Pass tox overrides through CLI

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    a20d167 View commit details
    Browse the repository at this point in the history
  7. Ensure test command is applied

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    cc5c9b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40bcbd8 View commit details
    Browse the repository at this point in the history
  9. Copy bytearrays directly

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    ad3ec0d View commit details
    Browse the repository at this point in the history
  10. Remove unused import

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    7a88fb9 View commit details
    Browse the repository at this point in the history
  11. Copy memoryview on test_1

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    737bac1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7c0b66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    61957cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    689440c View commit details
    Browse the repository at this point in the history
  15. CI: disable armv7l

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    e54341f View commit details
    Browse the repository at this point in the history
  16. Address review comments

    andfoy authored and jonathanunderwood committed May 28, 2025
    Configuration menu
    Copy the full SHA
    022d538 View commit details
    Browse the repository at this point in the history
Loading