Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-dulwich


Commits:
6ba796ee by Daniel M. Capella at 2024-10-09T17:43:06-04:00
upgpkg: 0.22.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = python-dulwich
        pkgdesc = Pure-Python implementation of the Git file formats and 
protocols
-       pkgver = 0.22.1
+       pkgver = 0.22.2
        pkgrel = 1
        url = https://www.dulwich.io
        arch = x86_64
-       license = GPL
+       license = Apache-2.0 OR GPL-2.0-or-later
        checkdepends = python-gpgme
        checkdepends = python-paramiko
        makedepends = git
@@ -12,7 +12,6 @@ pkgbase = python-dulwich
        makedepends = python-installer
        makedepends = python-setuptools-rust
        makedepends = python-wheel
-       depends = python-setuptools
        depends = python-urllib3
        optdepends = python-fastimport: for fast-import support
        optdepends = python-gpgme: for PGP signature support
@@ -20,7 +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.1
-       b2sums = 
5c263266b7e7205efbe1be1bbbac50258c8229f166961b83fdcdb3d87780c31489886eb83ce2defafe86fedafb027ae334fcc7bfb49d212de96f06e819236800
+       source = git+https://github.com/jelmer/dulwich.git#tag=v0.22.2
+       validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
+       b2sums = 
776c6b7268c2f772f7e59bd8ed427a66d02de3fd6eaa75d38d0deaf5b40dfadf82317ac9c74746ecb219580b2a24d2e2c2f69aaa445e3c7bfd65674f55ff8997
 
 pkgname = python-dulwich


=====================================
PKGBUILD
=====================================
@@ -3,21 +3,21 @@
 
 pkgname=python-dulwich
 _name=${pkgname#python-}
-pkgver=0.22.1
+pkgver=0.22.2
 pkgrel=1
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
+arch=(x86_64)
 url=https://www.dulwich.io
-license=('GPL')
-depends=('python-setuptools' 'python-urllib3')
+license=('Apache-2.0 OR GPL-2.0-or-later')
+depends=(python-urllib3)
 makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-setuptools-rust'
-  'python-wheel'
+  git
+  python-build
+  python-installer
+  python-setuptools-rust
+  python-wheel
 )
-checkdepends=('python-gpgme' 'python-paramiko')
+checkdepends=(python-gpgme python-paramiko)
 optdepends=(
   'python-fastimport: for fast-import support'
   'python-gpgme: for PGP signature support'
@@ -26,15 +26,9 @@ optdepends=(
   'python-pyopenssl: for HTTPS support via urllib3'
   'python-pyinotify: to watch for changes to refs'
 )
-source=("git+https://github.com/jelmer/dulwich.git#tag=dulwich-$pkgver";)
-b2sums=('5c263266b7e7205efbe1be1bbbac50258c8229f166961b83fdcdb3d87780c31489886eb83ce2defafe86fedafb027ae334fcc7bfb49d212de96f06e819236800')
-#validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij 
<jel...@jelmer.uk>
-
-prepare() {
-  cd "$_name"
-  # https://github.com/jelmer/dulwich/issues/1293
-  git cherry-pick -n 36c2264a621b94a30aea68938fe94059487b9cdf
-}
+source=("git+https://github.com/jelmer/dulwich.git#tag=v$pkgver";)
+b2sums=('776c6b7268c2f772f7e59bd8ed427a66d02de3fd6eaa75d38d0deaf5b40dfadf82317ac9c74746ecb219580b2a24d2e2c2f69aaa445e3c7bfd65674f55ff8997')
+validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij 
<jel...@jelmer.uk>
 
 build() {
   cd "$_name"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dulwich/-/commit/6ba796ee1e7eaa8c2e91510e4d1fc10bcf30a500

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


Reply via email to