Path to this page:
./
devel/py-iniconfig,
Brain-dead simple config-ini parsing
Branch: CURRENT,
Version: 2.0.0nb1,
Package name: py311-iniconfig-2.0.0nb1,
Maintainer: pkgsrc-usersiniconfig is a small and simple INI-file parser module having a unique set of
features:
* tested against Python2.4 across to Python3.2, Jython, PyPy
* 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.
Master sites:
Filesize: 4.537 KB
Version history: (Expand)
- (2023-10-28) Updated to version: py311-iniconfig-2.0.0nb1
- (2023-04-30) Updated to version: py310-iniconfig-2.0.0
- (2023-02-09) Updated to version: py310-iniconfig-1.1.1nb1
- (2022-01-05) Updated to version: py39-iniconfig-1.1.1nb1
- (2021-10-07) Updated to version: py39-iniconfig-1.1.1
- (2020-10-21) Updated to version: py37-iniconfig-1.1.1
CVS history: (Expand)
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-04-30 19:20:36 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-iniconfig: update to 2.0.0.
2.0.0
======
* add support for Python 3.7-3.11
* drop support for Python 2.6-3.6
* add encoding argument defaulting to utf-8
* inline and clarify type annotations
* move parsing code from inline to extra file
* add typing overloads for helper methods
.. note::
major release due to the major changes in python versions supported + changes \
in packaging
the api is expected to be compatible
|
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-10-21 14:29:52 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-iniconfig: updated to 1.1.1
1.1.1
* fix version determination
1.1.0
- typing stubs
- ci fixes
|
2020-08-08 20:09:55 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Add missing version number to unbreak build.
|