python3-async-timeout: 3.0.1 -> 4.0.0

This commit is contained in:
Tim Biermann 2021-11-01 12:42:07 +01:00
parent b13d89a75c
commit 284724ac89
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 10 deletions

View File

@ -2,11 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/async_timeout-3.0.1-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-3.0.1-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-3.0.1-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-3.0.1-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-3.0.1-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/async_timeout-4.0.0-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-4.0.0-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-4.0.0-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-4.0.0-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-4.0.0-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout-4.0.0-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/async_timeout/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/async_timeout/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/async_timeout/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37VNHOWsGX05ExV/HVSLM0PVTf126aw3+XP5evphAmzEuzvBQomKmbfiZ7InHjkVLy56TKrSAXzCC7mkNKZi6gc=
SHA256 (Pkgfile) = f099a4e10810a56cb53287e1ac2a04eab2ac0622256e9630c6edc54c133e62f3
SHA256 (.footprint) = ea468d5f3b035564e9aacbbf81c844fcde4c5a7b60438851129ab63a89191bae
SHA256 (python3-async-timeout-3.0.1.tar.gz) = d0a7a927ed6b922835e1b014dfcaa9982caccbb25131320582cc660af7c93949
RWSagIOpLGJF36Q5hE0lZ6a/PZZEGKulja0Kz8svMQOgxRruFj0z4+D3tAGYKuq5HH4Em8TMuMgNypBLWi6WookXzNeZIv1Ntww=
SHA256 (Pkgfile) = 49ad9490fc5a5555b87f9f7dd1fe4f2a1cd414036662d71c8210a7bc81f35c9a
SHA256 (.footprint) = 80d1c97289c128a253415a2f6487d999649c34b40f96abdefebb47c569279ef7
SHA256 (python3-async-timeout-4.0.0.tar.gz) = 2116e8c7412929579e1d4e1b3c5fdfe3835c2002a0189451d183148239c05a17

View File

@ -4,7 +4,7 @@
# Depends on: python3-setuptools
name=python3-async-timeout
version=3.0.1
version=4.0.0
release=1
source=(https://github.com/aio-libs/async-timeout/archive/v$version/$name-$version.tar.gz)