diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-06-06 16:50:37 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-06-07 16:28:11 +0200 |
commit | cbeba87623edeac067f8cb47c516c3360c5303e2 (patch) | |
tree | be9bf0e68e4624ded6273fd9bcc639ae0991e13d | |
parent | 67973b0cc88826cb5cb6fe5c9af6f76c92edd725 (diff) | |
download | archlinuxewe-cbeba87623edeac067f8cb47c516c3360c5303e2.tar.xz |
python-azure-cli-core 2.45.0-4 -> 2.49.0-1
-rw-r--r-- | python-azure-cli-core/PKGBUILD | 20 |
1 files changed, 7 insertions, 13 deletions
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" |