[Python-modules-commits] [pyscard] branch upstream updated (1f53748	-> 2bf0c16)
    Ludovic Rousseau 
    rousseau at moszumanska.debian.org
       
    Fri May 27 08:41:16 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
rousseau pushed a change to branch upstream
in repository pyscard.
      from  1f53748   Imported Upstream version 1.9.3
       new  2bf0c16   Imported Upstream version 1.9.4
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:
 ChangeLog                                          |   9 ++
 Makefile                                           |   3 +
 PKG-INFO                                           |   4 +-
 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 +++++++++--
 18 files changed, 316 insertions(+), 104 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