Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-dulwich
Commits:
0fae7ee5 by Daniel M. Capella at 2024-11-11T11:29:44-05:00
upgpkg: 0.22.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-dulwich
pkgdesc = Pure-Python implementation of the Git file formats and
protocols
- pkgver = 0.22.4
+ pkgver = 0.22.5
pkgrel = 1
url = https://www.dulwich.io
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = python-dulwich
optdepends = python-paramiko: for use as the SSH implementation
optdepends = python-pyopenssl: for HTTPS support via urllib3
optdepends = python-pyinotify: to watch for changes to refs
- source = git+https://github.com/jelmer/dulwich.git#tag=dulwich-0.22.4
+ source = git+https://github.com/jelmer/dulwich.git#tag=dulwich-0.22.5
validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- b2sums =
d32fb5007241727a55539a6a8fab705ec5ca50b8549e7800e310a7453a568e76ac703580132622efc08d40fcb787c84df6e6a24e8b69d039d3aed03974e924dc
+ b2sums =
0b041996e6dfbb75f4ad4f2dd9338a1f61b6109fa9164d6230ac3ea233f23281a849eb18cc7e19e7adf2fd483edef002849ffaf89170bc0925a212c28b3e04ea
pkgname = python-dulwich
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-dulwich
_name=${pkgname#python-}
-pkgver=0.22.4
+pkgver=0.22.5
pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=(x86_64)
@@ -30,7 +30,7 @@ optdepends=(
'python-pyinotify: to watch for changes to refs'
)
source=("git+https://github.com/jelmer/dulwich.git#tag=dulwich-$pkgver")
-b2sums=('d32fb5007241727a55539a6a8fab705ec5ca50b8549e7800e310a7453a568e76ac703580132622efc08d40fcb787c84df6e6a24e8b69d039d3aed03974e924dc')
+b2sums=('0b041996e6dfbb75f4ad4f2dd9338a1f61b6109fa9164d6230ac3ea233f23281a849eb18cc7e19e7adf2fd483edef002849ffaf89170bc0925a212c28b3e04ea')
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dulwich/-/commit/0fae7ee544fb236c7263894cc61e6caf61ed6fc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dulwich/-/commit/0fae7ee544fb236c7263894cc61e6caf61ed6fc9
You're receiving this email because of your account on gitlab.archlinux.org.