| OLD | NEW |
| 1 Name: Python ctype-based wrapper around libusb1 | 1 Name: Python ctype-based wrapper around libusb1 |
| 2 Short Name: python-libusb1 | 2 Short Name: python-libusb1 |
| 3 URL: https://github.com/vpelletier/python-libusb1 | 3 URL: https://github.com/vpelletier/python-libusb1 |
| 4 Revision: 08f438ad6a3f4f4ccdd56ab86bb2c1fd3f2dd1f0 | 4 Revision: 08f438ad6a3f4f4ccdd56ab86bb2c1fd3f2dd1f0 |
| 5 License: GPL v2.0 | 5 License: GPL v2.0 |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 Pure-python wrapper for libusb-1.0 | 8 Pure-python wrapper for libusb-1.0 |
| 9 | 9 |
| 10 Local Modifications: | 10 Local Modifications: |
| 11 - rm *.sh *.in setup.py stdeb.cfg testUSB1.py .gitignore .travis.yml | 11 - rm *.sh *.in setup.py stdeb.cfg testUSB1.py .gitignore .travis.yml |
| 12 - rm -rf examples | 12 - rm -rf examples |
| 13 - touch __init__.py |
| OLD | NEW |