[Pcsclite-muscle] PySCard 2.0.0 released

Ludovic Rousseau ludovic.rousseau at gmail.com
Wed Sep 16 09:01:43 EDT 2020


Hello,

I just released a new version 2.0.0 of pyscard. PySCard is a python
module adding smart cards support (PC/SC) to Python.

The version is 2.0.0 because after 1.9.9 I had not so many choices.
This version does not bring any new feature. It is a bug fix release.


The PySCard project is available at:
- pypi https://pypi.python.org/pypi/pyscard
- github https://github.com/LudovicRousseau/pyscard
- sourceforge https://sourceforge.net/projects/pyscard/

Changes:
2.0.0 (September 2020)
======================

   * SCardStatus(): Fix a crash in case of PC/SC error
   * toASCIIString(): replace non-ASCII char by '.'
   * remove i386 (32-bits) support on macOS

1.9.9 (August 2019)
===================
    * Makefile: use twine to upload to pypi.python.org
    * test: fix Exception test on 32-bits CPU
    * test: correctly handle macOS versions older than 10.10

1.9.8 (March 2019)
==================
    * SmartcardException: store the PC/SC return code in hresult
    * CardMonitoring: stop the looping only if PCSC exited
    * setup: support build on OpenBSD, and other BSD
    * Fix Windows 10 SCARD_E_SERVICE_STOPPED from SCardListReaders()
    * Minor documentation improvements

https://ludovicrousseau.blogspot.com/2020/09/pyscard-200-released.html

-- 
 Dr. Ludovic Rousseau



More information about the pcsclite-muscle mailing list