[Python-modules-commits] [python-libusb1] branch master updated (9a39ce4 -> 01b5ae7)

Arnaud Fontaine arnau at moszumanska.debian.org
Thu Nov 24 03:27:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

arnau pushed a change to branch master
in repository python-libusb1.

      from  9a39ce4   According to upstream, python >= 2.7 is supported.
       new  eb24378   Import python-libusb1_1.6.orig.tar.gz
       new  04a4c20   New upstream release (1.6).
       new  01b5ae7   Upload to unstable.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                              |   15 +-
 README.rst                            |   13 +
 debian/changelog                      |    4 +-
 debian/rules                          |    4 -
 PKG-INFO => libusb1.egg-info/PKG-INFO |   15 +-
 libusb1.egg-info/SOURCES.txt          |   18 +
 libusb1.egg-info/dependency_links.txt |    1 +
 libusb1.egg-info/top_level.txt        |    2 +
 libusb1.py                            | 1329 +--------------------------------
 setup.py                              |    5 +-
 usb1.py => usb1/__init__.py           |  118 ++-
 libusb1.py => usb1/libusb1.py         |   14 +-
 testUSB1.py => usb1/testUSB1.py       |    1 -
 13 files changed, 162 insertions(+), 1377 deletions(-)
 copy PKG-INFO => libusb1.egg-info/PKG-INFO (95%)
 create mode 100644 libusb1.egg-info/SOURCES.txt
 create mode 100644 libusb1.egg-info/dependency_links.txt
 create mode 100644 libusb1.egg-info/top_level.txt
 rename usb1.py => usb1/__init__.py (95%)
 copy libusb1.py => usb1/libusb1.py (99%)
 rename testUSB1.py => usb1/testUSB1.py (99%)
 mode change 100755 => 100644

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-libusb1.git



More information about the Python-modules-commits mailing list