pykcs11 1.5.11-1 source package in Ubuntu

Changelog

pykcs11 (1.5.11-1) unstable; urgency=medium

  * New upstream version
  * d/control: Standards-Version: 4.5.1 -> 4.6.1. No change needed.

 -- Ludovic Rousseau <email address hidden>  Sun, 04 Sep 2022 17:05:26 +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.11-1.dsc 2.2 KiB 311a41b34db07ae1d4698bb4f1485f4b2288e73ef06dfab9cf82528072cbd9eb
pykcs11_1.5.11.orig.tar.gz 77.9 KiB ef1d51a24eff9eb6c1288428996614316841e34bac2d59f483db0ed1a9cad044
pykcs11_1.5.11.orig.tar.gz.asc 833 bytes fa8ebe7fad2b49942c6e4f0cf725e033f782861fc8749d2e60512e2d0058531f
pykcs11_1.5.11-1.debian.tar.xz 7.4 KiB bcfd7aef027b5535ecfe864bf5914795f56786e2816f4a60acd670e0dd2d0ee9

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