python-setoptconf 0.3.0-2 source package in Ubuntu

Changelog

python-setoptconf (0.3.0-2) unstable; urgency=medium

  * Team upload.
  * Change test framework from nose to pytest. Closes: #1018579
  * Remove python3-coverage as dependency.
  * autopkgtest:
    - Split dependencies on separate lines, in sorted order.
    - Update test file, increase readability.
  * Update to Standards-Version 4.6.1

 -- HÃ¥vard F. Aasen <email address hidden>  Sun, 04 Dec 2022 21:56:18 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-setoptconf_0.3.0-2.dsc 1.6 KiB 60b24fede58ba0406622b1d48dd829118f5d8f588bf166e9f48a8514a66bcaa1
python-setoptconf_0.3.0.orig.tar.gz 12.1 KiB f749235359cfac701de6558f55a9c631bea28a7fd97fc3d7d318afa8774885c5
python-setoptconf_0.3.0-2.debian.tar.xz 3.1 KiB f95dc3439210c79d3e7424c71f5175bd1a8e0840d442f1eb39d4586aa1953327

Available diffs

No changes file available.

Binary packages built by this source

python3-setoptconf: retrieve Python3 program settings from a variety of sources

 setoptconf is a Python library to define desired settings in a simple and
 consistent way from a variety of sources, individually or combined:
  - command line
  - environment variables
  - INI files
  - JSON
  - YAML
  - Python objects/modules
 .
 This package contains the modules for Python3.