[arch-commits] Commit in python-cryptography/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu May 12 14:07:07 UTC 2022
Date: Thursday, May 12, 2022 @ 14:07:07
Author: felixonmars
Revision: 445320
upgpkg: python-cryptography 37.0.0-1
Modified:
python-cryptography/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-12 13:51:28 UTC (rev 445319)
+++ PKGBUILD 2022-05-12 14:07:07 UTC (rev 445320)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-cryptography
-pkgver=36.0.2
+pkgver=37.0.0
pkgrel=1
pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
arch=('x86_64')
@@ -10,9 +10,10 @@
depends=('python-cffi')
makedepends=('python-setuptools-rust')
checkdepends=('python-pytest-runner' 'python-pytest-subtests' "python-cryptography-vectors=$pkgver"
- 'python-iso8601' 'python-pretend' 'python-hypothesis' 'python-pytz')
+ 'python-iso8601' 'python-pretend' 'python-hypothesis' 'python-pytz'
+ 'python-pytest-benchmark')
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
-sha512sums=('cf4a537ba0ccaf136c82aefc2fc80f042827c48bf9ef072e3513760a93285cb4174021c72f9df0033a8bf58af6f831988adc0f4658855710715558b56631362e')
+sha512sums=('bc73a4e73cdfdb0379535551c524dfcd06ee9d11f91bc4a8e8d725a9997b3468973c37b90d40f21237b9c66de78a13caf396a5bff8779c651f8a244704afc5a2')
build() {
cd cryptography-$pkgver
More information about the arch-commits
mailing list