diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-27 14:52:02 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-06-05 10:32:04 +0200 |
commit | 0e6fe09a34beeb7e491bd5435e5375ce485a8daa (patch) | |
tree | f4e5ec74d320adfb6d22ed977bec7842f3ba7095 /lang/python/python-yarl | |
parent | 0644bfa0b09ddd192980cf8122bdbfddf9204d1a (diff) |
python-yarl: Update to 1.9.2
Fix build with Python 3.11.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'lang/python/python-yarl')
-rw-r--r-- | lang/python/python-yarl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-yarl/Makefile b/lang/python/python-yarl/Makefile index 95383c89d..63d899976 100644 --- a/lang/python/python-yarl/Makefile +++ b/lang/python/python-yarl/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yarl -PKG_VERSION:=1.6.3 +PKG_VERSION:=1.9.2 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10 +PKG_HASH:=04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Apache-2.0 |