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

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


Branch: CURRENT, Version: 2.2.1, Package name: py312-scard-2.2.1, 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: 152.85 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-15 09:43:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scard: updated to 2.2.1

2.2.1 (January 2025)

- patches from Ludovic Rousseau
   * waitforcardevent(): do not miss events between 2 calls
   * Use Windows locale to decode Unicode text
   * ACKS: add missing contributors
- patches from Kurt McKee
   * Test, fix, and simplify ATR parsing
   2025-01-02 10:58:45 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
py-scard: updated to 2.2.0

2.2.0 (October 2024)

- patches from Ludovic Rousseau
   * PCSCCardRequest:
    - handle KeyboardInterrupt in waitforcard() & waitforcardevent()
        - use a local PC/SC context to avoid locks
   * smartcard.util.padd(): do NOT modify the input parameter
   * CardMonitoring: a timeout exception IS expected
   * Fix pydoctor documentation
   * wx: fix module and examples
   * Minor changes
- patches from Kurt McKee
   * Remove Python 2 conditional code
   * Eliminate Windows Vista and Windows 7 conditionals
   * Test and improve the synchronization code
   * Test and update the `Observer.py` code
   * Remove `ClassLoader.py`
   * Migrate a `src/` layout
   * Migrate test/* from unittest to pytest
   * Add missing GSM 03.38 symbols for decoding
   * Support only Python 3.9 and higher
   * Remove the Python 2.x-only Pyro dependency
   * Migrate CI to use the official Coveralls action
   * Standardize local and CI testing to use tox
   * Build wheels in CI for all supported Python versions
   * Build the docs as a part of the test suite
   * Begin to add type annotations to the package
   * Deprecate the `HexListToBinString`, `BinStringToHexList`, `hl2bs`, and \ 
`bs2hl` utility functions
   * Support "64" as an ATR baud rate adjustment integer (ISO 7816-3 2006)
   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) | Package updated
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) | 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