Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cryptography
Commits: f7c71f32 by Carl Smedstad at 2026-02-11T06:25:21+01:00 upgpkg: 46.0.5-1: Upstream release https://github.com/pyca/cryptography/blob/46.0.5/CHANGELOG.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-cryptography pkgdesc = A package designed to expose cryptographic recipes and primitives to Python developers - pkgver = 46.0.4 + pkgver = 46.0.5 pkgrel = 1 url = https://github.com/pyca/cryptography arch = x86_64 @@ -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.4 - b2sums = 91bd4c88599a1338fdb7523636008686f4ec05768583761e26c039adf0ebf63f744de1995152333d19c6d2a650979ceadcf1a1a7da16009ab7778a5c07cbef83 + source = git+https://github.com/pyca/cryptography.git#tag=46.0.5 + b2sums = 590e118bed2b977e9ee763744f17b1f6fa7bffe7e7fb8ace01a36d1ae34f3eec833940cff5690cec04ae0e7e42ba57383a29573c6b461ef91daf45c9fb6197bc pkgname = python-cryptography ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-cryptography -pkgver=46.0.4 +pkgver=46.0.5 pkgrel=1 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers" arch=('x86_64') @@ -33,7 +33,7 @@ checkdepends=( 'python-pytest' ) source=("git+https://github.com/pyca/cryptography.git#tag=$pkgver") -b2sums=('91bd4c88599a1338fdb7523636008686f4ec05768583761e26c039adf0ebf63f744de1995152333d19c6d2a650979ceadcf1a1a7da16009ab7778a5c07cbef83') +b2sums=('590e118bed2b977e9ee763744f17b1f6fa7bffe7e7fb8ace01a36d1ae34f3eec833940cff5690cec04ae0e7e42ba57383a29573c6b461ef91daf45c9fb6197bc') prepare() { cd cryptography View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/f7c71f320cf9716e78b22a05218aebb7a698eaa5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/f7c71f320cf9716e78b22a05218aebb7a698eaa5 You're receiving this email because of your account on gitlab.archlinux.org.
