Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
python-gitlab
Commits:
e96f7c68 by Sven-Hendrik Haase at 2024-09-16T00:57:45+02:00
upgpkg: 4.11.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-gitlab
pkgdesc = Python wrapper for the GitLab API
- pkgver = 4.10.0
+ pkgver = 4.11.1
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.10.0.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v4.10.0/python-gitlab-v4.10.0.tar.gz
- sha512sums =
32feee9033acd317d35e5be538e94589ee7f365935fb9a3b92f78435ce0f5d318d244f3e179e72d08f90de423ef8891bca37840ab025ad3a3fe330a0c04700a2
- b2sums =
bf34b94d556ba5ce91dc24377b66f12bc14a0ec7596d8aeb9593a3b4398b7689feae8e8c088935362a79aea26536f23a98aecacd3b055c1d622a1deece4743d3
+ source =
python-gitlab-4.11.1.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v4.11.1/python-gitlab-v4.11.1.tar.gz
+ sha512sums =
8e3d9633b45cc73b52f9b00a25fba4ee8aa986c0595c1dbccca87e1316e8679adc3cc8a09381a5dad0fc32050a168007e009d4ae018309c409fd9f8e932cf972
+ b2sums =
8c97a7727aa2d710e1adbcce0cf7ab8107980542c128a904640ef2496f4b28c08ced288da38176c44f89c5df820ee602446f348cc306be984dca6b9adc0fb6f2
pkgname = python-gitlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: crab2313 <[email protected]>
pkgname=python-gitlab
-pkgver=4.10.0
+pkgver=4.11.1
pkgrel=1
pkgdesc="Python wrapper for the GitLab API"
arch=('any')
@@ -16,8 +16,8 @@ optdepends=(
'python-pyyaml: for YAML support'
)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('32feee9033acd317d35e5be538e94589ee7f365935fb9a3b92f78435ce0f5d318d244f3e179e72d08f90de423ef8891bca37840ab025ad3a3fe330a0c04700a2')
-b2sums=('bf34b94d556ba5ce91dc24377b66f12bc14a0ec7596d8aeb9593a3b4398b7689feae8e8c088935362a79aea26536f23a98aecacd3b055c1d622a1deece4743d3')
+sha512sums=('8e3d9633b45cc73b52f9b00a25fba4ee8aa986c0595c1dbccca87e1316e8679adc3cc8a09381a5dad0fc32050a168007e009d4ae018309c409fd9f8e932cf972')
+b2sums=('8c97a7727aa2d710e1adbcce0cf7ab8107980542c128a904640ef2496f4b28c08ced288da38176c44f89c5df820ee602446f348cc306be984dca6b9adc0fb6f2')
build() {
cd $pkgname-$pkgver
@@ -26,7 +26,7 @@ build() {
check() {
cd $pkgname-$pkgver
- pytest -v --ignore tests/functional/
+ pytest -v --ignore tests/functional/ --ignore tests/unit
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlab/-/commit/e96f7c686dcbe087aa9c6029779e7d8ce88f9f2b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlab/-/commit/e96f7c686dcbe087aa9c6029779e7d8ce88f9f2b
You're receiving this email because of your account on gitlab.archlinux.org.