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: BrightpathProgress/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.
  • 12 commits
  • 13 files changed
  • 5 contributors

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    42980e5 View commit details
    Browse the repository at this point in the history
  2. update magic/compat.py

    This pulls changes from https://github.com/file/file, commit
    512840337ead1076519332d24fefcaa8fac36e06
    ahupp committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    36ecbf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Unbreak various things

     * A merge to reduce error spam during loading broke .so
       loading in at least some (maybe all?) cases, where find_library
       doesn't return an absolute path.
     * Prematurely pushed some in-progress test changes that were super broken, all fixed now.
    ahupp committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    a3ed086 View commit details
    Browse the repository at this point in the history
  2. add support for python 3.13

    ahupp committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    5a89644 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. format with ruff

    ahupp committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    62bd3c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

  1. Small Fix to ReadMe that makes pip install command easier to see/find

    I wasn't able to really find the pip command quickly, so I thought this addition would help with readability and help people find the pip install command easier
    Dodf12 authored and ahupp committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    fac6615 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ahupp committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    8361a33 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Update README.md

    ahupp authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    7cbbc99 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    f8fb0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07bd5dd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Bump actions/checkout from 5 to 6 in the github-actions group

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ahupp committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    5cffa79 View commit details
    Browse the repository at this point in the history

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
Loading