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
|
2020-03-02 11:29:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.15.0
1.15.0 Several fixes for parsing non-base 10 numbers
|
2020-01-03 12:46:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-parse: updated to 1.14.0
1.14.0 More broad acceptance of Fortran number format
1.13.1 Project metadata correction.
1.13.0 Handle Fortran formatted numbers with no leading 0 before decimal point. \
Handle comparison of FixedTzOffset with other types of object.
|