Path to this page:
./
textproc/py-tomli,
Lil TOML parser
Branch: CURRENT,
Version: 2.2.1,
Package name: py312-tomli-2.2.1,
Maintainer: pkgsrc-usersTomli is a Python library for parsing TOML. Tomli is fully compatible
with TOML v1.0.0.
Required to run:[
lang/python310]
Master sites:
Filesize: 16.772 KB
Version history: (Expand)
- (2024-11-28) Updated to version: py312-tomli-2.2.1
- (2024-11-12) Updated to version: py312-tomli-2.1.0
- (2024-10-03) Updated to version: py312-tomli-2.0.2
- (2023-10-26) Updated to version: py311-tomli-2.0.1nb1
- (2023-02-09) Updated to version: py310-tomli-2.0.1
- (2022-03-31) Updated to version: py39-tomli-2.0.1
CVS history: (Expand)
2024-11-28 08:15:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tomli: updated to 2.2.1
2.2.1
Fixed
Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where \
cibuildwheel depends on a conflicting Tomli version
2.2.0
Added
mypyc generated binary wheels for common platforms
|
2024-11-11 23:12:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tomli: updated to 2.1.0
2.1.0
Deprecated
Instantiating TOMLDecodeError with free-form arguments. msg, doc and pos \
arguments should be given.
Added
msg, doc, pos, lineno and colno attributes to TOMLDecodeError
|
2024-10-03 07:33:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tomli: updated to 2.0.2
2.0.2
Removed
Python 3.7 support
Improved
Make loads raise TypeError not AttributeError on bad input types that do not \
have the replace attribute. Improve error message when bytes is received.
Type annotations
Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO).
|
2023-10-26 00:23:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-tomli: switch to bootstrap.mk
|
2023-10-26 00:04:23 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-tomli: only use flit_core and installer
This is relevant because this package is on the recommended bootstrap
path for Python distributions.
Bump PKGREVISION.
|
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
|
2022-03-31 10:40:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tomli: updated to 2.0.1
2.0.1
Improve
Make bundling easier by using relative imports internally and adding license and \
copyright notice to source files.
Make error messages more uniform
Raise a friendly TypeError for wrong file mode
Allow parse_float to return objects having the append attr
Eagerly raise an error if parse_float returns an illegal type
Packaging
Move from pytest testing framework to unittest and remove python-dateutil test \
dependency. Tests now only require Python interpreter.
|
2022-01-25 22:48:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-tomli: wheel.mk is now standalone, remove extension.mk
|