diff --git a/package/python-portend/python-portend.hash b/package/python-portend/python-portend.hash index 98e196bec8..45d04c0662 100644 --- a/package/python-portend/python-portend.hash +++ b/package/python-portend/python-portend.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/portend/json -md5 0c3a2e8073c384b826f87795766f1e0e portend-3.2.0.tar.gz -sha256 5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72 portend-3.2.0.tar.gz +md5 c52510e0488592005243209246b1d4f9 portend-3.2.1.tar.gz +sha256 aa9d40ab1f9e14bdb7d401f42210df35d017c9b97991baeb18568cedfb8c6489 portend-3.2.1.tar.gz # Locally computed sha256 checksums -sha256 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741 LICENSE +sha256 5a57cb4db85e2a2dd88c290628908add57e3451449e0a9a71fdfb38776fd759d LICENSE diff --git a/package/python-portend/python-portend.mk b/package/python-portend/python-portend.mk index 5415198ffb..4e9e50c338 100644 --- a/package/python-portend/python-portend.mk +++ b/package/python-portend/python-portend.mk @@ -4,12 +4,14 @@ # ################################################################################ -PYTHON_PORTEND_VERSION = 3.2.0 +PYTHON_PORTEND_VERSION = 3.2.1 PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz -PYTHON_PORTEND_SITE = https://files.pythonhosted.org/packages/8f/fc/bcfc768996b438d6e4bde7a6c8cfd62089847b0f5381a0e0ec2d8ee6b202 +PYTHON_PORTEND_SITE = https://files.pythonhosted.org/packages/b7/57/be90f42996fc4f57d5742ef2c95f7f7bb8e9183af2cc11bff8e7df338888 PYTHON_PORTEND_LICENSE = MIT PYTHON_PORTEND_LICENSE_FILES = LICENSE PYTHON_PORTEND_SETUP_TYPE = setuptools -PYTHON_PORTEND_DEPENDENCIES = host-python-setuptools-scm +PYTHON_PORTEND_DEPENDENCIES = \ + host-python-coherent-licensed \ + host-python-setuptools-scm $(eval $(python-package))