-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ebob9/python-magic
base: master
head repository: ahupp/python-magic
compare: master
- 13 commits
- 7 files changed
- 7 contributors
Commits on Jul 6, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for fac6615 - Browse repository at this point
Copy the full SHA fac6615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8361a33 - Browse repository at this point
Copy the full SHA 8361a33View commit details
Commits on Aug 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7cbbc99 - Browse repository at this point
Copy the full SHA 7cbbc99View commit details
Commits on Oct 13, 2025
-
Add Python 3.14 to the testing
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 * https://docs.python.org/3.14/whatsnew/3.14.html Like: * ahupp#347
Configuration menu - View commit details
-
Copy full SHA for f8fb0ee - Browse repository at this point
Copy the full SHA f8fb0eeView commit details -
Keep GitHub Actions up to date with GitHub's Dependabot
* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot) * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
Configuration menu - View commit details
-
Copy full SHA for 07bd5dd - Browse repository at this point
Copy the full SHA 07bd5ddView commit details
Commits on Dec 2, 2025
-
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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5cffa79 - Browse repository at this point
Copy the full SHA 5cffa79View commit details
Commits on Mar 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ff3e049 - Browse repository at this point
Copy the full SHA ff3e049View commit details
Commits on May 11, 2026
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for a1fad43 - Browse repository at this point
Copy the full SHA a1fad43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71301b0 - Browse repository at this point
Copy the full SHA 71301b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7d98e - Browse repository at this point
Copy the full SHA 8e7d98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 892543d - Browse repository at this point
Copy the full SHA 892543dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cef27 - Browse repository at this point
Copy the full SHA f3cef27View commit details -
Revert "Move lock to global scope"
This reverts commit f2ac98d.
Configuration menu - View commit details
-
Copy full SHA for 4043553 - Browse repository at this point
Copy the full SHA 4043553View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master