summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2024-09-18 20:43:25 -0400
committerIlaï Deutel2024-09-18 20:43:25 -0400
commit8d017abba64ac0a9d6a4cc95cea96a8f25542b96 (patch)
tree5683eb88e8029d22c3491b54c099a2bd8b1b2d2b
parentc76d14fb79ec9f2c2d0d82fd8d9f47ad78e2c817 (diff)
downloadaur-8d017abba64ac0a9d6a4cc95cea96a8f25542b96.tar.gz
upgpkg: git-machete 3.29.3-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da0a1577aa20..85913129be3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = git-machete
pkgdesc = Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen
- pkgver = 3.29.2
+ pkgver = 3.29.3
pkgrel = 1
url = https://github.com/VirtusLab/git-machete
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-mock
+ checkdepends = python-pytest-xdist
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -16,7 +17,7 @@ pkgbase = git-machete
optdepends = bash: bash completion
optdepends = fish: fish completion
optdepends = zsh: zsh completion
- source = git-machete-3.29.2.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.29.2.tar.gz
- sha256sums = 9b94cbfc762fe9d5b7ebf4747a83b4eebae2b351e9442a0274f41c233fbf0103
+ source = git-machete-3.29.3.tar.gz::https://github.com/VirtusLab/git-machete/archive/v3.29.3.tar.gz
+ sha256sums = f290795b8b048fe59bf239928584c24c4f9a8ae2f7a30f7110585f45a12c14c4
pkgname = git-machete
diff --git a/PKGBUILD b/PKGBUILD
index 661af06f2323..d94910c67dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname='git-machete'
-pkgver=3.29.2
+pkgver=3.29.3
pkgrel=1
pkgdesc="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
arch=('any')
@@ -12,9 +12,9 @@ makedepends=(python-build python-installer python-wheel python-setuptools)
optdepends=('bash: bash completion'
'fish: fish completion'
'zsh: zsh completion')
-checkdepends=('python-pytest' 'python-pytest-mock')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-xdist')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/VirtusLab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('9b94cbfc762fe9d5b7ebf4747a83b4eebae2b351e9442a0274f41c233fbf0103')
+sha256sums=('f290795b8b048fe59bf239928584c24c4f9a8ae2f7a30f7110585f45a12c14c4')
prepare() {
cd "$srcdir/$pkgname-${pkgver}"
@@ -29,8 +29,7 @@ build() {
check() {
cd "$srcdir/$pkgname-${pkgver}"
- # https://github.com/VirtusLab/git-machete/issues/1331
- GITHUB_TOKEN='' pytest -m 'not completion_e2e' -k 'not test_is_equivalent_tree_or_patch_reachable_with_squash_merge_and_commits_in_between'
+ GITHUB_TOKEN='' pytest --numprocesses=auto -m 'not completion_e2e' -vv
}
package() {