diff --git a/package/python-sniffio/python-sniffio.hash b/package/python-sniffio/python-sniffio.hash index 00af7c58bb..989e31d196 100644 --- a/package/python-sniffio/python-sniffio.hash +++ b/package/python-sniffio/python-sniffio.hash @@ -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 diff --git a/package/python-sniffio/python-sniffio.mk b/package/python-sniffio/python-sniffio.mk index fa369a0e2f..120794d77c 100644 --- a/package/python-sniffio/python-sniffio.mk +++ b/package/python-sniffio/python-sniffio.mk @@ -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))