Path to this page:
./
devel/py-scard,
Python library for smart cards
Branch: CURRENT,
Version: 2.1.1,
Package name: py312-scard-2.1.1,
Maintainer: pkgsrc-usersThe 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.938 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-scard-2.1.1
- (2024-06-03) Updated to version: py311-scard-2.0.10
- (2024-04-07) Updated to version: py311-scard-2.0.9
- (2024-03-12) Updated to version: py311-scard-2.0.8
- (2023-04-30) Updated to version: py310-scard-2.0.7
- (2022-10-25) Updated to version: py310-scard-2.0.5
CVS history: (Expand)
2024-04-07 21:30:11 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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
|