[arch-commits] Commit in python-cryptography/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Dec 29 04:18:34 UTC 2014


    Date: Monday, December 29, 2014 @ 05:18:34
  Author: fyan
Revision: 228124

upgpkg: python-cryptography 0.7.1-1

upstream new release

Modified:
  python-cryptography/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-29 03:49:56 UTC (rev 228123)
+++ PKGBUILD	2014-12-29 04:18:34 UTC (rev 228124)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
 arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@
 license=('Apache')
 url="http://pypi.python.org/pypi/cryptography"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 'python2-cryptography-vectors'
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' "python2-cryptography-vectors=$pkgver"
               'python-iso8601' 'python2-iso8601' 'python-pretend' 'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz")
-md5sums=('bfd1094de5dbbb40f99aae5c4a5657e4')
+md5sums=('4a933b1e01b604cee0e22ce1f9fe7c81')
 
 prepare() {
    cp -a cryptography-${pkgver}{,-python2}



More information about the arch-commits mailing list