package/python-ipy: bump to version 1.01

* The package supports both python versions.
* Indent with two spaces in hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
This commit is contained in:
Asaf Kahlon 2021-09-25 12:46:23 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 6c09567e6b
commit 9c0d6a574b
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_IPY
bool "python-ipy"
depends on BR2_PACKAGE_PYTHON
help
IPy - class and tools for handling of IPv4 and
IPv6 addresses and networks.

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/ipy/json
md5 1a90c68174234672241a7e60c7ea0fb9 IPy-1.00.tar.gz
sha256 2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621 IPy-1.00.tar.gz
md5 d6cf83e7f418ebbd23324ba1c658b907 IPy-1.01.tar.gz
sha256 edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a IPy-1.01.tar.gz
# Locally computed sha256 checksums
sha256 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61 COPYING
sha256 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61 COPYING

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_IPY_VERSION = 1.00
PYTHON_IPY_VERSION = 1.01
PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/e1/66/b6dd22472bb027556849876beae2dd4dca3a4eaf2dd3039277b4edb8c6af
PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/64/a4/9c0d88d95666ff1571d7baec6c5e26abc08051801feb6e6ddf40f6027e22
PYTHON_IPY_LICENSE = BSD-3-Clause
PYTHON_IPY_LICENSE_FILES = COPYING
PYTHON_IPY_SETUP_TYPE = distutils