[arch-commits] Commit in python2-netlib/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Jan 10 16:36:39 UTC 2016


    Date: Sunday, January 10, 2016 @ 17:36:39
  Author: fyan
Revision: 155875

upgpkg: python2-netlib 0.15.1-2

Modified:
  python2-netlib/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-10 15:53:14 UTC (rev 155874)
+++ PKGBUILD	2016-01-10 16:36:39 UTC (rev 155875)
@@ -4,7 +4,7 @@
 
 pkgname=python2-netlib
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of network utilities used by pathod and mitmproxy"
 url="https://github.com/mitmproxy/netlib"
 license=('MIT')
@@ -18,6 +18,9 @@
 prepare() {
   cd netlib-$pkgver
 
+  # Allow cryptography 1.2.*
+  sed -i 's/cryptography>=1.1.1, <1.2/cryptography>=1.1.1, <1.3/' setup.py
+
   # Use system certificate store, and system ssl.match_hostname
   sed -e '/certifi/d' \
       -e '/backports.ssl_match_hostname/d' \



More information about the arch-commits mailing list