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

Felix Yan felixonmars at archlinux.org
Fri Mar 10 05:22:43 UTC 2017


    Date: Friday, March 10, 2017 @ 05:22:42
  Author: felixonmars
Revision: 290452

upgpkg: python-cryptography 1.8.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-10 02:57:44 UTC (rev 290451)
+++ PKGBUILD	2017-03-10 05:22:42 UTC (rev 290452)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -16,15 +16,10 @@
               "python2-cryptography-vectors=$pkgver" 'python-iso8601' 'python2-iso8601'
               'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
               'python-hypothesis' 'python2-hypothesis' 'python-pytz' 'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz"
-        32bit-fix.patch::https://github.com/pyca/cryptography/commit/d74ba3298ddd4d3558224af85768e28f4c7f8d0d.patch)
-md5sums=('fade66de437392ed1ba6980768626204'
-         '9cce8b78c8cc7f532c4f66f2ed116896')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
+md5sums=('9f28a9c141995cd2300d0976b4fac3fb')
 
 prepare() {
-  # https://github.com/pyca/cryptography/issues/3323
-  (cd cryptography-$pkgver; patch -p1 -i ../32bit-fix.patch)
-
   cp -a cryptography-${pkgver}{,-python2}
 }
 



More information about the arch-commits mailing list