Skip to content

Commit

Permalink
python3-sniffio:Update to version 1.3.0 and to work with python-3.10.8
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Adolf Belka authored and pmu-ipf committed Nov 10, 2022
1 parent e4eb9f8 commit ba9c2b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions config/rootfiles/packages/python3-sniffio
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions lfs/python3-sniffio
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 =

Expand All @@ -47,7 +47,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = d42442a231c07834803e8552812dc177defbc0d062418fa576e7368a973eaa1ea20e4933e145a26178a707da72fb00529b19d44ea850f0a14c78bb2b5dab0d9a
$(DL_FILE)_BLAKE2 = f6b0e360449e23bd66f59d2bf12a1b945def1320430c739be564889cc09d1da7176aae4506a296ed6b4338d6ac9eed08b781d1d0067a437447f0eb39991a15e4

install : $(TARGET)

Expand Down

0 comments on commit ba9c2b5

Please sign in to comment.