[Buildroot] [git commit] package/python-ipy: bump to version 1.01

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Sep 26 19:29:39 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=9c0d6a574bfd4a13a6dec3f02d38e2a2942c7700
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
---
 package/python-ipy/Config.in       | 1 -
 package/python-ipy/python-ipy.hash | 6 +++---
 package/python-ipy/python-ipy.mk   | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package/python-ipy/Config.in b/package/python-ipy/Config.in
index bead932da8..b4f0c8cb5e 100644
--- a/package/python-ipy/Config.in
+++ b/package/python-ipy/Config.in
@@ -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.
diff --git a/package/python-ipy/python-ipy.hash b/package/python-ipy/python-ipy.hash
index 641a2eb21f..3d8e1e8c71 100644
--- a/package/python-ipy/python-ipy.hash
+++ b/package/python-ipy/python-ipy.hash
@@ -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
diff --git a/package/python-ipy/python-ipy.mk b/package/python-ipy/python-ipy.mk
index 817b531e0b..2a01daf4ca 100644
--- a/package/python-ipy/python-ipy.mk
+++ b/package/python-ipy/python-ipy.mk
@@ -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


More information about the buildroot mailing list