diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-04 07:41:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-04 07:41:56 +0000 |
commit | d3020eab78c95b9e02feb373ebfd772e9c44df2f (patch) | |
tree | 60bb2a3517ea190e18a5ec9193cba2d59a526fe0 /devel/py-libusb1/files | |
parent | devel/py-adb: update to 1.1.1.37 (snapshot) (diff) |
devel/py-libusb1: update to 1.6.4
devel/py-adb stays on the old version due to google/python-adb#36
Changes: https://pypi.python.org/pypi/libusb1#id60
Diffstat (limited to 'devel/py-libusb1/files')
-rw-r--r-- | devel/py-libusb1/files/patch-usb1_____init____.py (renamed from devel/py-libusb1/files/patch-usb1.py) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-libusb1/files/patch-usb1.py b/devel/py-libusb1/files/patch-usb1_____init____.py index a47c742bd960..e42cf7f83290 100644 --- a/devel/py-libusb1/files/patch-usb1.py +++ b/devel/py-libusb1/files/patch-usb1_____init____.py @@ -1,8 +1,8 @@ https://lists.freebsd.org/pipermail/freebsd-usb/2015-January/013586.html ---- usb1.py.orig 2015-08-15 17:59:35 UTC -+++ usb1.py -@@ -1729,15 +1729,20 @@ class USBDevice(object): +--- usb1/__init__.py.orig 2016-11-23 13:07:52 UTC ++++ usb1/__init__.py +@@ -1830,15 +1830,20 @@ class USBDevice(object): """ Get device's port number. """ |