mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
python3-jmespath: Update to version 0.10.0 and python-3.10
- Update from 0.9.5 to 0.10.0
- Update of rootfile
- Changelog
0.10.0
Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175)
Fix race condition when clearing cached parsed expressions. (issue 197)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
9dffcdf1ed
commit
c30ee0d5c6
@@ -24,15 +24,15 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.9.5
|
||||
VER = 0.10.0
|
||||
|
||||
THISAPP = jmespath-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/jmespath.py-$(VER)
|
||||
DIR_APP = $(DIR_SRC)/jmespath-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = python3-jmespath
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 81edf8744cade9793164daff3bd16a65
|
||||
$(DL_FILE)_MD5 = 65bdcb5fa5bcf1cc710ffa508e78e408
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user