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

Felix Yan felixonmars at archlinux.org
Wed Jun 21 17:27:53 UTC 2017


    Date: Wednesday, June 21, 2017 @ 17:27:52
  Author: felixonmars
Revision: 239310

upgpkg: python-websocket-client 0.43.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 17:26:41 UTC (rev 239309)
+++ PKGBUILD	2017-06-21 17:27:52 UTC (rev 239310)
@@ -6,8 +6,8 @@
 # Contributor: Florian Bruhin <archlinux.org at the-compiler.org>
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.40.0
-pkgrel=2
+pkgver=0.43.0
+pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
 url="https://github.com/liris/websocket-client"
@@ -15,12 +15,13 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six')
 source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
         use-system-ca.patch)
-md5sums=('f1cf4cc7869ef97a98e5f4be25c30986'
-         'c34c7f6fddbe5758d84b9d3cfdd92108')
+sha512sums=('9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18'
+            '0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
 
 prepare() {
   (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
   rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
 
   cp -a websocket_client-$pkgver{,-py2}
 }



More information about the arch-commits mailing list