package/python-falcon: bump to version 3.1.1

Always build cython modules as sdist does not contain prebuilt
cython sources.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2022-12-10 10:44:14 -07:00 committed by Yann E. MORIN
parent 25b67238f5
commit 3ef45500e3
2 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/falcon/json # md5, sha256 from https://pypi.org/pypi/falcon/json
md5 0172450908573a4449a5937810d512b9 falcon-3.1.0.tar.gz md5 383673fc6378428d0db5861a416cad0d falcon-3.1.1.tar.gz
sha256 f2760bd18c16393a6fb5e55f371f67921edb72febe693a82b3c5e82195d087b7 falcon-3.1.0.tar.gz sha256 5dd393dbf01cbaf99493893de4832121bd495dc49a46c571915b79c59aad7ef4 falcon-3.1.1.tar.gz
# Locally computed sha256 checksums # Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -4,15 +4,12 @@
# #
################################################################################ ################################################################################
PYTHON_FALCON_VERSION = 3.1.0 PYTHON_FALCON_VERSION = 3.1.1
PYTHON_FALCON_SOURCE = falcon-$(PYTHON_FALCON_VERSION).tar.gz PYTHON_FALCON_SOURCE = falcon-$(PYTHON_FALCON_VERSION).tar.gz
PYTHON_FALCON_SITE = https://files.pythonhosted.org/packages/36/53/4fd90c6c841bc2e4be29ab92c65e5406df9096c421f138bef9d95d43afc9 PYTHON_FALCON_SITE = https://files.pythonhosted.org/packages/29/bc/c11c9a14bb5b4d18a024ee51da15b793d1c869d151bb4101e324e0d055a8
PYTHON_FALCON_SETUP_TYPE = setuptools PYTHON_FALCON_SETUP_TYPE = setuptools
PYTHON_FALCON_LICENSE = Apache-2.0 PYTHON_FALCON_LICENSE = Apache-2.0
PYTHON_FALCON_LICENSE_FILES = LICENSE PYTHON_FALCON_LICENSE_FILES = LICENSE
ifeq ($(BR2_PACKAGE_HOST_PYTHON_CYTHON),y)
PYTHON_FALCON_DEPENDENCIES += host-python-cython PYTHON_FALCON_DEPENDENCIES += host-python-cython
endif
$(eval $(python-package)) $(eval $(python-package))