Accepting request 784850 from home:alois:branches:graphics
- 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
This commit is contained in:
parent
5f8746bf65
commit
417677a61b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28294fce05114cd0389040105baa310b6e5082696242fd736aeefee2b55c6c07
|
||||
size 7235515
|
3
gphoto2-2.2.1.tar.gz
Normal file
3
gphoto2-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:192842043d8a5a627352b4fad792ac8aa2453eb75aff0ba8938a56c48aa81f85
|
||||
size 1902154
|
@ -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 <aloisio@gmx.com>
|
||||
|
||||
- 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 <aloisio@gmx.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user