Skip to content

Commit

Permalink
package/python-starlette: bump to version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Sep 17, 2021
1 parent 7d3c4c9 commit 3b4bf35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package/python-starlette/python-starlette.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/starlette/json
md5 e00fce31cb3d525d2c2f31be5de168ef starlette-0.13.2.tar.gz
sha256 a9bb130fa7aa736eda8a814b6ceb85ccf7a209ed53843d0d61e246b380afa10f starlette-0.13.2.tar.gz
md5 e05db67f7dd5d63158299ff0d0fc3334 starlette-0.14.2.tar.gz
sha256 7d49f4a27f8742262ef1470608c59ddbc66baf37c148e938c7038e6bc7a998aa starlette-0.14.2.tar.gz
# Locally computed sha256 checksums
sha256 dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf LICENSE.md
5 changes: 3 additions & 2 deletions package/python-starlette/python-starlette.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
#
################################################################################

PYTHON_STARLETTE_VERSION = 0.13.2
PYTHON_STARLETTE_VERSION = 0.14.2
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/8c/2e/78248ccba2102bc1100ed5cad26d91e03806f4f04ff47cccb412d2bb2855
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/3a/06/ded663a1ddea8b11a2027d88ff0e757f9cdb812310f18bee33ef7270112f
PYTHON_STARLETTE_SETUP_TYPE = setuptools
PYTHON_STARLETTE_LICENSE = BSD-3-Clause
PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md

$(eval $(python-package))

0 comments on commit 3b4bf35

Please sign in to comment.