Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pynacl
Commits: d8aa9a4b by Carl Smedstad at 2026-01-03T18:02:38+01:00 upgpkg: 1.6.2-1: Upstream release https://github.com/pyca/pynacl/blob/1.6.2/CHANGELOG.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pynacl pkgdesc = Python binding to the Networking and Cryptography (NaCl) library - pkgver = 1.6.1 - pkgrel = 2 + pkgver = 1.6.2 + pkgrel = 1 url = https://github.com/pyca/pynacl arch = x86_64 license = Apache-2.0 @@ -16,7 +16,7 @@ pkgbase = python-pynacl depends = libsodium depends = python depends = python-cffi - source = https://github.com/pyca/pynacl/archive/1.6.1/python-pynacl-1.6.1.tar.gz - sha512sums = 77ea6ae114a6f4e980e59c291485e12fdc2a639803b7d6f521932bba041e1df12c9b394adead2240d99f3c726748446449068ce62896ee354f94949a1e0be34d + source = https://github.com/pyca/pynacl/archive/1.6.2/python-pynacl-1.6.2.tar.gz + b2sums = 6df2326873b5cac01cf4d427946fc3c57228f6b87b006d6d54c36ae882d3c2277c490be2f328e9c52e6213ba749c6cb9e0ea3b5745c04cc68e5691692eaf64b4 pkgname = python-pynacl ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Ivan Shapovalov <[email protected]> pkgname=python-pynacl -pkgver=1.6.1 -pkgrel=2 +pkgver=1.6.2 +pkgrel=1 pkgdesc='Python binding to the Networking and Cryptography (NaCl) library' arch=('x86_64') url='https://github.com/pyca/pynacl' @@ -27,7 +27,7 @@ checkdepends=( 'python-pytest' ) source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('77ea6ae114a6f4e980e59c291485e12fdc2a639803b7d6f521932bba041e1df12c9b394adead2240d99f3c726748446449068ce62896ee354f94949a1e0be34d') +b2sums=('6df2326873b5cac01cf4d427946fc3c57228f6b87b006d6d54c36ae882d3c2277c490be2f328e9c52e6213ba749c6cb9e0ea3b5745c04cc68e5691692eaf64b4') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynacl/-/commit/d8aa9a4bda4376105a3aea46e0215703ad3ff99a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynacl/-/commit/d8aa9a4bda4376105a3aea46e0215703ad3ff99a You're receiving this email because of your account on gitlab.archlinux.org.
