package/python-pythran: bump to version 0.17.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-11-01 13:38:34 -06:00 committed by Arnout Vandecappelle
parent 0eb7d710da
commit b3a56335ce
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/pythran/json
md5 106497787546f3538db7bb1a9e48d88a pythran-0.16.1.tar.gz
sha256 861748c0f9c7d422b32724b114b3817d818ed4eab86c09781aa0a3f7ceabb7f9 pythran-0.16.1.tar.gz
md5 b754bc4c5cf37c4f0c4a3ae38009e799 pythran-0.17.0.tar.gz
sha256 3b77d6d970a6cf5b448facc7d4f6229c3e73909ac27ea2480c843afdadbad0fb pythran-0.17.0.tar.gz
# Locally computed sha256 checksums
sha256 0be9f14c66a9a3cb66d5263a6495437862ce0c9cdf60d4a6c36d1e51b1244c6e LICENSE
sha256 e1c0ed0a99e4462016d79d835f1f479b78c4d4a07fe66598e97f449503ffd178 docs/LICENSE.rst

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYTHRAN_VERSION = 0.16.1
PYTHON_PYTHRAN_VERSION = 0.17.0
PYTHON_PYTHRAN_SOURCE = pythran-$(PYTHON_PYTHRAN_VERSION).tar.gz
PYTHON_PYTHRAN_SITE = https://files.pythonhosted.org/packages/73/32/f892675c5009cd4c1895ded3d6153476bf00adb5ad1634d03635620881f5
PYTHON_PYTHRAN_SITE = https://files.pythonhosted.org/packages/34/2d/4ac363a2eecd68c372b058d1b95a5f262c70776e107619cdcb5a4b68e1a3
PYTHON_PYTHRAN_SETUP_TYPE = setuptools
PYTHON_PYTHRAN_LICENSE = BSD-3-Clause
PYTHON_PYTHRAN_LICENSE_FILES = LICENSE docs/LICENSE.rst