diff --git a/gphoto2-2.0.0.tar.gz b/gphoto2-2.0.0.tar.gz deleted file mode 100644 index fdcd7ce..0000000 --- a/gphoto2-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28294fce05114cd0389040105baa310b6e5082696242fd736aeefee2b55c6c07 -size 7235515 diff --git a/gphoto2-2.2.1.tar.gz b/gphoto2-2.2.1.tar.gz new file mode 100644 index 0000000..bee94ba --- /dev/null +++ b/gphoto2-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192842043d8a5a627352b4fad792ac8aa2453eb75aff0ba8938a56c48aa81f85 +size 1902154 diff --git a/python-gphoto2.changes b/python-gphoto2.changes index 7d52279..cba6a8b 100644 --- a/python-gphoto2.changes +++ b/python-gphoto2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Mar 14 08:30:36 UTC 2020 - aloisio@gmx.com + +- 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. + +------------------------------------------------------------------- +Sat Jan 25 17:06:18 UTC 2020 - Luigi Baldoni + +- 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. + ------------------------------------------------------------------- Mon Apr 22 11:09:09 UTC 2019 - Luigi Baldoni diff --git a/python-gphoto2.spec b/python-gphoto2.spec index a0e3be4..bc9a953 100644 --- a/python-gphoto2.spec +++ b/python-gphoto2.spec @@ -1,7 +1,7 @@ # # spec file for package python-gphoto2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gphoto2 -Version: 2.0.0 +Version: 2.2.1 Release: 0 Summary: Python interface to libgphoto2 License: GPL-3.0-or-later -Group: Development/Languages/Python URL: https://github.com/jim-easterbrook/python-gphoto2 Source0: https://files.pythonhosted.org/packages/source/g/gphoto2/gphoto2-%{version}.tar.gz # PATCH-FIX-OPENSUSE python-gphoto2-do_not_install_data.patch