summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2016-09-30 05:19:31 -0600
committerTaylor Smock2016-09-30 05:19:31 -0600
commit86f9a702224e066ca2c6ee47f7b1b1bf956114f1 (patch)
tree1a94b7e9e229b97c332963d368cdd976489d8147
parentf18ec8e8eed7d41b3e761e2aeb4dc8df7dc1b393 (diff)
downloadaur-86f9a702224e066ca2c6ee47f7b1b1bf956114f1.tar.gz
LIBUSB1: Update to new version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog.txt11
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955039bb58e5..bed8cdcccf96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 15 22:38:04 UTC 2016
+# Fri Sep 30 11:19:01 UTC 2016
pkgbase = python-libusb1
pkgdesc = Pure python wrapper for libusb
- pkgver = 1.5.0
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/vpelletier/python-libusb1
changelog = changelog.txt
diff --git a/PKGBUILD b/PKGBUILD
index a46ef28fec8b..b2bcc3e432dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vorpalblade77@gmail.com
pkgname=python-libusb1
_pkgname=libusb1
-pkgver=1.5.0
+pkgver=1.5.3
pkgrel=1
pkgdesc="Pure python wrapper for libusb"
arch=('any')
diff --git a/changelog.txt b/changelog.txt
index e2c090c72eaf..6c430f1b8d88 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,14 @@
+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