pykcs11 1.5.16-1 source package in Ubuntu

Changelog

pykcs11 (1.5.16-1) unstable; urgency=medium

  * New upstream version

 -- Ludovic Rousseau <email address hidden>  Fri, 24 May 2024 17:58:22 +0200

Upload details

Uploaded by:
Ludovic Rousseau
Uploaded to:
Sid
Original maintainer:
Ludovic Rousseau
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Downloads

File Size SHA-256 Checksum
pykcs11_1.5.16-1.dsc 2.1 KiB 35f6d0fd3129039eb1bfca75deb113cf0d0e4061368289c0885ed9e2baafe01e
pykcs11_1.5.16.orig.tar.gz 78.2 KiB 77df86cc08e34301a5ec76875bb00ba286ea8c4bc1056ae0876fdb0105aac99f
pykcs11_1.5.16-1.debian.tar.xz 8.0 KiB a310ec91c751a4d8e87164e3b139a279b8deb6de7e71d2a39012df3395e16eec

Available diffs

No changes file available.

Binary packages built by this source

python3-pykcs11: PKCS#11 wrapper for Python

 PyKCS11 let you access to almost all PKCS#11 functions and data types using
 any PKCS#11 library, such as the various modules supplied by smartcard
 vendors.
 .
 The wrapper comes with 2 interfaces: a low level and very thin interface over
 the original PKCS#11 API, generated using the SWIG compiler (designed for
 library tests); and an high level interface that offers a simpler access (with
 few limits) to the PKCS#11 APIs.
 .
 Keywords: pkcs11

python3-pykcs11-dbgsym: debug symbols for python3-pykcs11