mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
python3-trio:Update to version 0.22.0 and to work with python-3.10.8
- Updated from version 0.21.0 to 0.22.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
ba9c2b56ac
commit
da165e095a
@@ -1,10 +1,10 @@
|
||||
#usr/lib/python3.10/site-packages/trio
|
||||
#usr/lib/python3.10/site-packages/trio-0.21.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/trio-0.21.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/trio-0.21.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.21.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.21.0-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.21.0-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.22.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/trio-0.22.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/trio-0.22.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.22.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.22.0-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/trio-0.22.0-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/trio/__init__.py
|
||||
usr/lib/python3.10/site-packages/trio/_abc.py
|
||||
usr/lib/python3.10/site-packages/trio/_channel.py
|
||||
@@ -49,11 +49,9 @@ usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/__init__.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/_common.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/apport_excepthook.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/custom_excepthook.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/simple_excepthook.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_parking_lot.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_run.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_thread_cache.py
|
||||
@@ -63,6 +61,7 @@ usr/lib/python3.10/site-packages/trio/_core/tests/test_util.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/test_windows.py
|
||||
usr/lib/python3.10/site-packages/trio/_core/tests/tutil.py
|
||||
usr/lib/python3.10/site-packages/trio/_deprecate.py
|
||||
usr/lib/python3.10/site-packages/trio/_dtls.py
|
||||
usr/lib/python3.10/site-packages/trio/_file_io.py
|
||||
usr/lib/python3.10/site-packages/trio/_highlevel_generic.py
|
||||
usr/lib/python3.10/site-packages/trio/_highlevel_open_tcp_listeners.py
|
||||
@@ -100,6 +99,7 @@ usr/lib/python3.10/site-packages/trio/socket.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/__init__.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/_check_streams.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/_checkpoints.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/_fake_net.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/_memory_streams.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/_network.py
|
||||
usr/lib/python3.10/site-packages/trio/testing/_sequencer.py
|
||||
@@ -112,7 +112,9 @@ usr/lib/python3.10/site-packages/trio/tests/test_abc.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_channel.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_contextvars.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_deprecate.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_dtls.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_exports.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_fakenet.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_file_io.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_highlevel_generic.py
|
||||
usr/lib/python3.10/site-packages/trio/tests/test_highlevel_open_tcp_listeners.py
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.21.0
|
||||
VER = 0.22.0
|
||||
SUMMARY = async/await-native I/O library for Python
|
||||
|
||||
THISAPP = trio-$(VER)
|
||||
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = python3-trio
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = python3-attr python3-async_generator python3-attrs python3-sniffio python3-sortedcontainers python3-outcome python3-idna
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 2f78da5b760c7d6a8ccf666052db42c70a64f24ab130891d945f51997ec09b1a08ee62269aec184aab7fa408a306f6216df0f67bbb7e5984db8d343676de76f2
|
||||
$(DL_FILE)_BLAKE2 = b76f49c45788d41cbeded573e54d88e525cb2ad80b05da4c61f6c5100bdc85271f26a0c3aee07ca858214092106d217a2176d60744892c768bbc8ecad9383190
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user