pykcs11 1.5.12-2 source package in Ubuntu

Changelog

pykcs11 (1.5.12-2) unstable; urgency=medium

  * d/rules: extend clean target to remove _LowLevel.*.so file
    (Closes: #1047917)
  * d/source/options: ignore changes on generated egg files

 -- Ludovic Rousseau <email address hidden>  Mon, 14 Aug 2023 15:18:49 +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
Mantic release universe python

Downloads

File Size SHA-256 Checksum
pykcs11_1.5.12-2.dsc 2.3 KiB 390ee522aff02d67cf110e5cf5c800aba4a2c383d88bda624c3fa7677a66fb5e
pykcs11_1.5.12.orig.tar.gz 77.8 KiB 062b191ef4534b49055a8f5b578f40e2b5235c14bd607efabeb55bc5c0fd33f1
pykcs11_1.5.12.orig.tar.gz.asc 833 bytes 585640028099179c6c6836fc5a3ef41641d1d7a23bdea1d5b1d5baa81ecb67a5
pykcs11_1.5.12-2.debian.tar.xz 7.8 KiB 9c014ea6bb9ebc24238968e1087442935fdc2cda4555484e701ff8fe4d364515

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