package/python-more-itertools: bump to version 8.10.0

And update URL on Config.in.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Asaf Kahlon 2021-09-28 09:43:58 +03:00 committed by Yann E. MORIN
parent 0138db0f4d
commit 247d3bf567
3 changed files with 5 additions and 5 deletions

View File

@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_MORE_ITERTOOLS
help
More routines for operating on iterables, beyond itertools.
https://github.com/erikrose/more-itertools
https://github.com/more-itertools/more-itertools

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/more-itertools/json
md5 0912041c05148ed079984cff69af2e99 more-itertools-8.4.0.tar.gz
sha256 68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5 more-itertools-8.4.0.tar.gz
md5 9930552c4f7eedc00193673d5f7f0f19 more-itertools-8.10.0.tar.gz
sha256 1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f more-itertools-8.10.0.tar.gz
# Locally computed sha256 checksums
sha256 09f1c8c9e941af3e584d59641ea9b87d83c0cb0fd007eb5ef391a7e2643c1a46 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MORE_ITERTOOLS_VERSION = 8.4.0
PYTHON_MORE_ITERTOOLS_VERSION = 8.10.0
PYTHON_MORE_ITERTOOLS_SOURCE = more-itertools-$(PYTHON_MORE_ITERTOOLS_VERSION).tar.gz
PYTHON_MORE_ITERTOOLS_SITE = https://files.pythonhosted.org/packages/67/4a/16cb3acf64709eb0164e49ba463a42dc45366995848c4f0cf770f57b8120
PYTHON_MORE_ITERTOOLS_SITE = https://files.pythonhosted.org/packages/8a/f7/93cf3c81629c95f6f40e509f7cd63985a6ddd829181a66c1c8ef101e55f2
PYTHON_MORE_ITERTOOLS_SETUP_TYPE = setuptools
PYTHON_MORE_ITERTOOLS_LICENSE = MIT
PYTHON_MORE_ITERTOOLS_LICENSE_FILES = LICENSE