Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cryptography
Commits: e56d6205 by Carl Smedstad at 2026-01-31T23:20:25+01:00 upgpkg: 46.0.4-1: Upstream release https://github.com/pyca/cryptography/blob/46.0.4/CHANGELOG.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-cryptography pkgdesc = A package designed to expose cryptographic recipes and primitives to Python developers - pkgver = 46.0.3 - pkgrel = 2 + pkgver = 46.0.4 + pkgrel = 1 url = https://github.com/pyca/cryptography arch = x86_64 license = Apache-2.0 OR BSD-3-Clause @@ -23,7 +23,7 @@ pkgbase = python-cryptography depends = openssl depends = python depends = python-cffi - source = git+https://github.com/pyca/cryptography.git#tag=46.0.3 - sha512sums = 9a209885c5b3fcaf5581655f05d091d42f5d71a3bbb7e1328b0cf8d18c10f863f3257c75c40fab1385aa0b9f317ffb46e72cc70f740b9750780a20c6a8b612b7 + source = git+https://github.com/pyca/cryptography.git#tag=46.0.4 + b2sums = 91bd4c88599a1338fdb7523636008686f4ec05768583761e26c039adf0ebf63f744de1995152333d19c6d2a650979ceadcf1a1a7da16009ab7778a5c07cbef83 pkgname = python-cryptography ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-cryptography -pkgver=46.0.3 -pkgrel=2 +pkgver=46.0.4 +pkgrel=1 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers" arch=('x86_64') license=('Apache-2.0 OR BSD-3-Clause') @@ -33,7 +33,7 @@ checkdepends=( 'python-pytest' ) source=("git+https://github.com/pyca/cryptography.git#tag=$pkgver") -sha512sums=('9a209885c5b3fcaf5581655f05d091d42f5d71a3bbb7e1328b0cf8d18c10f863f3257c75c40fab1385aa0b9f317ffb46e72cc70f740b9750780a20c6a8b612b7') +b2sums=('91bd4c88599a1338fdb7523636008686f4ec05768583761e26c039adf0ebf63f744de1995152333d19c6d2a650979ceadcf1a1a7da16009ab7778a5c07cbef83') prepare() { cd cryptography View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/e56d620563ae574fde050a37bcfb2d1f3660be2c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/e56d620563ae574fde050a37bcfb2d1f3660be2c You're receiving this email because of your account on gitlab.archlinux.org.
