Path to this page:
./
textproc/py-parse,
Parse strings using a specification based on format()
Branch: CURRENT,
Version: 1.20.2,
Package name: py311-parse-1.20.2,
Maintainer: pkgsrc-usersParse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()
Required to run:[
lang/python310]
Master sites:
Filesize: 28.702 KB
Version history: (Expand)
- (2024-06-11) Updated to version: py311-parse-1.20.2
- (2024-01-28) Updated to version: py311-parse-1.20.1
- (2023-11-26) Updated to version: py311-parse-1.20.0
- (2023-10-28) Updated to version: py311-parse-1.19.1nb1
- (2023-07-18) Updated to version: py310-parse-1.19.1
- (2023-02-09) Updated to version: py310-parse-1.19.0nb1
CVS history: (Expand)
2024-01-28 18:31:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.20.1
1.20.1
add formatter property,
add security policy file.
Support various number of digits after the comma in the timestamp %f …
|
2023-11-26 10:57:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.20.0
1.20.0
Optimize _expand_named_fields
Add functionality to parse datetimes according C standard format codes.
|
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-07-18 10:22:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-parse: updated to 1.19.1
1.19.1
Add support for sign specifiers in number formats.
Fix handling of unused alignment
modern packaging
universal wheel
|
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 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-11 19:26:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.19.0
- 1.19.0 Added slice access to fixed results
Also corrected matching of *full string* vs. *full line*
Fix issue with using digit field numbering and types
- 1.18.0 Correct bug in int parsing introduced in 1.16.0
- 1.17.0 Make left- and center-aligned search consume up to next space
- 1.16.0 Make compiled parse objects pickleable
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|