[Python-modules-commits] [pyusb] branch master updated (3bf534e -> 72a571c)
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sun Mar 6 10:35:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a change to branch master
in repository pyusb.
from 3bf534e Update Vcs fields for git migration
adds 844e782 Import pyusb_1.0.0~rc1.orig.tar.gz
new f27c189 record new upstream branch created by importing pyusb_1.0.0~rc1.orig.tar.gz and merge it
new 2916091 New changelog entry
new ee55e68 Get rid of some lintians
new 22a56b6 Machine-readable copyright file Changed homepage to new homepage
new 72a571c More in changelog
The 5 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:
ACKNOWLEDGEMENTS | 5 +
ChangeLog | 481 ++++++++++++++++++++++++++++++++++++++++++++++++
PKG-INFO | 34 +++-
README.rst | 13 +-
debian/.git-dpm | 14 +-
debian/changelog | 12 +-
debian/control | 6 +-
debian/copyright | 86 ++++-----
docs/faq.rst | 41 +++++
docs/tutorial.rst | 10 +-
setup.cfg | 2 +
setup.py | 38 +++-
usb/__init__.py | 2 +-
usb/_interop.py | 71 ++-----
usb/_objfinalizer.py | 155 ++++++++++++++++
usb/backend/__init__.py | 4 +-
usb/backend/libusb0.py | 101 +++++++++-
usb/backend/libusb1.py | 110 ++++++++---
usb/backend/openusb.py | 15 +-
usb/core.py | 110 ++++++++---
usb/legacy.py | 35 ++--
usb/util.py | 125 +++++++++----
22 files changed, 1245 insertions(+), 225 deletions(-)
create mode 100644 ChangeLog
create mode 100644 docs/faq.rst
create mode 100644 setup.cfg
create mode 100644 usb/_objfinalizer.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyusb.git
More information about the Python-modules-commits
mailing list