mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
python3-jmespath:Update to version 1.0.1 and to work with python-3.10.8
- Updated from version 1.0.0 to 1.0.1 - Update of rootfile - No changelog found in source tarball or other location Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
3b2dec125e
commit
e0423d2bf8
@@ -1,10 +1,10 @@
|
||||
usr/bin/jp.py
|
||||
#usr/lib/python3.10/site-packages/jmespath
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/jmespath/__init__.py
|
||||
usr/lib/python3.10/site-packages/jmespath/ast.py
|
||||
usr/lib/python3.10/site-packages/jmespath/compat.py
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.0.0
|
||||
VER = 1.0.1
|
||||
SUMMARY = Python module for declarative JSON document element extraction
|
||||
|
||||
THISAPP = jmespath-$(VER)
|
||||
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/jmespath-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = python3-jmespath
|
||||
PAK_VER = 5
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 579a9b3273fb266ea4974aef7a266d084f00169ee645ec8cebbe9d8e838bd4d69c03e952e84a430d6a47de14ee7c7830fffc07dd049929a05945f23dff43f194
|
||||
$(DL_FILE)_BLAKE2 = e345105b40e23ef2477e6fe03af9e21c37c925577898d27d5dc898420e81c1cdf299ad57e05029007636e4b8b3c7f95a571db04b4cd5e4cc8a2365ab964b6b3b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user