Page MenuHomeSolus

D1873.id4426.diff
No OneTemporary

D1873.id4426.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,17 +1,18 @@
name : python-websocket-client
-version : 0.44.0
-release : 2
+version : 0.46.0
+release : 3
source :
- - https://pypi.python.org/packages/06/19/f00725a8aee30163a7f257092e356388443034877c101757c1466e591bf8/websocket_client-0.44.0.tar.gz : 15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72
-license : LGPL-3.0
+ - https://files.pythonhosted.org/packages/source/w/websocket-client/websocket_client-0.46.0.tar.gz : 933f6bbf08b381f2adbca9e93d7e7958ba212b42c73acb310b18f0fbe74f3738
+license : LGPL-2.1
component : programming.python
summary : Websocket client for python
-description:
- The websocket-client module is WebSocket client for python. It provides the low level APIs for WebSocket. All APIs are the synchronous functions.
+description: The websocket-client module is WebSocket client for python. It provides the low level APIs for WebSocket. All APIs are the synchronous functions.
builddeps :
- pkgconfig(python-3.5)
+ - python-backports.ssl_match_hostname
- python-setuptools
rundeps :
+ - python-backports.ssl_match_hostname
- python-six
build : |
%python3_setup
@@ -22,3 +23,14 @@
mv -v "$_f" "${_f%}3"
done
%python_install
+
+ # remove tests that got installed into the buildroot
+ rm -r $installdir/usr/lib/python?.?/site-packages/websocket/tests/
+check : |
+ pushd $PKG_BUILD_DIR/py3build
+ python3 setup.py test
+ popd
+
+ pushd $PKG_BUILD_DIR/py2build
+ python setup.py test
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>python-websocket-client</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>LGPL-3.0</License>
<PartOf>programming.python</PartOf>
@@ -45,19 +45,11 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/websocket/_utils.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/websocket/_utils.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/websocket/cacert.pem</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/data/header01.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/data/header02.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/test_cookiejar.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/test_cookiejar.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/test_websocket.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket/tests/test_websocket.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.44.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.44.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.44.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.44.0-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.44.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.46.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.46.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.46.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.46.0-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/websocket_client-0.46.0-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/websocket/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/websocket/__pycache__/__init__.cpython-35.pyc</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/websocket/__pycache__/_abnf.cpython-35.pyc</Path>
@@ -85,28 +77,20 @@
<Path fileType="library">/usr/lib/python3.5/site-packages/websocket/_url.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/websocket/_utils.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/websocket/cacert.pem</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/__pycache__/__init__.cpython-35.pyc</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/__pycache__/test_cookiejar.cpython-35.pyc</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/__pycache__/test_websocket.cpython-35.pyc</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/data/header01.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/data/header02.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/test_cookiejar.py</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket/tests/test_websocket.py</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.44.0-py3.5.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.44.0-py3.5.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.44.0-py3.5.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.44.0-py3.5.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.44.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.46.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.46.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.46.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.46.0-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/websocket_client-0.46.0-py3.5.egg-info/top_level.txt</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2017-10-13</Date>
- <Version>0.44.0</Version>
+ <Update release="3">
+ <Date>2018-01-03</Date>
+ <Version>0.46.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 7:56 PM (2 h, 53 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808252
Default Alt Text
D1873.id4426.diff (7 KB)

Event Timeline