pykcs11 1.5.12-1 source package in Ubuntu

Changelog

pykcs11 (1.5.12-1) unstable; urgency=medium

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

 -- Ludovic Rousseau <email address hidden>  Mon, 10 Apr 2023 12:35:03 +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.12-1.dsc 2.3 KiB 9974e533981dae93b6f320907414c3d4dcd26af19b471b6121914f4ec6425351
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-1.debian.tar.xz 7.7 KiB 8f7699a4066ac5a37c285212f3b7515dce9e0705df0b274eb6d9761a8239fbdb

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