pykcs11 1.4.4-2 source package in Ubuntu

Changelog

pykcs11 (1.4.4-2) unstable; urgency=medium

  * Upgrade to debhelper compat 10 (from 9)
  * Use hardening=+all
  * debian/watch: check PGP signature

 -- Ludovic Rousseau <email address hidden>  Thu, 04 Jan 2018 21:47:11 +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
Bionic release universe python

Downloads

File Size SHA-256 Checksum
pykcs11_1.4.4-2.dsc 2.0 KiB 3f78636d0db10bbe69b20177a649013d0775063d45cdfda596696104c7560c3a
pykcs11_1.4.4.orig.tar.gz 146.7 KiB 812336cab2c51c013be6b132e3636d6ed27c14588b4a448871847cc750d10e2b
pykcs11_1.4.4-2.debian.tar.xz 18.2 KiB b9b65b7eda388d7c47b20edd6408f2f9553c51a8618da69b4048d99a605d0b4a

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