confget 5.1.2-1 source package in Ubuntu

Changelog

confget (5.1.2-1) unstable; urgency=medium

  * Upload to unstable.
  * Make the debian/clean file really clean up the Python egg-info
    directory after it was pushed down to python/src/ in confget-2.3.4.
    Closes: #1044593
  * New upstream release:
    - update the copyright file: no copyright years, e-mail address,
      CC0 1.0 instead of public domain
    - reflect upstream's switch from setuptools to hatchling for
      the PEP 517 build:
      - update the build dependencies
      - adapt the python-no-executable patch
    - drop the python3-six build dependency
    - reflect the .pytest_cache/ directory being moved outside of python/

 -- Peter Pentchev <email address hidden>  Sat, 26 Aug 2023 23:28:19 +0300

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe text

Downloads

File Size SHA-256 Checksum
confget_5.1.2-1.dsc 2.5 KiB 18e451cfed4fdf8016e4a9050af032d119967d7c50d7ff4accd015364dd49d9c
confget_5.1.2.orig.tar.xz 59.3 KiB e4c94b01ff2f88c952377721ff3f63bb641124fb101ab00f730682a33556ae2f
confget_5.1.2.orig.tar.xz.asc 833 bytes 5348f52f27c892e0e6cf78ab80dd053ba039ebacbc722d8f83475c17444c68ee
confget_5.1.2-1.debian.tar.xz 10.7 KiB 6b46d018cb77d44fe34bfde2621eb7c321197ade8ed536e0a434d64b9ef9e1ab

Available diffs

No changes file available.

Binary packages built by this source

confget: read variables from INI-style configuration files

 The confget utility examines a INI-style configuration file and retrieves
 the value of the specified variables from the specified section.
 Its intended use is to let shell scripts use the same INI-style
 configuration files as other programs, to avoid duplication of data.
 .
 The confget utility may retrieve the values of one or more variables,
 list all the variables in a specified section, list only those whose names
 or values match a specified pattern (shell glob or regular expression), or
 check if a variable is present in the file at all. It has a "shell-quoting"
 output mode that quotes the variable values in a way suitable for passing
 them directly to a Bourne-style shell.

confget-dbgsym: debug symbols for confget
python3-confget: read variables from INI-style configuration files - Python 3.x library

 The confget utility examines a INI-style configuration file and retrieves
 the value of the specified variables from the specified section.
 Its intended use is to let shell scripts use the same INI-style
 configuration files as other programs, to avoid duplication of data.
 .
 The confget utility may retrieve the values of one or more variables,
 list all the variables in a specified section, list only those whose names
 or values match a specified pattern (shell glob or regular expression), or
 check if a variable is present in the file at all. It has a "shell-quoting"
 output mode that quotes the variable values in a way suitable for passing
 them directly to a Bourne-style shell.
 .
 This package contains the Python 3.x library.