python-web-socket-client:version bump

This commit is contained in:
blue-devil
2020-01-09 22:22:52 +00:00
parent acda5c743d
commit 2d0ca300a3
3 changed files with 27 additions and 11 deletions
@@ -11,7 +11,4 @@ def build():
def install():
pythonmodules.install()
pisitools.rename("/usr/bin/wsdump.py", "wsdump2.py")
pisitools.dodoc("MANIFEST*", "ChangeLog", "README*", "LICENSE")
pisitools.rename("/usr/bin/wsdump.py", "wsdump-py2.py")
@@ -1,19 +1,22 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-websocket-client</Name>
<Homepage>https://github.com/liris/websocket-client</Homepage>
<Homepage>https://github.com/websocket-client/websocket-client</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<License>BSD</License>
<PartOf>programming.language.python</PartOf>
<IsA>app:console</IsA>
<Summary>WebSocket client library for Python</Summary>
<Description>websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.</Description>
<Archive sha1sum="ff0b8c989cecf823b8b5b7f1bf7d417c9a7a1509" type="targz">https://github.com/liris/websocket-client/archive/v0.48.0.tar.gz</Archive>
<Archive sha1sum="cab0a4f817bb19ea0a2e314eeb5b46eccd1a6320" type="targz">https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
@@ -21,16 +24,24 @@
<Name>python-websocket-client</Name>
<Summary>WebSocket client library for Python</Summary>
<RuntimeDependencies>
<Dependency>python-six</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/wsdump-py2.py</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-websocket-client</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2019-12-26</Date>
<Version>0.57.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-29</Date>
<Version>0.48.0</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-websocket-client</Name>
<Summary xml:lang="tr">Python icin ag soketleri kitapligi</Summary>
<Description xml:lang="tr">python-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir.</Description>
</Source>
</PISI>