Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-cryptography
Commits:
11485848 by Felix Yan at 2024-08-14T21:36:13+03:00
upgpkg: 42.0.7-1
- - - - -
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 = 42.0.6
+ pkgver = 42.0.7
pkgrel = 1
url = https://github.com/pyca/cryptography
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-cryptography
makedepends = python-installer
makedepends = python-wheel
depends = python-cffi
- source = git+https://github.com/pyca/cryptography.git#tag=42.0.6
- sha512sums =
89b5e3ceffe9d587fc107ff32bce860cd722bf089beec13826f79e3b3799dd4c41d0f074f73c7a43a44b2d58eed6ef0e424d3a8121e2216bd4cf22f737ccb79e
+ source = git+https://github.com/pyca/cryptography.git#tag=42.0.7
+ sha512sums =
67799ba316a9ed09cc92ef2497d17d74d323514a0114a9c0eaf443766f8d176aab5ca3a349fe54b0b46c89ff8e2407499e5e1418925e0b95e5218163620c5875
pkgname = python-cryptography
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-cryptography
-pkgver=42.0.6
+pkgver=42.0.7
pkgrel=1
pkgdesc="A package designed to expose cryptographic recipes and primitives to
Python developers"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'python-setuptools-rust' 'llvm' 'clang'
'lld' 'python-build'
checkdepends=('python-pytest' 'python-pytest-subtests' 'python-iso8601'
'python-pretend'
'python-hypothesis' 'python-pytz' 'python-certifi')
source=("git+https://github.com/pyca/cryptography.git#tag=$pkgver")
-sha512sums=('89b5e3ceffe9d587fc107ff32bce860cd722bf089beec13826f79e3b3799dd4c41d0f074f73c7a43a44b2d58eed6ef0e424d3a8121e2216bd4cf22f737ccb79e')
+sha512sums=('67799ba316a9ed09cc92ef2497d17d74d323514a0114a9c0eaf443766f8d176aab5ca3a349fe54b0b46c89ff8e2407499e5e1418925e0b95e5218163620c5875')
prepare() {
cd cryptography
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/11485848eebdacdc642922bdc34eddd0df2fc89e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cryptography/-/commit/11485848eebdacdc642922bdc34eddd0df2fc89e
You're receiving this email because of your account on gitlab.archlinux.org.