pykcs11 1.5.11-1build1 source package in Ubuntu

Changelog

pykcs11 (1.5.11-1build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:24:37 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Ludovic Rousseau
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Downloads

File Size SHA-256 Checksum
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-1build1.debian.tar.xz 7.4 KiB 4de8ed7640fd0f7a002f32c8b679e6f42dd1568f032a5ffdeaa6a6236bfc7d8b
pykcs11_1.5.11-1build1.dsc 2.2 KiB 10c82c191d402f23f92d1bbc9c8bec1bfadf368c5a1547bf3b12e5cc22e3c368

View changes file

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