hashworks pushed to branch main at Arch Linux / Packaging / Packages /
python-gitlabber
Commits:
086bda1f by Justin Kromlinger at 2025-12-04T16:22:49+01:00
upgpkg: 2.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-gitlabber
pkgdesc = Clones or pulls entire groups tree from GitLab
- pkgver = 1.2.8
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/ezbz/gitlabber
arch = any
@@ -13,9 +13,12 @@ pkgbase = python-gitlabber
depends = python-gitlab
depends = python-globre
depends = python-pyyaml
- depends = python-tqdm
- depends = python-docopt
- source =
python-gitlabber::git+https://github.com/ezbz/gitlabber#commit=1ee3667638e65374e9ae6404019a37d0de2f08a2
- sha256sums =
7d877b57f1ab2ee014e06378bc95ef7332e91fd585086d5a135d1f3f3ad1217c
+ depends = python-rich
+ depends = python-typer
+ depends = python-pydantic
+ depends = python-pydantic-settings
+ optdepends = python-keyring: Store GitLab tokens securely using your OS
keyring
+ source =
python-gitlabber::git+https://github.com/ezbz/gitlabber#tag=v2.1.0
+ sha256sums =
7c996119c734bf554c376a4bb2c5dbb4de7b941b3cbd93fef7418e415463cffd
pkgname = python-gitlabber
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=python-gitlabber
-pkgver=1.2.8
-_commit=1ee3667638e65374e9ae6404019a37d0de2f08a2
+pkgver=2.1.0
pkgrel=1
pkgdesc='Clones or pulls entire groups tree from GitLab'
arch=('any')
@@ -16,8 +15,13 @@ depends=(
'python-gitlab'
'python-globre'
'python-pyyaml'
- 'python-tqdm'
- 'python-docopt'
+ 'python-rich'
+ 'python-typer'
+ 'python-pydantic'
+ 'python-pydantic-settings'
+)
+optdepends=(
+ 'python-keyring: Store GitLab tokens securely using your OS keyring'
)
makedepends=(
'git'
@@ -25,8 +29,8 @@ makedepends=(
checkdepends=(
'python-pytest-integration'
)
-source=("$pkgname::git+${url}#commit=$_commit")
-sha256sums=('7d877b57f1ab2ee014e06378bc95ef7332e91fd585086d5a135d1f3f3ad1217c')
+source=("$pkgname::git+${url}#tag=v${pkgver}")
+sha256sums=('7c996119c734bf554c376a4bb2c5dbb4de7b941b3cbd93fef7418e415463cffd')
pkgver() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlabber/-/commit/086bda1f894a88a8fae50608dac8684ba5a9a4e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlabber/-/commit/086bda1f894a88a8fae50608dac8684ba5a9a4e2
You're receiving this email because of your account on gitlab.archlinux.org.