From 5325c5e72ace01f368349890b72ef426c0e018a6 Mon Sep 17 00:00:00 2001 From: lberrymage Date: Tue, 26 Oct 2021 14:23:40 -0800 Subject: [PATCH] uwsgi: update to 2.0.20 Fixes uwsgi-python3 not loading properly due to the removal of some deprecated APIs in Python 3.10. --- srcpkgs/uwsgi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 8a29c001b5e4..a735ff2cbb6b 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -1,7 +1,7 @@ # Template file for 'uwsgi' pkgname=uwsgi -version=2.0.19.1 -revision=3 +version=2.0.20 +revision=1 hostmakedepends="python3" makedepends="python3-devel" short_desc="Fast, self-healing application container server" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="GPL-2.0-only WITH GCC-exception-2.0" homepage="http://projects.unbit.it/uwsgi" distfiles="https://github.com/unbit/uwsgi/archive/${version}.tar.gz" -checksum=bf17cdbb9bd8bcb7c1633e34d9d7308cb4cc19eb0ff2d61057f840c1ba1fc41b +checksum=88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9 _libdir=usr/lib/uwsgi