Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
vcspull


Commits:
3dcabb31 by Andreas Schleifer at 2025-10-26T22:21:37+01:00
upgpkg: 1.41.0-1: closes #6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = vcspull
        pkgdesc = Synchronize projects via yaml/json manifest. Built using 
`libvcs`
-       pkgver = 1.35.0
+       pkgver = 1.41.0
        pkgrel = 1
        url = https://vcspull.git-pull.com/
        arch = any
        license = MIT
        checkdepends = git
        checkdepends = python-pytest
+       checkdepends = python-pytest-asyncio
        checkdepends = python-pytest-rerunfailures
        makedepends = python-build
        makedepends = python-hatchling
@@ -18,8 +19,8 @@ pkgbase = vcspull
        depends = python-shtab
        depends = python-yaml
        optdepends = bash-completion: for command line completion in bash
-       source = 
https://github.com/vcs-python/vcspull/archive/v1.35.0/vcspull-1.35.0.tar.gz
-       sha512sums = 
e93de603d3a95eb9e8b1ceeb56d57463f49f63a7e4f76de7f8b12b7278833e1ec6ae51a25a2f1715df7286bd4f6a17fffd8773583cf5e74ec2fa781e9d53cabb
-       b2sums = 
04061ed9594c26ce76d7083ae5b489f12c81f859d836f38d6f9c13318aca996bbbd574c2408baf8e96283e72a44c95f7d3ef6caf8540bc3dc4ce2f7ff43de72a
+       source = 
https://github.com/vcs-python/vcspull/archive/v1.41.0/vcspull-1.41.0.tar.gz
+       sha512sums = 
2cd4447b5ae7cff4b1b67fe1c7e55667d8117f14cdcbe9ab3fd485f6375308022aeb8757d9e991e6dc8ab231dd5e56b8055c51d8968b41df9c00f226a59f4d54
+       b2sums = 
7acad8294e97c6698d80f46492f37865238892c5620cd56b2b821c4a394f399d996e21eb3d13384d13e2c9c8596731d7ffffc37ea76ad4c11c63d1a8137c9470
 
 pkgname = vcspull


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
 
 pkgname='vcspull'
-pkgver=1.35.0
+pkgver=1.41.0
 pkgrel=1
 pkgdesc='Synchronize projects via yaml/json manifest. Built using `libvcs`'
 arch=('any')
@@ -23,14 +23,15 @@ makedepends=(
 checkdepends=(
   git
   python-pytest
+  python-pytest-asyncio
   python-pytest-rerunfailures
 )
 optdepends=(
   'bash-completion: for command line completion in bash'
 )
 
source=("https://github.com/vcs-python/vcspull/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('e93de603d3a95eb9e8b1ceeb56d57463f49f63a7e4f76de7f8b12b7278833e1ec6ae51a25a2f1715df7286bd4f6a17fffd8773583cf5e74ec2fa781e9d53cabb')
-b2sums=('04061ed9594c26ce76d7083ae5b489f12c81f859d836f38d6f9c13318aca996bbbd574c2408baf8e96283e72a44c95f7d3ef6caf8540bc3dc4ce2f7ff43de72a')
+sha512sums=('2cd4447b5ae7cff4b1b67fe1c7e55667d8117f14cdcbe9ab3fd485f6375308022aeb8757d9e991e6dc8ab231dd5e56b8055c51d8968b41df9c00f226a59f4d54')
+b2sums=('7acad8294e97c6698d80f46492f37865238892c5620cd56b2b821c4a394f399d996e21eb3d13384d13e2c9c8596731d7ffffc37ea76ad4c11c63d1a8137c9470')
 
 build() {
   cd  "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vcspull/-/commit/3dcabb31683ca36c05745d698d301160a7c06755

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vcspull/-/commit/3dcabb31683ca36c05745d698d301160a7c06755
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to