From 1dc3d24ff19bf86e460de65d9cdfc24440b20fd1 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 22 Jan 2018 18:52:36 +0100 Subject: pcr/python-libusb1: updated to 1.6.4 --- pcr/python-libusb1/PKGBUILD | 16 ++++++++++------ pcr/python-libusb1/changelog.txt | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/pcr/python-libusb1/PKGBUILD b/pcr/python-libusb1/PKGBUILD index a6576e2b5..dd99823f1 100644 --- a/pcr/python-libusb1/PKGBUILD +++ b/pcr/python-libusb1/PKGBUILD @@ -1,7 +1,11 @@ -# Maintainer (Arch): vorpalblade77@gmail.com +# Maintainer (AUR): vorpalblade77@gmail.com + +# parabola changes and rationale: +# no changes. + pkgname=python-libusb1 _pkgname=libusb1 -pkgver=1.5.0 +pkgver=1.6.4 pkgrel=1 pkgdesc="Pure python wrapper for libusb" arch=('any') @@ -12,16 +16,16 @@ depends=('python' 'libusbx') optdepends=() conflicts=("${pkgname}-git") changelog='changelog.txt' -source=("git+https://github.com/vpelletier/${pkgname}.git") -md5sums=('SKIP') +source=("https://github.com/vpelletier/python-libusb1/archive/${pkgver}.tar.gz") +md5sums=('448cf619d6f2d9481fe39a5e0496b877') build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" python setup.py build } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" python setup.py install --root="${pkgdir}" \ --prefix="/usr" \ --compile -O1 diff --git a/pcr/python-libusb1/changelog.txt b/pcr/python-libusb1/changelog.txt index e2c090c72..3bd112f58 100644 --- a/pcr/python-libusb1/changelog.txt +++ b/pcr/python-libusb1/changelog.txt @@ -1,3 +1,17 @@ +1.6.4-1 + * Updated to new upstream version (1.6.4) + +1.5.3-1 + * Updated to new upstream version (1.5.3) + * Fix exception introduced in 1.5.2 + +1.5.2 + * USBTransfer.cancel raises error instances + +1.5.1 + * Introduction of new method + * Fix bug under python 3 + 1.5.0-1 * Updated to new upstream version (1.5.0) * Added git as makedepend -- required for fetching source code -- cgit v1.2.3