python3-jsonschema: updated to version 4.16.0, new dependency python3-hatch-fancy-pypi-readme

This commit is contained in:
Matt Housh 2022-09-15 22:13:14 -05:00
parent 72cf57cb2e
commit 6b80d182eb
3 changed files with 17 additions and 17 deletions

View File

@ -4,16 +4,16 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/licenses/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.9.1.dist-info/licenses/COPYING
drwxr-xr-x root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/licenses/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema-4.16.0.dist-info/licenses/COPYING
drwxr-xr-x root/root usr/lib/python3.9/site-packages/jsonschema/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema/__init__.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/jsonschema/__main__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33l0Q3LvjPg2/fiLU4qPkHJLTX3s/GkijT0Kj76Mzr6h5KrczrS4OPjPhgIKJQ6S21JKQjaLCKLn+hGN5nM79wA=
SHA256 (Pkgfile) = 05c692985e32abc416d32414a86c97693e2c25347d71df95744e9643352f8de5
SHA256 (.footprint) = 34cce39dd237594f900c723fb68b3b46be3089df1a9da20ce97a2f3c2e0db433
SHA256 (jsonschema-4.9.1.tar.gz) = 408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f
RWSagIOpLGJF36ie2vBgAI6CzZUQLn3QMgHND3xFAEpekJrvKBislPyUOndAU5mI1essRkmq0FPSMqG0P6TYtzpfOqW8tZKUkw8=
SHA256 (Pkgfile) = 38f03f478c29494e190302dee3c325578a8857421e24eb146e72179e28dc56ae
SHA256 (.footprint) = 3ffd86079d7cd2a6ee3742eb3a9b5170e6ae0e27c73a56d0ffb86278f8961eef
SHA256 (jsonschema-4.16.0.tar.gz) = 165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23

View File

@ -1,12 +1,12 @@
# Description: An implementation of JSON Schema validation for Python
# URL: https://pypi.org/project/jsonschema/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python3-attrs python3-pyrsistent python3-build python3-setuptools-scm python3-hatch-vcs
# Depends on: python3-attrs python3-pyrsistent python3-build python3-setuptools-scm python3-hatch-vcs python3-hatch-fancy-pypi-readme
name=python3-jsonschema
version=4.9.1
version=4.16.0
release=1
source=(https://files.pythonhosted.org/packages/e6/a9/569ad03b90093c956bd396a6b3151c17e6005d8ac139d9419e89339c02df/jsonschema-$version.tar.gz)
source=(https://pypi.python.org/packages/source/j/jsonschema/jsonschema-$version.tar.gz)
build() {
cd jsonschema-$version