-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #180 from jim-easterbrook/devel
Devel
- Loading branch information
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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 | ||
|