pykcs11 1.5.14-1 source package in Ubuntu

Changelog

pykcs11 (1.5.14-1) unstable; urgency=medium

  * New upstream version
  * Remove d/p/get_PYKCS11LIB included upstream

 -- Ludovic Rousseau <email address hidden>  Sat, 03 Feb 2024 18:58:02 +0100

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.14-1.dsc 2.3 KiB 982d8bcc782cf8f3b4d9e92c7519ad75ad6cd4d439a0986722b0deefca46432c
pykcs11_1.5.14.orig.tar.gz 77.7 KiB 74f126e3a98b3205cf1f32eceb1320925f48e31192922e11844633fa1fb09d41
pykcs11_1.5.14.orig.tar.gz.asc 833 bytes 5e8c4746125601caf141780b9f9091c4609833b1b8ce3963e5ac200fcb2d3092
pykcs11_1.5.14-1.debian.tar.xz 8.0 KiB 40fce9ae972d126fcbca4252bc2658d763c029b64b7d745ecd9cac2b90206429

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