Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cryptography
Commits: 5590584f by Carl Smedstad at 2025-09-18T07:21:02+02:00 upgpkg: 46.0.1-1: Upstream release https://cryptography.io/en/latest/changelog/#v46-0-1 https://cryptography.io/en/latest/changelog/#v46-0-0 - - - - - 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 = 45.0.7 + pkgver = 46.0.1 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=45.0.7 - sha512sums = 1826c0e9892905bdb37d4adc179cefb7e93d2b013ced25fa3641edf7799d3dd2038f5496db693531bc6f368527fe5a7352444b5c71f3b9e68963cf82db6274dd + source = git+https://github.com/pyca/cryptography.git#tag=46.0.1 + sha512sums = cd0c54dd62aa5bd6c4609b872a3095419891f177832a8f803c25699e560baa0effe4577ce2f28a2c397806f1480f46577dd1dc803d6666e6fca8f4e64aa3df61 pkgname = python-cryptography ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-cryptography -pkgver=45.0.7 +pkgver=46.0.1 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") -sha512sums=('1826c0e9892905bdb37d4adc179cefb7e93d2b013ced25fa3641edf7799d3dd2038f5496db693531bc6f368527fe5a7352444b5c71f3b9e68963cf82db6274dd') +sha512sums=('cd0c54dd62aa5bd6c4609b872a3095419891f177832a8f803c25699e560baa0effe4577ce2f28a2c397806f1480f46577dd1dc803d6666e6fca8f4e64aa3df61') prepare() { cd cryptography View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/5590584f56294cf18b6c45e92cdb8e9898231c16 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/5590584f56294cf18b6c45e92cdb8e9898231c16 You're receiving this email because of your account on gitlab.archlinux.org.
