Skip to content

Releases: kratsg/pylibmagic

v0.5.0

19 Oct 21:08
c439aea
Compare
Choose a tag to compare

What's Changed

Primary change to add 3.12 wheels.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 May 01:04
345e4a8
Compare
Choose a tag to compare

Add wheels for arm64/aarch64 for linux and macos using Cirrus CI.

What's Changed

  • chore: Bump pypa/cibuildwheel from 2.12.1 to 2.12.2 by @dependabot in #44
  • chore: Bump pypa/cibuildwheel from 2.12.2 to 2.12.3 by @dependabot in #45
  • chore: Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in #43
  • feat: cirrus build wheels by @kratsg in #47
  • chore: Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #46

Full Changelog: v0.3.1...v0.4.0

v0.3.1

06 Apr 20:17
e8e71ed
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

This release adds aarch64 wheels for Linux.

v0.3.0

06 Apr 19:41
508b0cf
Compare
Choose a tag to compare

This is a release that adds arm64 wheels.

What's Changed

  • chore: Bump pypa/cibuildwheel from 2.11.1 to 2.11.2 by @dependabot in #31
  • chore: Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by @dependabot in #32
  • chore: Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by @dependabot in #34
  • chore: Bump pypa/cibuildwheel from 2.11.2 to 2.11.3 by @dependabot in #33
  • chore: Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #35
  • chore: Bump pypa/cibuildwheel from 2.11.3 to 2.11.4 by @dependabot in #36
  • chore: Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in #37
  • chore: Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.3 by @dependabot in #42
  • chore: Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #39

Full Changelog: v0.2.2...v0.3.0

v0.2.2

25 Oct 16:14
686601b
Compare
Choose a tag to compare
v0.2.2

v0.2.1

10 Aug 13:06
76218c4
Compare
Choose a tag to compare

Support universal2 wheels on M1.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

0.2.0

21 Mar 08:18
70ecf65
Compare
Choose a tag to compare

This release supersedes v0.1.0, by now shipping the magic.mgc file.

  • ctypes.CDLL is patched to handle the situations for sys.platform == 'linux' where ctypes.util.find_library does not return an absoluate path, but also because python-magic hardcodes the libname as libmagic.so.1
  • make sure we are able to test the package by adding a test to make sure the GitHub Action runners properly fail upon import magic (see tests/test_import.py)

0.1.0

20 Mar 22:16
9c6b907
Compare
Choose a tag to compare

First stable release published to pypi.

  • README is migrated to rst to include in the RTD docs as well

0.0.2

20 Mar 21:04
d22daa0
Compare
Choose a tag to compare

Core functionality support for linux and mac:

  • tests are running for linux and mac
  • windows tests are marked as allowed to fail
  • wheels are built for linux and mac
  • wheels are not built for windows

This release will be manually uploaded to test.pypi to test the functionality there first.