From: Erik Arvstedt Date: Fri, 6 Jul 2018 16:43:02 +0000 (+0200) Subject: Upgrade to PyUSB >= 1.0.0 X-Git-Tag: LUFA-210130~48^2 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/5bf9d47b032651cafaf6d26784c99a569411f455?hp=5bf9d47b032651cafaf6d26784c99a569411f455 Upgrade to PyUSB >= 1.0.0 All major package managers provide PyUSB versions >= 1.0.0 by default. LUFA used an older, incompatible version, which lead to broken BulkVendor and GenericHID demo applications for new users. Also, update the PyUSB homepage URL as the old one is unreachable. ---