python-pskc 1.2-1 source package in Ubuntu

Changelog

python-pskc (1.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-all, python3-nose and
      python3-sphinx.
    + python-pskc-doc: Drop versioned constraint on python-pskc and python3-pskc
      in Replaces.
    + python-pskc-doc: Drop versioned constraint on python-pskc and python3-pskc
      in Breaks.

  [ Arthur de Jong ]
  * New upstream release:
    - sort namespace declarations alphabetically in generated XML
    - accept keys as bytearray values
    - spelling fixes in documentation
    - command-line utilities now support using - as stdin
    - test and build environment improvements
  * Upstream switched from nose to pytest (closes: #1018557)
  * Update debhelper compatibility level to 13
  * Update debian/watch version
  * Specify Rules-Requires-Root: no
  * Add basic debian/upstream/metadata file
  * Upgrade to standards-version 4.6.1 (no changes needed)
  * Update debian/copyright
  * Do not build Sphinx docs if nodocs is set

 -- Arthur de Jong <email address hidden>  Tue, 13 Sep 2022 20:50:39 +0200

Upload details

Uploaded by:
Arthur de Jong
Uploaded to:
Sid
Original maintainer:
Arthur de Jong
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pskc_1.2-1.dsc 2.5 KiB 0ac0a51b03809a4781563ae8ba069892574151a5f9d44b54ca1c354d912c0aa5
python-pskc_1.2.orig.tar.gz 131.6 KiB 981ecdec335f3538784e06ef67172bc5210a6a304fa0d49695a5e12da3da88b2
python-pskc_1.2.orig.tar.gz.asc 866 bytes ca06e71ab5c10e39e3f66333c506420cae1a6e4bd8a98c18b08aa8e9f7d4c665
python-pskc_1.2-1.debian.tar.xz 15.9 KiB aaffcdc611a0aed3e16abac3ddd0943deb26bffe6d4767ede5da6665328bed13

Available diffs

No changes file available.

Binary packages built by this source

pskc-utils: Utilities for handling PSKC files

 These utilities can be used to convert Portable Symmetric Key Container
 (PSKC) files as defined in RFC6030.
 .
  * csv2pskc - Convert a CSV file to PSKC
  * pskc2csv - Convert a PSKC file to CSV
  * pskc2pskc - Reformat or change encryption of a PSKC file

python-pskc-doc: Python module for handling PSKC files (Documentation)

 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys and key meta data (seed files) to different types of crypto modules,
 commonly one-time password tokens or other authentication devices.
 .
 This module can be used to extract keys from PSKC files for use in an OTP
 authentication system. The module can also be used for authoring PSKC files.
 .
 This package contains the module's documentation.

python3-pskc: Python module for handling PSKC files (Python 3)

 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys and key meta data (seed files) to different types of crypto modules,
 commonly one-time password tokens or other authentication devices.
 .
 This module can be used to extract keys from PSKC files for use in an OTP
 authentication system. The module can also be used for authoring PSKC files.