[arch-commits] Commit in python-cryptography/trunk (PKGBUILD pin-pytest.patch)

Felix Yan fyan at archlinux.org
Sat Jan 9 03:13:21 UTC 2016


    Date: Saturday, January 9, 2016 @ 04:13:21
  Author: fyan
Revision: 257671

upgpkg: python-cryptography 1.2.1-1

Modified:
  python-cryptography/trunk/PKGBUILD
Deleted:
  python-cryptography/trunk/pin-pytest.patch

------------------+
 PKGBUILD         |   10 +++-------
 pin-pytest.patch |   13 -------------
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 01:32:00 UTC (rev 257670)
+++ PKGBUILD	2016-01-09 03:13:21 UTC (rev 257671)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.1.2
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
 arch=('i686' 'x86_64')
@@ -14,14 +14,10 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' "python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
               'python-iso8601' 'python2-iso8601' 'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
               'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz"
-        pin-pytest.patch)
-md5sums=('15eeba9e31f852bac21155baa3dfbc61'
-         '54f471441df9d3e825bf99946bf0ce1c')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz")
+md5sums=('02798acc5e2d5dbcf6e792a24fc05b95')
 
 prepare() {
-  # We have patched pytest
-  (cd cryptography-${pkgver}; patch -Rp1 -i ../pin-pytest.patch)
   cp -a cryptography-${pkgver}{,-python2}
 }
 

Deleted: pin-pytest.patch
===================================================================
--- pin-pytest.patch	2016-01-09 01:32:00 UTC (rev 257670)
+++ pin-pytest.patch	2016-01-09 03:13:21 UTC (rev 257671)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 19f1e66..43fe17e 100644
---- a/setup.py
-+++ b/setup.py
-@@ -59,7 +59,7 @@
- 
- # If you add a new dep here you probably need to add it in the tox.ini as well
- test_requirements = [
--    "pytest",
-+    "pytest!=2.8.4",
-     "pretend",
-     "iso8601",
-     "hypothesis",



More information about the arch-commits mailing list