From cbeba87623edeac067f8cb47c516c3360c5303e2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 6 Jun 2023 16:50:37 +0200 Subject: python-azure-cli-core 2.45.0-4 -> 2.49.0-1 --- python-azure-cli-core/PKGBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'python-azure-cli-core') diff --git a/python-azure-cli-core/PKGBUILD b/python-azure-cli-core/PKGBUILD index 5112108f4..c4fea44aa 100644 --- a/python-azure-cli-core/PKGBUILD +++ b/python-azure-cli-core/PKGBUILD @@ -2,26 +2,20 @@ _pkgname=azure-cli-core pkgname=python-$_pkgname -pkgver=2.45.0 -pkgrel=4 +pkgver=2.49.0 +pkgrel=1 pkgdesc='Microsoft Azure Command-Line Tools Core Module' url='https://pypi.org/project/azure-cli-core/' depends=( - 'openssl-1.1' + 'python>=3.11' - 'python<3.12' - 'python-azure-common' - 'python-humanfriendly' - 'python-knack' - 'python-pkginfo') + 'python<3.12') makedepends=( - 'python-pip' - 'python-setuptools' - 'rust') + 'python-setuptools') license=('BSD') arch=('any') -source=("https://pypi.python.org/packages/71/bd/5b92d67701c54c8ce6031a9d303602c15b8d73fdc211c4ef2f6a6847eb52/${_pkgname}-${pkgver}.tar.gz") -sha512sums=('7ba13c3e96ab62a25c6585be7a3b5d8953d79de55877022f21e6908f857d76a9ca26dc7c9801e635712acb24529f075a48bed9f191a1e55efbbf0df10d2dab06') +source=("https://pypi.python.org/packages/a0/dd/3b7992e23330d00012f7132e0044317fafe1e005cb5fc37d20f61e0bfbff/${_pkgname}-${pkgver}.tar.gz") +sha512sums=('86a5f7cc264801804dc1e83f422067cb7f6f2c7436a006ee64e81bb649fefc93aad9eab85fe0affcca833e41e1e658ecaa324b94275cec96243195f2632879d8') build() { cd "$srcdir/$_pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf