Releases: kratsg/pylibmagic
Releases · kratsg/pylibmagic
v0.5.0
What's Changed
Primary change to add 3.12 wheels.
- ci: use trusted publisher deployment by @henryiii in #52
- ci: use GHA's merging by @henryiii in #53
- docs: drop broken conda badge by @henryiii in #49
- feat: Add 3.12 to support by @kratsg in #67
- chore: move to scikit-build-core by @henryiii in #48
- chore: Fix concurrency in CI by @kratsg in #50
- chore: minor pyproject cleanup by @henryiii in #55
- chore: Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in #56
- chore: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by @dependabot in #57
- chore: Bump pypa/cibuildwheel from 2.13.1 to 2.14.0 by @dependabot in #59
- chore: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1 by @dependabot in #60
- chore: Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 by @dependabot in #61
- chore: Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 by @dependabot in #63
- chore: Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 by @dependabot in #64
- chore: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 by @dependabot in #65
- chore: Bump actions/checkout from 3 to 4 by @dependabot in #62
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
Full Changelog: v0.3.0...v0.3.1
This release adds aarch64 wheels for Linux.
v0.3.0
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
v0.2.1
Support universal2 wheels on M1.
What's Changed
- Bump pypa/cibuildwheel from 2.3.1 to 2.4.0 by @dependabot in #6
- Bump pypa/cibuildwheel from 2.4.0 to 2.5.0 by @dependabot in #8
- Bump pypa/cibuildwheel from 2.5.0 to 2.6.0 by @dependabot in #9
- Bump pypa/cibuildwheel from 2.6.0 to 2.7.0 by @dependabot in #12
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #10
- Bump pypa/cibuildwheel from 2.7.0 to 2.8.0 by @dependabot in #13
- Bump pypa/cibuildwheel from 2.8.0 to 2.8.1 by @dependabot in #14
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in #15
- Build x86_64 and universal2 wheels by @mvdbeek in #17
New Contributors
Full Changelog: v0.2.0...v0.2.1
0.2.0
This release supersedes v0.1.0, by now shipping the magic.mgc
file.
ctypes.CDLL
is patched to handle the situations forsys.platform == 'linux'
wherectypes.util.find_library
does not return an absoluate path, but also becausepython-magic
hardcodes the libname aslibmagic.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
(seetests/test_import.py
)
0.1.0
0.0.2
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.