-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[script.module.websocket] 0.59.0 (#2540)
- Loading branch information
Showing
18 changed files
with
1,005 additions
and
593 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.websocket" name="websocket library" version="0.57.0" provider-name="liris"> | ||
<addon id="script.module.websocket" name="websocket-client" version="0.59.0" provider-name="liris"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.26.0" /> | ||
<import addon="script.module.six" version="1.13.0" /> | ||
<import addon="script.module.backports.ssl_match_hostname" version="3.7.0.1" /> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
<summary lang="en_GB">websocket library repacked for Kodi</summary> | ||
<source>https://github.com/pkscout/script.module.websocket</source> | ||
<summary lang="en_GB">WebSocket client for Python with low level API options</summary> | ||
<description lang="en_GB">WebSocket client for Python with low level API options</description> | ||
<source>https://github.com/websocket-client/websocket-client</source> | ||
<website>https://github.com/websocket-client/websocket-client</website> | ||
<license>LGPL-2.1</license> | ||
<platform>all</platform> | ||
<license>BSD-3-Clause</license> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.