summaryrefslogtreecommitdiff
path: root/pcr/python-libusb1
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-22 18:52:36 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-22 18:52:36 +0100
commit1dc3d24ff19bf86e460de65d9cdfc24440b20fd1 (patch)
tree1fd4ebdb79d1afe729d35a9aa3da00b4093211d7 /pcr/python-libusb1
parentd0df98f59191b3961d90ebb671bcfb81470c638d (diff)
pcr/python-libusb1: updated to 1.6.4
Diffstat (limited to 'pcr/python-libusb1')
-rw-r--r--pcr/python-libusb1/PKGBUILD16
-rw-r--r--pcr/python-libusb1/changelog.txt14
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