devel/py-aioitertools: Update to 0.11.0

Changes:	https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2022-10-03 10:14:48 +08:00
parent 469830872f
commit d6398980cb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= aioitertools
PORTVERSION= 0.10.0
PORTVERSION= 0.11.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -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

View file

@ -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,