devel/py-aioitertools: Update to 0.11.0
Changes: https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md
This commit is contained in:
parent
469830872f
commit
d6398980cb
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= aioitertools
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646057924
|
||||
SHA256 (aioitertools-0.10.0.tar.gz) = 7d1d1d4a03d462c5a0840787d3df098f125847e0d38b833b30f8f8cbc45a1420
|
||||
SIZE (aioitertools-0.10.0.tar.gz) = 31669
|
||||
TIMESTAMP = 1663672804
|
||||
SHA256 (aioitertools-0.11.0.tar.gz) = 42c68b8dd3a69c2bf7f2233bf7df4bb58b557bca5252ac02ed5187bbc67d6831
|
||||
SIZE (aioitertools-0.11.0.tar.gz) = 32053
|
||||
|
|
|
@ -15,8 +15,8 @@ extras_require = \
|
|||
setup(name='aioitertools',
|
||||
version='%%PORTVERSION%%',
|
||||
description='itertools and builtins for AsyncIO and mixed iterables',
|
||||
author='John Reese',
|
||||
author_email='john@noswap.com',
|
||||
author='Amethyst Reese',
|
||||
author_email='amy@noswap.com',
|
||||
url='https://aioitertools.omnilib.dev',
|
||||
packages=packages,
|
||||
package_data=package_data,
|
||||
|
|
Loading…
Reference in a new issue