Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
python-gitlab
Commits:
a4fe5870 by Sven-Hendrik Haase at 2024-11-25T10:55:06+01:00
upgpkg: 5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-gitlab
pkgdesc = Python wrapper for the GitLab API
- pkgver = 4.12.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/python-gitlab/python-gitlab
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-gitlab
depends = python-requests-toolbelt
optdepends = python-argcomplete: for autocompletion
optdepends = python-pyyaml: for YAML support
- source =
python-gitlab-4.12.0.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v4.12.0/python-gitlab-v4.12.0.tar.gz
- sha512sums =
133b2df6d0a68560fb5bdf9b545a5451217f7c987192b874c0a7211ef7b9f5678ec8b8ad25b5a23589f51af42f816ef3d1a6339cec8ab07742b31a90e15635be
- b2sums =
755565d98b989559c54bb2af54770aa035109fa467c310f861851cba86025594bd320465a67831117ab1e03ae7160b0a13dd1c87537f3a5d4d29b1648e25bca3
+ source =
python-gitlab-5.0.0.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v5.0.0/python-gitlab-v5.0.0.tar.gz
+ sha512sums =
0f8997efa4381946d0f82de5c8551553363527d92f285a69819b984d2bceadc034a103dd63ca6854507296fbed6bc94f70df3bdc9d790550fc4bbc5db2a362c7
+ b2sums =
dec577ef1b7dcd896992e8f73023b0df46c14a6f26606767c47c99b7b90d0c203991168ecfa03cae9aa283b80700a7a833e8fefe5a38902950c95ff0f8b0e376
pkgname = python-gitlab
=====================================
PKGBUILD
=====================================
@@ -2,22 +2,22 @@
# Contributor: crab2313 <[email protected]>
pkgname=python-gitlab
-pkgver=4.12.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="Python wrapper for the GitLab API"
arch=('any')
url="https://github.com/python-gitlab/python-gitlab"
license=('LGPL-3.0-or-later')
depends=('python' 'python-requests' 'python-requests-toolbelt')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel' )
checkdepends=('python-pytest' 'python-pyyaml' 'python-responses')
optdepends=(
'python-argcomplete: for autocompletion'
'python-pyyaml: for YAML support'
)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('133b2df6d0a68560fb5bdf9b545a5451217f7c987192b874c0a7211ef7b9f5678ec8b8ad25b5a23589f51af42f816ef3d1a6339cec8ab07742b31a90e15635be')
-b2sums=('755565d98b989559c54bb2af54770aa035109fa467c310f861851cba86025594bd320465a67831117ab1e03ae7160b0a13dd1c87537f3a5d4d29b1648e25bca3')
+sha512sums=('0f8997efa4381946d0f82de5c8551553363527d92f285a69819b984d2bceadc034a103dd63ca6854507296fbed6bc94f70df3bdc9d790550fc4bbc5db2a362c7')
+b2sums=('dec577ef1b7dcd896992e8f73023b0df46c14a6f26606767c47c99b7b90d0c203991168ecfa03cae9aa283b80700a7a833e8fefe5a38902950c95ff0f8b0e376')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlab/-/commit/a4fe5870b3934c03db4b9ad5170ffc14c02009e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlab/-/commit/a4fe5870b3934c03db4b9ad5170ffc14c02009e7
You're receiving this email because of your account on gitlab.archlinux.org.