./textproc/py-jmespath, Query language for JSON

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1, Package name: py310-jmespath-1.0.1, Maintainer: pkgsrc-users

JMESPath (pronounced "james path") allows you to declaratively specify how to
extract elements from a JSON document.


Required to run:
[lang/python310]

Master sites:

Filesize: 25.237 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-17 09:16:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jmespath: updated to 1.0.1

1.0.1

Add support for Python 3.11
Fix boolean correctness for floats
Fix Python 3.9 warning about random sampling used in parser cache.
Fix Python 3.8 warning for type comparisons

1.0.0

Drop support for Python versions less than 3.7 (including Python 2).
   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-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-05-13 07:02:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jmespath: updated to 0.10.0

0.10.0
Python 2.6 and 3.3 have reached end-of-life and have been deprecated.
Fix race condition when clearing cached parsed expressions.
   2020-02-25 09:54:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jmespath: updated to 0.9.5

0.9.5
Fix syntax warnings on python 3.8
   2019-02-25 10:04:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jmespath: updated to 0.9.4

0.9.4
Fix min_by/max_by with empty lists
Fix reverse type for null type
   2017-07-03 23:06:47 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
JMESPath (pronounced "james path") allows you to declaratively specify \ 
how to
extract elements from a JSON document.