pykcs11 1.5.15-1 source package in Ubuntu

Changelog

pykcs11 (1.5.15-1) unstable; urgency=medium

  * New upstream version

 -- Ludovic Rousseau <email address hidden>  Wed, 17 Apr 2024 15:59:04 +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

Downloads

File Size SHA-256 Checksum
pykcs11_1.5.15-1.dsc 2.1 KiB 3586e554cee41eb7984c008639cef810723047b69f64663e82d9948f78196038
pykcs11_1.5.15.orig.tar.gz 77.8 KiB d313724bd4330dc8ed39a14681256fc649b3ee16de56902dfdc6ad9f71e51059
pykcs11_1.5.15-1.debian.tar.xz 8.0 KiB faf6e24873232e401390b77a27161329d00af9dd2bcf2a23d8183fd5a57cca9e

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