Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
azure-cli


Commits:
62b05928 by Sven-Hendrik Haase at 2024-04-30T15:43:24+02:00
upgpkg: 2.60.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
 pkgbase = azure-cli
        pkgdesc = Command-line tools for Microsoft Azure
-       pkgver = 2.59.0
-       pkgrel = 3
+       pkgver = 2.60.0
+       pkgrel = 1
        url = https://github.com/Azure/azure-cli
        arch = any
        license = MIT
        makedepends = git
        depends = python
        options = !strip
-       source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.59.0
+       source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.60.0
        source = 
azure-cli-28796.patch::https://patch-diff.githubusercontent.com/raw/Azure/azure-cli/pull/28796.patch
        source = az
-       sha256sums = 
beae74a95eefd9cb3b20e5289b3e840667407cc92f7701b089c74694957331d5
-       sha256sums = 
006c1a0d32beac69cf81dd45a7af73c58a5e60dd59094c2e3309d82c0a523d2f
+       sha256sums = 
232c3b08a8396ac137b39fce4ca2c905947e4d0f2f52b19bbf435acf00dbd5e8
+       sha256sums = 
0a8ee343087eb0cd99cb49f91f24be6a3a7c8b2e3dbac63639e8efe67c69456e
        sha256sums = 
990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116
 
 pkgname = azure-cli


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: pallxk <a...@pallxk.com>
 # https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux
 pkgname=azure-cli
-pkgver=2.59.0
-pkgrel=3
+pkgver=2.60.0
+pkgrel=1
 pkgdesc="Command-line tools for Microsoft Azure"
 arch=('any')
 url="https://github.com/Azure/azure-cli";
@@ -14,18 +14,14 @@ options=("!debug")
 source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver}";
         
"$pkgname-28796.patch::https://patch-diff.githubusercontent.com/raw/Azure/azure-cli/pull/28796.patch";
         "az")
-sha256sums=('beae74a95eefd9cb3b20e5289b3e840667407cc92f7701b089c74694957331d5'
-            '006c1a0d32beac69cf81dd45a7af73c58a5e60dd59094c2e3309d82c0a523d2f'
+sha256sums=('232c3b08a8396ac137b39fce4ca2c905947e4d0f2f52b19bbf435acf00dbd5e8'
+            '0a8ee343087eb0cd99cb49f91f24be6a3a7c8b2e3dbac63639e8efe67c69456e'
             '990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116')
 options=('!strip')
 
 prepare() {
   cd azure-cli
   patch -Np1 -i "$srcdir"/$pkgname-28796.patch
-
-  # Python 3.12
-  git cherry-pick -n e440e03b448b7a2c647a306d135ab7da87750106
-  git cherry-pick -n 6c253662715b2e781bd7d2698e5469fe7289ef2c
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/62b05928de543aaada6caef7ac6e53a025778fa3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/62b05928de543aaada6caef7ac6e53a025778fa3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to