Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pygit2
Commits:
7113aac3 by Caleb Maclennan at 2025-12-29T17:38:56+03:00
upgpkg: 1.19.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pygit2
pkgdesc = Python bindings for libgit2
- pkgver = 1.19.0
- pkgrel = 2
+ pkgver = 1.19.1
+ pkgrel = 1
url = https://github.com/libgit2/pygit2
arch = x86_64
license = LicenseRef-GPL-2.0-only-with-linking-exception
@@ -15,8 +15,8 @@ pkgbase = python-pygit2
depends = libgit2
depends = python
depends = python-cffi
- source =
https://github.com/libgit2/pygit2/archive/v1.19.0/python-pygit2-1.19.0.tar.gz
- sha256sums =
1d5d0c28607c25d56b004fef1db0dd924353c1e180a8fcaa55ba0e365791eabb
+ source =
https://github.com/libgit2/pygit2/archive/v1.19.1/python-pygit2-1.19.1.tar.gz
+ sha256sums =
85f41fea3d6bd10676e6f0ee1803995fab456897215dde3f23c32f7d59189917
pkgname = python-pygit2
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Daniel Micay <[email protected]>
pkgname=python-pygit2
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.19.1
+pkgrel=1
pkgdesc='Python bindings for libgit2'
arch=('x86_64')
url="https://github.com/libgit2/pygit2"
@@ -14,7 +14,7 @@ depends=('glibc' 'libgit2' 'python' 'python-cffi')
makedepends=('cython' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-pytest')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('1d5d0c28607c25d56b004fef1db0dd924353c1e180a8fcaa55ba0e365791eabb')
+sha256sums=('85f41fea3d6bd10676e6f0ee1803995fab456897215dde3f23c32f7d59189917')
prepare() {
cd "pygit2-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygit2/-/commit/7113aac30ade8de8df8f610578010db75e48b3a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygit2/-/commit/7113aac30ade8de8df8f610578010db75e48b3a7
You're receiving this email because of your account on gitlab.archlinux.org.