From 4e0a063ca67f0c95e2d4690930cffe0ca697d3397a72edb731ceb7d4ea21b297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 May 2019 21:58:00 +0000 Subject: [PATCH] Accepting request 703273 from home:jesusaur:branches:devel:languages:python - Upgrade to 1.7.1: * usb1.__version__ is now present, managed by versioneer. Fix an occasional segfault when closing a transfer from inside its callback function. OBS-URL: https://build.opensuse.org/request/show/703273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libusb1?expand=0&rev=3 --- libusb1-1.7.1.tar.gz | 3 +++ libusb1-1.7.tar.gz | 3 --- python-libusb1.changes | 7 +++++++ python-libusb1.spec | 13 ++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 libusb1-1.7.1.tar.gz delete mode 100644 libusb1-1.7.tar.gz diff --git a/libusb1-1.7.1.tar.gz b/libusb1-1.7.1.tar.gz new file mode 100644 index 0000000..55f0c75 --- /dev/null +++ b/libusb1-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf64a4f3f5c94643a1286f8153bcf4bc787c348b38934aacd7fe17fbeebc571 +size 78016 diff --git a/libusb1-1.7.tar.gz b/libusb1-1.7.tar.gz deleted file mode 100644 index 8ae4996..0000000 --- a/libusb1-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d4f66d2ed699986b06bc3082cd262101cb26af7a76a34bd15b7eb56cba37e0f -size 56605 diff --git a/python-libusb1.changes b/python-libusb1.changes index b26d929..5da5eaf 100644 --- a/python-libusb1.changes +++ b/python-libusb1.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 15 21:54:23 UTC 2019 - Jonathan Harker + +- Upgrade to 1.7.1: + * usb1.__version__ is now present, managed by versioneer. Fix an occasional + segfault when closing a transfer from inside its callback function. + ------------------------------------------------------------------- Mon Apr 15 06:40:15 UTC 2019 - John Vandenberg diff --git a/python-libusb1.spec b/python-libusb1.spec index 2edc0b0..a7d5be0 100644 --- a/python-libusb1.spec +++ b/python-libusb1.spec @@ -1,7 +1,7 @@ # # spec file for package python-libusb1 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-libusb1 -Version: 1.7 +Version: 1.7.1 Release: 0 Summary: Python wrapper for libusb-1.0 # Relicensed from GPL to LGPLv2.1+ in May 2015 # https://github.com/vpelletier/python-libusb1/commit/238eaefa0759622afc554884b4b333d9bf946c65 License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: https://github.com/vpelletier/%{name} -Source: https://files.pythonhosted.org/packages/source/l/libusb1/libusb1-1.7.tar.gz +URL: https://github.com/vpelletier/%{name} +Source: https://files.pythonhosted.org/packages/source/l/libusb1/libusb1-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: libusb-1_0-0 BuildRequires: python-rpm-macros Requires: libusb-1_0-0 BuildArch: noarch - %python_subpackages %description @@ -54,7 +53,7 @@ chmod a-x examples/*.py %check %python_exec -m usb1.testUSB1 -%files %python_files +%files %{python_files} %doc README.rst examples/ %license COPYING.LESSER %{python_sitelib}/*