Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
python-libvcs


Commits:
8b393af5 by Andreas Schleifer at 2026-01-28T22:45:31+01:00
upgpkg: 0.38.6-1: closes #6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-libvcs
        pkgdesc = Lite, typed, pythonic utilities for git, svn, mercurial, etc
-       pkgver = 0.37.0
-       pkgrel = 2
+       pkgver = 0.38.6
+       pkgrel = 1
        url = https://libvcs.git-pull.com/
        arch = any
        license = MIT
@@ -20,8 +20,8 @@ pkgbase = python-libvcs
        optdepends = mercurial: for mercurial repository support
        optdepends = subversion: for subversion repository support
        optdepends = python-pytest: for pytest plugin
-       source = 
https://github.com/vcs-python/libvcs/archive/v0.37.0/python-libvcs-0.37.0.tar.gz
-       sha512sums = 
2d20208dedcc07ceb73c5d2fee96783037ce8300827d518b4d935bcda0e982045908a122fd88ef4334e5171e456db6d41a7321b1e05c972477d0f1d463ff7a1c
-       b2sums = 
0beabed2d4c9b7fa3d4e6ea64e7d80ba06683cc84ab86839aaa39a53940d9f0b13436ddb06b9ad3875a80df5196c2044b66a3306a89c986e2cfae65699da71b0
+       source = 
https://github.com/vcs-python/libvcs/archive/v0.38.6/python-libvcs-0.38.6.tar.gz
+       sha512sums = 
d1c179002ba78c1f791014b7bcb289b6c5eb989006e5572c96faaf9cdaa6d13ea3069b07456377d74605b3c0533d6e3661a47920d36c68a62c674b5d055a346d
+       b2sums = 
c0f40de15f4ba69528724a0d0be19def9410e6f0338d272dfd3cdf8a6a5f4a80c8886fb44595b12959dec99f4e763b152abe2676b823d30f55d1862cff6b5146
 
 pkgname = python-libvcs


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _name='libvcs'
 pkgname="python-${_name}"
-pkgver=0.37.0
-pkgrel=2
+pkgver=0.38.6
+pkgrel=1
 pkgdesc='Lite, typed, pythonic utilities for git, svn, mercurial, etc'
 arch=('any')
 url='https://libvcs.git-pull.com/'
@@ -32,17 +32,17 @@ optdepends=(
   'python-pytest: for pytest plugin'
 )
 
source=("https://github.com/vcs-python/libvcs/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('2d20208dedcc07ceb73c5d2fee96783037ce8300827d518b4d935bcda0e982045908a122fd88ef4334e5171e456db6d41a7321b1e05c972477d0f1d463ff7a1c')
-b2sums=('0beabed2d4c9b7fa3d4e6ea64e7d80ba06683cc84ab86839aaa39a53940d9f0b13436ddb06b9ad3875a80df5196c2044b66a3306a89c986e2cfae65699da71b0')
+sha512sums=('d1c179002ba78c1f791014b7bcb289b6c5eb989006e5572c96faaf9cdaa6d13ea3069b07456377d74605b3c0533d6e3661a47920d36c68a62c674b5d055a346d')
+b2sums=('c0f40de15f4ba69528724a0d0be19def9410e6f0338d272dfd3cdf8a6a5f4a80c8886fb44595b12959dec99f4e763b152abe2676b823d30f55d1862cff6b5146')
 
 build() {
-  cd  "${_name}-${pkgver}"
+  cd "${_name}-${pkgver}"
 
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-  cd  "${_name}-${pkgver}"
+  cd "${_name}-${pkgver}"
 
   export GIT_CONFIG_GLOBAL="$HOME/.gitconfig"
   git config --global user.email "[email protected]"
@@ -58,7 +58,7 @@ check() {
 }
 
 package() {
-  cd  "${_name}-${pkgver}"
+  cd "${_name}-${pkgver}"
 
   python -m installer --destdir="${pkgdir}" dist/*.whl
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libvcs/-/commit/8b393af5f2dba24de6b3f66c32ae24e56808fdd6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libvcs/-/commit/8b393af5f2dba24de6b3f66c32ae24e56808fdd6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to