Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pygit2
Commits:
ef807233 by Caleb Maclennan at 2024-10-12T22:37:37+03:00
upgpkg: 1.16.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pygit2
pkgdesc = Python bindings for libgit2
- pkgver = 1.15.1
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/libgit2/pygit2
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = python-pygit2
depends = libgit2
depends = python
depends = python-cffi
- source =
https://github.com/libgit2/pygit2/archive/v1.15.1/python-pygit2-1.15.1.tar.gz
- sha256sums =
2466f78c0a04f6bee7c35488db0f9411db93f8216731b25a32500318cc183980
+ source =
https://github.com/libgit2/pygit2/archive/v1.16.0/python-pygit2-1.16.0.tar.gz
+ sha256sums =
72584d3bc24eb783229e5475eed41078815e90b03254451f3918bc80bba10513
pkgname = python-pygit2
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Daniel Micay <[email protected]>
pkgname=python-pygit2
-pkgver=1.15.1
+pkgver=1.16.0
pkgrel=1
pkgdesc='Python bindings for libgit2'
arch=('x86_64')
@@ -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=('2466f78c0a04f6bee7c35488db0f9411db93f8216731b25a32500318cc183980')
+sha256sums=('72584d3bc24eb783229e5475eed41078815e90b03254451f3918bc80bba10513')
prepare() {
cd "pygit2-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygit2/-/commit/ef807233572532ccb21aaef71cc0a583086f3ce7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygit2/-/commit/ef807233572532ccb21aaef71cc0a583086f3ce7
You're receiving this email because of your account on gitlab.archlinux.org.