python-iniconfig 1.1.1-ok3 source package in openKylin

Changelog

python-iniconfig (1.1.1-ok3) yangtze; urgency=medium

  * Add python3-tomli to build-depends.

 -- sufang <email address hidden>  Mon, 06 Feb 2023 11:19:26 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-iniconfig_1.1.1.orig.tar.gz 7.3 KiB 5a88d03b30f7a43d7ccaacc170b78a40edd2db49d66bc3f5b20c2bb11f2d37b2
python-iniconfig_1.1.1-ok3.debian.tar.xz 2.5 KiB ba71c20e78c0801bd599ef1b6d5e6ce7593f2f3721f6fab5534321e8295a91e9
python-iniconfig_1.1.1-ok3.dsc 2.0 KiB d7922c9e30482046313151cc5e3cfb65de7e9cf0aff6c73d47ca34bd5b343a51

Available diffs

View changes file

Binary packages built by this source

python3-iniconfig: brain-dead simple parsing of ini files

 iniconfig is a small and simple INI-file parser module having a unique set of
 features:
 .
   * maintains order of sections and entries
   * supports multi-line values with or without line-continuations
   * supports "#" comments everywhere
   * raises errors with proper line-numbers
   * no bells and whistles like automatic substitutions
   * iniconfig raises an Error if two sections have the same name.