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: b-collab483/python-magic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ahupp/python-magic
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.
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 3, 2026

  1. Drop unused imports

    artofhuman authored and ahupp committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    ff3e049 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Fix test for Apache Parquet files for file 5.47

    The output for Parquet files changed in 5.47. This commit edits the test
    to accept both the old and new output.
    
    ```sh
    # Old
    $ file example.parquet
    example.parquet: Apache Parquet
    $ file --mime example.parquet
    example.parquet: application/octet-stream; charset=binary
    
    # New
    $ file example.parquet
    example.parquet: Apache Parquet file
    $ file --mime example.parquet
    example.parquet: application/vnd.apache.parquet; charset=binary
    ```
    MysteryBlokHed authored and ahupp committed May 11, 2026
    Configuration menu
    Copy the full SHA
    a1fad43 View commit details
    Browse the repository at this point in the history
  2. Add python 3.14 to CI

    ddelange authored and ahupp committed May 11, 2026
    Configuration menu
    Copy the full SHA
    71301b0 View commit details
    Browse the repository at this point in the history
  3. Move lock to global scope

    ddelange authored and ahupp committed May 11, 2026
    Configuration menu
    Copy the full SHA
    8e7d98e View commit details
    Browse the repository at this point in the history
  4. Add test

    ddelange authored and ahupp committed May 11, 2026
    Configuration menu
    Copy the full SHA
    892543d View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    ddelange authored and ahupp committed May 11, 2026
    Configuration menu
    Copy the full SHA
    f3cef27 View commit details
    Browse the repository at this point in the history
  6. Revert "Move lock to global scope"

    This reverts commit f2ac98d.
    ddelange authored and ahupp committed May 11, 2026
    Configuration menu
    Copy the full SHA
    4043553 View commit details
    Browse the repository at this point in the history
Loading