[arch-commits] Commit in python-cryptography/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Tue Dec 7 14:32:26 UTC 2021
Date: Tuesday, December 7, 2021 @ 14:32:26
Author: foutrelis
Revision: 430780
upgpkg: python-cryptography 36.0.0-1: bump to fix FS#72408
Modified:
python-cryptography/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-07 11:53:32 UTC (rev 430779)
+++ PKGBUILD 2021-12-07 14:32:26 UTC (rev 430780)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-cryptography
-pkgver=35.0.0
-pkgrel=3
+pkgver=36.0.0
+pkgrel=1
pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
arch=('x86_64')
license=('Apache')
@@ -12,13 +12,8 @@
checkdepends=('python-pytest-runner' 'python-pytest-subtests' "python-cryptography-vectors=$pkgver"
'python-iso8601' 'python-pretend' 'python-hypothesis' 'python-pytz')
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
-sha512sums=('447fd81ea82bd5875f14b3dca0fe6c1e8ebe661485252b00c3a19ab91bc0261289fbc59f9a22ba9317e8ba01f7f197c90ca6973f9d87a5d8851eeff2e1168d1d')
+sha512sums=('0588ab77c329277950ab3a20fbc1c1db2d59dfa86e8f6f2f0947507eb65557a749d40680b13df513db70bdf7a6c7c827b339988523cb5b476ad0340acb28bdf6')
-prepare() {
- # https://github.com/pyca/cryptography/pull/5777
- sed -i '/install_requires/d' cryptography-$pkgver/setup.py
-}
-
build() {
cd cryptography-$pkgver
python setup.py build
More information about the arch-commits
mailing list