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-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-06-03 12:56:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-scard: updated to 2.0.10
2.0.10 (June 2024)
* add 'swig' in pyproject.toml build requires
* CardMonitoringThread(): do not catch unexpected exceptions
|
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
|