pykcs11 1.5.13-1 source package in Ubuntu

Changelog

pykcs11 (1.5.13-1) unstable; urgency=medium

  * New upstream version
  * Add d/p/get_PYKCS11LIB: add missing get_PYKCS11LIB.py
  * Do not run tests at build time
  * reformat Build-Depends:
  * Add pybuild-plugin-pyproject to Build-Depends:

 -- Ludovic Rousseau <email address hidden>  Sun, 07 Jan 2024 15:12:07 +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.13-1.dsc 2.3 KiB 8c2d2512f60abf79fdf2c5ca8db90af313bffa7b299a03138581bca5b5e0c820
pykcs11_1.5.13.orig.tar.gz 77.1 KiB 49640f1d621b146b9fb7e02770390b5598d42cf63b276715bd989b3d4f9d3dd9
pykcs11_1.5.13.orig.tar.gz.asc 833 bytes f6b7bd671a4d9900b40dd886ea1f8c89307b12a457c70d46a8357ddcff01bb1d
pykcs11_1.5.13-1.debian.tar.xz 8.5 KiB cf00f0538c0413bbe0f2e8111655b433fcd102b433c83bc4598a1a58f359b83e

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