checkbox-support 0.20-2 source package in Ubuntu

Changelog

checkbox-support (0.20-2) unstable; urgency=medium

  * debian/patches/fix-lp1483410-part1: Correct the method of loading unit
    tests so that package modules are not loaded as top-level modules
    themselves.  (Closes LP: #1483410)
  * debian/patches/fix-lp1483410-part2: Iterate over a copy of dictionary keys
    so that the loop can correctly remove elements without raising exceptions.
  * debian/control: build-depend on python3-dbus and python3-gi as apparently
    tests are importing modules that depend on those.

 -- Zygmunt Krynicki <email address hidden>  Tue, 11 Aug 2015 11:49:15 +0200

Upload details

Uploaded by:
Checkbox Developers
Uploaded to:
Sid
Original maintainer:
Checkbox Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
checkbox-support_0.20-2.dsc 2.3 KiB e41b0018051ee1861e5708af81e1df6d818e5c1056c6cb95b88ce6014d9fa093
checkbox-support_0.20.orig.tar.gz 608.5 KiB c30e575109fa701a9a11ba956ada3bc24d0faf5c19569d63f962161fca1b3cfc
checkbox-support_0.20-2.debian.tar.xz 23.8 KiB 8bbc5759a94e405e00cf9c789c714c3bc24b393fa64615ee12c52d88e691b709

Available diffs

No changes file available.

Binary packages built by this source

python3-checkbox-support: collection of Python modules used by PlainBox providers

 This package contains the CheckBox support Python 3 library, primarily used by
 the CheckBox provider.
 .
 It should not be installed directly, but pulled in by PlainBox provider
 packages requiring one of the support module listed below:
 .
  * checkbox_support.contrib.xrandr: provides a high level API for the XRandR
    extension of the X.org server.
 .
  * checkbox_support.dbus.udisks2: module for working with UDisks2 from Python
 .
  * checkbox_support.heuristics.udev: heuristics for udev
  * checkbox_support.heuristics.udisks2: heuristics for udisks2
 .
  * checkbox_support.parsers.cpuinfo: parser for the /proc/cpuinfo file
  * checkbox_support.parsers.dmidecode: parser for the dmidecode command
  * checkbox_support.parsers.efi: parser for EFI information
  * checkbox_support.parsers.lshwjson: parser for the lshw JSON output
  * checkbox_support.parsers.meminfo: parser for the /proc/meminfo file
  * checkbox_support.parsers.modinfo: parser for modinfo information
  * checkbox_support.parsers.pactl: parser for the output of 'pactl list' syntax
  * checkbox_support.parsers.udevadm: parser for the udevadm command
  * checkbox_support.parsers.xinput: parser for the xinput command
 .
  * checkbox_support.scripts.audio_settings manipulates PulseAudio settings.
  * checkbox_support.scripts.gputest_benchmark is a wrapper for the Geeks3D
    GpuTest benchmark.
 .
  * checkbox_support.udev is a collection of utility functions for
    interacting with GUdev.