Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build platform-specific wheels containing libmagic #294

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    ec952d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    a437409 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    4a715e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    1adc0a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ahupp/python-magic into a…

    …bi3-wheels
    
    * 'master' of https://github.com/ahupp/python-magic:
      python-magic tests: add test files for elf and json, use to test flags
      Magic.__init__: add kwargs to enable/disable different types of magic detection
      typing stubs: add Magic.__init__ extension & follow_symlinks args
    ddelange committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    20e2dc9 View commit details
    Browse the repository at this point in the history
  3. Fix CI for macos

    ddelange committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    090b1d4 View commit details
    Browse the repository at this point in the history
  4. Add dependabot.yml

    ddelange committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    20d8fee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85d4422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2efa36d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b43bc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Separate mac versions

    ddelange committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    05df4f9 View commit details
    Browse the repository at this point in the history
  2. Update cibuildwheel

    ddelange committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d2972b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e182ae1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    94718d5 View commit details
    Browse the repository at this point in the history
  2. Revert "Bump cibuildwheel docker images"

    This reverts commit 94718d5.
    ddelange committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    359e007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9c685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0fddf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc075e9 View commit details
    Browse the repository at this point in the history
  6. Revert "Use hls mp4 (recent libmagic only) for testing"

    This reverts commit dc075e9.
    
    manylinux_2_28 is not available for i686
    ddelange committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    144132d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Install from source

    ddelange committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fe62a26 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    f7bbb03 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    2e6104e View commit details
    Browse the repository at this point in the history
  2. Use CIBW_SKIP

    i686 fails pytest with:
    
    /project/test/python_magic_test.py:54: in assert_values
          self.assertIn(value, expected_value)
      E   AssertionError: 'gzip compressed data, was test, last modified: *Invalid datetime*, from Unix' not found in ('gzip compressed data, was test, from Unix, last modified: Sun Jun 29 01:32:52 2008', 'gzip compressed data, was test, last modified: Sun Jun 29 01:32:52 2008, from Unix', 'gzip compressed data, was test, last modified: Sun Jun 29 01:32:52 2008, from Unix, original size 15', 'gzip compressed data, was test, last modified: Sun Jun 29 01:32:52 2008, from Unix, original size modulo 2^32 15', 'gzip compressed data, was test, last modified: Sun Jun 29 01:32:52 2008, from Unix, truncated')
    ddelange committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ca4def3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: Christian Clauss <[email protected]>
    ddelange and cclauss committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ba87ffd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge branch 'master' of ahupp/python-magic into abi3-wheels

    * 'master' of https://github.com/ahupp/python-magic:
      Update README.md
      README.md: Add a badge for GitHub Actions
      Update README.md
      Update ci.yml
      GitHub Action to replace Travis CI
      Delete .travis.yml
      Travis CI: Test on Python 3.13 beta
    ddelange committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e112de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba05b6 View commit details
    Browse the repository at this point in the history
  3. Fix ahupp#321

    ddelange committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8381a96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c5f955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6d5ed0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50504a2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Add entries in CHANGELOG

    ddelange committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9357f27 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Merge branch 'master' of https://github.com/ahupp/python-magic into a…

    …bi3-wheels
    
    * 'master' of https://github.com/ahupp/python-magic:
      log warning on ctypes load error, adapted from ahupp#279
      smartos support, adapted from ahupp#132
      rename no_json test to avoid duplicate function definitions
      handle unknown platforms gracefully in loader.py
      Clean up loader.py
    ddelange committed May 26, 2024
    Configuration menu
    Copy the full SHA
    53d099b View commit details
    Browse the repository at this point in the history
  2. Fix test

    ddelange committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9bf2e9c View commit details
    Browse the repository at this point in the history
  3. PR Suggestions

    ddelange committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f7341ce View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Apply suggestions from code review

    Co-authored-by: Frank Dana <[email protected]>
    ddelange and ferdnyc committed May 28, 2024
    Configuration menu
    Copy the full SHA
    da5b330 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    258efa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3a55538 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    65fb61c View commit details
    Browse the repository at this point in the history