Path to this page:
./
devel/py-configupdater,
Parser like ConfigParser but for updating configuration files
Branch: CURRENT,
Version: 3.2,
Package name: py312-configupdater-3.2,
Maintainer: pkgsrc-usersThe sole purpose of ConfigUpdater is to easily update an INI config file with
no changes to the original file except the intended ones. This means comments,
the ordering of sections and key/value-pairs as wells as their cases are kept
as in the original file. Thus ConfigUpdater provides complementary
functionality to Python's ConfigParser which is primarily meant for reading
config files and writing new ones.
Master sites:
Filesize: 137.308 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-configupdater-3.2
- (2023-12-01) Updated to version: py311-configupdater-3.2
- (2022-09-14) Updated to version: py310-configupdater-3.1.1
- (2022-04-05) Package added to pkgsrc.se, version py39-configupdater-3.1 (created)
CVS history: (Expand)
2023-12-01 20:27:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-configupdater: updated to 3.2
Version 3.2
- Option ``prepend_newline`` in ``set_values`` to optionally avoid new lines
- Fix square brackets not parsed in section names
|
2023-07-30 17:41:40 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Remove dependencies for Python 3.7
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2022-09-14 12:49:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-configupdater: updated to 3.1.1
Version 3.1.1
- Preserve indentation of section when there are comments
|
2022-04-13 12:41:39 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-configupdater: add missing build dependency on py-setuptools_scm
|
2022-04-05 09:12:47 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-configupdater: added version 3.1
The sole purpose of ConfigUpdater is to easily update an INI config file with
no changes to the original file except the intended ones. This means comments,
the ordering of sections and key/value-pairs as wells as their cases are kept
as in the original file. Thus ConfigUpdater provides complementary
functionality to Python's ConfigParser which is primarily meant for reading
config files and writing new ones.
|