[Python-modules-commits] [pyusb] branch upstream updated (30fec19 -> 844e782)

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Mar 6 10:35:10 UTC 2016


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

rubund-guest pushed a change to branch upstream
in repository pyusb.

      from  30fec19   Imported Upstream version 1.0.0~b2
       new  844e782   Import pyusb_1.0.0~rc1.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:
 ACKNOWLEDGEMENTS        |   5 +
 ChangeLog               | 481 ++++++++++++++++++++++++++++++++++++++++++++++++
 PKG-INFO                |  34 +++-
 README.rst              |  13 +-
 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 +++++++++----
 18 files changed, 1183 insertions(+), 169 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