From 96a21ab6f80773291aa25aabad37b0cda4aced6d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 May 2023 16:04:38 +0200 Subject: recompile all python packages --- python-jira/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-jira') diff --git a/python-jira/PKGBUILD b/python-jira/PKGBUILD index 23158e52e..915de8c73 100644 --- a/python-jira/PKGBUILD +++ b/python-jira/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-jira _pkgname="${pkgname#*-}" pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python library to work with Jira APIs" arch=(any) url="https://github.com/pycontribs/jira" license=('BSD') depends=( - 'python>=3.10' - 'python<3.11') + 'python>=3.11' + 'python<3.12') makedepends=( 'python-pip' 'python-setuptools') -- cgit v1.2.3-54-g00ecf