pyton-cryptography: Update to 2.7

This commit is contained in:
Alexey Pavlov
2019-05-31 13:34:59 +03:00
parent e174df7a84
commit 4dd7e91b0e

View File

@@ -3,7 +3,7 @@
_realname=cryptography
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.6.1
pkgver=2.7
pkgrel=1
pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers (mingw-w64)"
url='https://pypi.org/project/cryptography/'
@@ -36,7 +36,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python2-pytz"
"${MINGW_PACKAGE_PREFIX}-python3-pytz")
source=(https://pypi.io/packages/source/c/cryptography/${_realname}-${pkgver}.tar.gz)
sha256sums=('26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6')
sha256sums=('e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6')
prepare() {
cd ${srcdir}