mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/python-sniffio: bump to version 1.3.1
Add new host-python-setuptools-scm build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
daa5d775d7
commit
14388ca1b6
@ -1,6 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/sniffio/json
|
||||
md5 abb96bcda81817d6c632915c53ac29c8 sniffio-1.3.0.tar.gz
|
||||
sha256 e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 sniffio-1.3.0.tar.gz
|
||||
md5 1673edc4dfeb739130a87bcd7b477864 sniffio-1.3.1.tar.gz
|
||||
sha256 f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc sniffio-1.3.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 652c878488d1456361e08c3f8607fd7ba59892a14103d15cce4ff93c85b5cc8b LICENSE
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.APACHE2
|
||||
|
@ -4,11 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SNIFFIO_VERSION = 1.3.0
|
||||
PYTHON_SNIFFIO_VERSION = 1.3.1
|
||||
PYTHON_SNIFFIO_SOURCE = sniffio-$(PYTHON_SNIFFIO_VERSION).tar.gz
|
||||
PYTHON_SNIFFIO_SITE = https://files.pythonhosted.org/packages/cd/50/d49c388cae4ec10e8109b1b833fd265511840706808576df3ada99ecb0ac
|
||||
PYTHON_SNIFFIO_SITE = https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd
|
||||
PYTHON_SNIFFIO_SETUP_TYPE = setuptools
|
||||
PYTHON_SNIFFIO_LICENSE = Apache-2.0 or MIT
|
||||
PYTHON_SNIFFIO_LICENSE_FILES = LICENSE LICENSE.APACHE2 LICENSE.MIT
|
||||
PYTHON_SNIFFIO_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user