pykcs11 1.3.1-2 source package in Ubuntu

Changelog

pykcs11 (1.3.1-2) unstable; urgency=medium

  [ Scott Kitterman ]
  * Team upload.
  * Build for all supported python3 versions (this is better than the fix
    proposed in #793553)
    - Change python3-dev build-dep back to python3-all-dev
    - Update debian/rules to loop over the list of supported python3 versions
      during build/install (debian/rules is now doing explicitly for each
      python3 what it was doing implicitly via the makefile before)

 -- Ludovic Rousseau <email address hidden>  Thu, 31 Dec 2015 18:44:20 +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.3.1-2.dsc 1.9 KiB cfa0a8f07150e7c369c7c2df2e9026652211f748e6faf8015ed71731002d3117
pykcs11_1.3.1.orig.tar.gz 52.0 KiB c06c2c98569b44347f84cee8392eff23fd0970e620f56fc19fae67ca4e92c433
pykcs11_1.3.1-2.debian.tar.xz 3.5 KiB 265c8eb692696ac8c3b8aaf959773136e2ad6a291512158abb422d5e1ff6d47d

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