From e7c2947f55686bec0905e05c290d745164021fe2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 May 2023 21:15:32 +0200 Subject: recompile all python packages --- python-oauth2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-oauth2') diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index affb951b3..1b4d752e9 100644 --- a/python-oauth2/PKGBUILD +++ b/python-oauth2/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Erich Eckner pkgname=python-oauth2 pkgver=1.1.1 -pkgrel=65 +pkgrel=66 pkgdesc='framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack/' url='https://github.com/wndhydrnt/python-oauth2/' arch=('any') license=('MIT') depends=( - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'python-mock' 'python-mysql-connector' 'python-nose' -- cgit v1.2.3-70-g09d2