[Python-modules-commits] [python-libusb1] branch upstream updated (0b3d605 -> d615d82)
Arnaud Fontaine
arnau at moszumanska.debian.org
Thu Nov 24 03:27:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
arnau pushed a change to branch upstream
in repository python-libusb1.
from 0b3d605 Import python-libusb1_1.5.3.orig.tar.gz
new d615d82 Import python-libusb1_1.6.orig.tar.gz
The 1 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 +
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 -
11 files changed, 160 insertions(+), 1371 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