pykcs11 1.5.7-1 source package in Ubuntu

Changelog

pykcs11 (1.5.7-1) unstable; urgency=medium

  * New upstream version
  * d/control: upgrade debhelper from 11 to 12. Fix lintian warning:
    P: pykcs11 source: package-uses-old-debhelper-compat-version 11
  * d/control: use "Rules-Requires-Root: no". Fix lintian warning:
    P: pykcs11 source: rules-requires-root-missing

 -- Ludovic Rousseau <email address hidden>  Wed, 18 Dec 2019 18:32:09 +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.7-1.dsc 2.0 KiB b6e44940725f616dc5d2e9ea6fc0f3821c8d4ab54014c35e7f8f5865308fb0d5
pykcs11_1.5.7.orig.tar.gz 82.2 KiB 09c9d43ddb22639f4792cf001d7bcc4e498fa4e7889b54f1312df2187f4e3615
pykcs11_1.5.7-1.debian.tar.xz 7.0 KiB 8e992e36848a052da1db52b53c9186ac54f089f4b88ff67d8d13f44c15e8f281

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