./devel/py-scard, Python library for smart cards

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.9, Package name: py311-scard-2.0.9, Maintainer: pkgsrc-users

The pyscard smartcard library is a framework for building smart card
aware applications in Python. The smartcard module is built on top of
the PCSC API Python wrapper module.


Master sites:

Filesize: 149.915 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 21:30:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scard: updated to 2.0.9

2.0.9 (April 2024)
* fix a bug with CardRequestTimeoutException introduced in 2.0.8
* Minor changes
   2024-03-12 09:12:53 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-scard: update to 2.0.8.

2.0.8 (march 2024)
==================
   * Make CardMonitor() thread safe on Python 3.12
   * Add hresult value in exceptions
   * Improve documentation
   * Check swig is installed on build
   * Remove use of imp module for wx (GUI)
   * Makefile: modernize use of setup.py
   * Minor changes
   2023-06-27 12:34:03 by Taylor R Campbell | Files touched by this commit (1)
Log message:
py-scard: Handle TOOLBASE/LOCALBASE (PREFIX) split.
   2023-04-30 20:26:26 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-scard: update to 2.0.7.

2.0.7 (March 2023)
==================
   * do not include the generated HTML documentation in the archive

2.0.6 (March 2023)
==================
   * handle SCARD_E_NO_SERVICE on Windows (on lmast reader removal)
   * add support of MSYS2/mingw environment on Windows
   * improve documentation
   * minor changes
   2022-10-25 20:54:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scard: updated to 2.0.5

2.0.5 (Septembre 2022)
======================
* New version just because I failed the previous upload to https://pypi.org/

2.0.4 (August 2022)
==================
* Fix a problem on PCSCCardConnection.disconnect
* Add support of BaseSCardException(hresult) format
* Do not use deprecated distutils anymore
   2022-07-14 12:57:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-scard: updated to 2.0.3

2.0.3 (March 2022)
* PCSCExceptions: include error code in the message
* getReaderNames(): fix Windows 10 issue when the last reader is
  disconnected
   2022-01-10 17:15:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-scard: updated to 2.0.2

2.0.2 (September 2021)
======================
* Fix an issue in ReaderMonitor() that failed to enumerate readers
  on macOS
* getReaderNames(): handle SCARD_E_SERVICE_STOPPED on Windows
  generated on last reader removal
* Restrict MAX_BUFFER_SIZE_EXTENDED to 65535 and fix an issue on
  Lenovo laptops with NXP NFC readers
* SmartcardException: display a positive PCSC error code

2.0.1 (June 2021)
=================
* Add .reconnect() method to high-level API
* Handle removal of the last reader on Windows
* Fix support of macOS Big Sur
* Use Python3 by default
* Handle bogus ACS ACR122U PICC reader

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
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS