Wed, 03 Jul 2024 16:00:40 UTC | login

Information for RPM python3-gevent-23.7.0-4.0.riscv64.fc40.riscv64.rpm

ID1283083
Namepython3-gevent
Version23.7.0
Release4.0.riscv64.fc40
Epoch
Archriscv64
SummaryA coroutine-based Python networking library
Descriptiongevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperate Python 3 version.
Build Time2024-04-11 13:44:46 GMT
Size1.86 MB
10141efd4311cf5d0e62e14991e8ef06
LicenseMIT
Buildrootf40-build-802554-144057
Provides
python-gevent = 23.7.0-4.0.riscv64.fc40
python3-gevent = 23.7.0-4.0.riscv64.fc40
python3-gevent(riscv-64) = 23.7.0-4.0.riscv64.fc40
python3.12-gevent = 23.7.0-4.0.riscv64.fc40
python3.12dist(gevent) = 23.7
python3dist(gevent) = 23.7
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ld-linux-riscv64-lp64d.so.1()(64bit)
ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.27)(64bit)
libcares.so.2()(64bit)
libev.so.4()(64bit)
python(abi) = 3.12
python3.12dist(greenlet) >= 3~a1
python3.12dist(zope-event)
python3.12dist(zope-interface)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rpmlib(TildeInVersions) <= 4.10.0-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
<<< 51 through 100 of 839 >>>
Name descending sort Size
/usr/lib64/python3.12/site-packages/gevent/tests/test__semaphore.py13.43 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__selectors.py3.70 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__select.py3.74 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__resolver_dnspython.py1.09 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__refcount_core.py600.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__refcount.py5.73 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__real_greenlet.py693.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__queue.py12.80 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__pywsgi.py66.15 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__pool.py17.51 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__os.py5.82 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__order.py1.10 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__nondefaultloop.py204.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_ssl_warning3.py1.30 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_ssl_warning2.py1.23 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_ssl_warning.py1.04 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_sigchld_3.py1.71 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_sigchld_2.py1.72 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_sigchld.py2.87 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_selectors.py2.52 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_select.py741.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_queue.py12.05 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_multiple_imports.py296.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_module_run.py4.27 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_logging.py1.60 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_hub_in_thread.py520.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_futures_thread.py1.33 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey_builtins_future.py521.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__monkey.py6.49 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__memleak.py1.43 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__makefile_ref.py18.75 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__loop_callback.py356.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__lock.py1.07 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__local.py11.47 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__joinall.py296.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__iwait.py1.18 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issues461_471.py3.80 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue_728.py212.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue639.py214.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue607.py1.32 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue600.py1.35 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue6.py1.49 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue467.py1.18 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue330.py2.28 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue230.py500.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue1864.py1.26 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue1686.py2.81 KB
/usr/lib64/python3.12/site-packages/gevent/tests/test__issue112.py338.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__import_wait.py173.00 B
/usr/lib64/python3.12/site-packages/gevent/tests/test__import_blocking_in_greenlet.py431.00 B
Component of
1 through 10 of 10
Buildroot Created State ascending sort
f40-build-802630-144073 2024-04-11 14:31:45 expired
f40-build-802688-144093 2024-04-11 15:07:26 expired
f40-build-803953-144367 2024-04-12 13:56:56 expired
f40-build-804089-144398 2024-04-12 15:54:27 expired
f40-build-806599-145129 2024-04-16 06:43:25 expired
f41-build-808213-145713 2024-05-24 10:19:04 expired
f41-build-808221-145721 2024-05-24 11:37:17 expired
f41-build-808223-145727 2024-05-24 12:12:10 expired
f41-build-808225-145731 2024-05-24 12:59:10 expired
f41-build-808230-145731 2024-05-24 13:48:50 expired