[Python-modules-commits] [pyscard] branch master updated (46dfbb4 -> 4a2b37a)

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri May 27 08:41:15 UTC 2016


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

rousseau pushed a change to branch master
in repository pyscard.

      from  46dfbb4   Fixed VCS URL (https)
       new  2bf0c16   Imported Upstream version 1.9.4
       new  97d1b90   Merge tag 'upstream/1.9.4'
       new  a2db5ec   New upstream release
       new  77e6681   debian/control: fix lintian duplicate-long-description
       new  30c460f   debian/control: fix lintian duplicate-short-description
       new  4a2b37a   debian/control: Standards-Version: 3.9.6 -> 3.9.8, no change needed.

The 6 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:
 ChangeLog                                          |   9 ++
 Makefile                                           |   3 +
 PKG-INFO                                           |   4 +-
 debian/changelog                                   |   9 +-
 debian/control                                     |  10 +-
 pyscard.egg-info/PKG-INFO                          |   4 +-
 pyscard.egg-info/SOURCES.txt                       |   2 +
 setup.py                                           |  46 +------
 smartcard/ATR.py                                   |  74 +++++-----
 smartcard/CardConnection.py                        |  10 ++
 smartcard/CardMonitoring.py                        |   5 +
 smartcard/Examples/scard-api/sample_getAttrib.py   |   4 +-
 smartcard/Examples/scard-api/sample_transaction.py |   3 +-
 .../simple/{getATR.py => getATR_context.py}        |  17 ++-
 smartcard/ExclusiveTransmitCardConnection.py       |   4 +-
 smartcard/pcsc/PCSCCardConnection.py               |   2 +-
 smartcard/scard/scard.i                            |   2 +-
 smartcard/util/__init__.py                         |   2 +-
 test/test_ATR.py                                   | 149 +++++++++++++++++++++
 test/test_util.py                                  |  80 +++++++++--
 20 files changed, 328 insertions(+), 111 deletions(-)
 copy smartcard/Examples/simple/{getATR.py => getATR_context.py} (79%)
 create mode 100644 test/test_ATR.py

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



More information about the Python-modules-commits mailing list