mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
python3-sniffio:Update to version 1.3.0 and to work with python-3.10.8
- Updated from version 1.2.0 to 1.3.0 - 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
e4eb9f80fe
commit
ba9c2b56ac
@@ -1,10 +1,10 @@
|
||||
#usr/lib/python3.10/site-packages/sniffio
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/sniffio/__init__.py
|
||||
usr/lib/python3.10/site-packages/sniffio/_impl.py
|
||||
usr/lib/python3.10/site-packages/sniffio/_tests
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.2.0
|
||||
VER = 1.3.0
|
||||
SUMMARY = Sniff out which async library your code is running under
|
||||
|
||||
THISAPP = sniffio-$(VER)
|
||||
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = python3-sniffio
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = d42442a231c07834803e8552812dc177defbc0d062418fa576e7368a973eaa1ea20e4933e145a26178a707da72fb00529b19d44ea850f0a14c78bb2b5dab0d9a
|
||||
$(DL_FILE)_BLAKE2 = f6b0e360449e23bd66f59d2bf12a1b945def1320430c739be564889cc09d1da7176aae4506a296ed6b4338d6ac9eed08b781d1d0067a437447f0eb39991a15e4
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user