Skip to content

Commit

Permalink
Merge pull request #180 from jim-easterbrook/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
jim-easterbrook authored Oct 14, 2024
2 parents 4bc0eee + 6142531 commit f6355e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Store results
uses: actions/upload-artifact@v4
with:
name: manylinux-wheels
name: linux-x86_64-wheels
path: wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Store results
uses: actions/upload-artifact@v4
with:
name: macos-wheels
name: macos-arm64-wheels
path: wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Store results
uses: actions/upload-artifact@v4
with:
name: macos-wheels
name: macos-x86_64-wheels
path: wheelhouse/*.whl
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python-gphoto2 - Python interface to libgphoto2
http://github.com/jim-easterbrook/python-gphoto2
Copyright (C) 2014-23 Jim Easterbrook [email protected]
Copyright (C) 2014-24 Jim Easterbrook [email protected]

This file is part of python-gphoto2.

Expand All @@ -19,6 +19,11 @@ License along with python-gphoto2. If not, see
<https://www.gnu.org/licenses/>.


Changes in 2.5.1:
1/ Add macOS arm64 "binary wheels".
2/ Add Python 3.12 & 3.13 binary wheels.
3/ Add '__version_tuple__' for easy runtime version checking.

Changes in 2.5.0:
1/ API change: gp_log_add_func callback is passed str instead of bytes
2/ Add some GPPort methods. This allows a port to be reset when an error
Expand Down

0 comments on commit f6355e7

Please sign in to comment.