* Add '__version_tuple__' for easy runtime version checking.
* API change: gp_log_add_func callback is passed str instead of bytes
* Add some GPPort methods. This allows a port to be reset when an error
occurs.
* Pass CameraFile to gp_camera_capture_preview & gp_camera_file_get.
Optional - one will be created if needed.
* Remove Context::camera_autodetect method deprecated 3 years ago.
* Rename Context, PortInfo & PortInfoList. Add aliases of old names.
* Update libgphoto2 to v2.5.31.
* API change! gp_file_open no longer creates CameraFile object. It is now
consistent with the C API.
* Deprecated functions: gp_abilities_list_append, gp_list_populate,
gp_port_info_list_append, gp_widget_add_choice, gp_widget_set_info,
gp_widget_set_name, gp_widget_set_range, gp_widget_set_readonly.
These will be removed in a future release.
* Change licence from GPLv3+ to LGPLv3+.
* CameraList behaves like a cross between Python list and dict types.
* Added unit tests to check most libgphoto2 functions.
* Add Python 3.11 binary wheels.
* Drop support for libgphoto2 before version v2.5.10
* Clearer installation documentation.
* Modernised Python package build system.
* Update libgphoto2 to v2.5.30.
* Include localisation files in Python package.
- Rebase python-gphoto2-do_not_install_data.patch to support upstream
changes.
- Switch to pyproject macros.
- Move to the GitHub tarball.
- Run a portion of the (new!) testsuite.
OBS-URL: https://build.opensuse.org/package/show/graphics/python-gphoto2?expand=0&rev=20
- Update to version 2.2.1
* Reinstated Context.camera_autodetect method removed in 2.2.0.
version 2.2.0:
* COMPATIBILITY CHANGE: Removed Context.camera_autodetect
method.
* COMPATIBILITY CHANGE: Removed deprecated widget get/set
functions.
* Python3 log messages are now str instead of bytes.
* Documentation improvements.
- Update to version 2.1.0
* COMPATIBILITY CHANGE: gp_file_set_data_and_size and
gp_file_append now take a single buffer parameter (such as
a bytes string) instead of a string and length.
* Fixed memory double free bug in gp_file_set_data_and_size.
* Removed support for libgphoto2 v2.4.
OBS-URL: https://build.opensuse.org/request/show/784850
OBS-URL: https://build.opensuse.org/package/show/graphics/python-gphoto2?expand=0&rev=9
- Update to version 2.0.0
* COMPATIBILITY CHANGE: gp_log_add_func and use_python_logging
now return a Python object which must be stored until logging
is no longer needed.
* Added cam-conf-view-gui & wait-for-event examples. Thanks to
the users who contributed these.
* Various minor bug fixes and improvements.
version 1.9.0:
* Enabled use of context callback functions such as
gp_context_set_progress_funcs.
* Added a time lapse movie example script.
version 1.8.5:
* Fix memory leak in gp_camera_get_config.
version 1.8.4:
* Fix segfault if camera disconnected before calling
get_storageinfo.
version 1.8.3:
* Fix Qt5 usage in examples (thanks fatzh).
* Handle GP_EVENT_FILE_CHANGED (new in libgphoto2 2.5.17).
* Allow Python threads during gp_camera_init.
OBS-URL: https://build.opensuse.org/request/show/696751
OBS-URL: https://build.opensuse.org/package/show/graphics/python-gphoto2?expand=0&rev=7
- Update to version 1.8.2
* Fix bug in v1.8.1 that caused installation problems on some
systems.
version 1.8.1:
* Logging callbacks now pass 'bytes' objects in Python3.
* Increased number of functions allow other Python threads to
run.
version 1.8.0:
* The 'context' parameter is now optional for most functions.
* Some deprecated functions have been removed.
* Improved documentation of many functions.
* Substantial rework of logging callback processing.
OBS-URL: https://build.opensuse.org/request/show/571214
OBS-URL: https://build.opensuse.org/package/show/graphics/python-gphoto2?expand=0&rev=5