-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[script.module.pyxbmct] 1.3.1 (#1266)
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
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,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.pyxbmct" | ||
name="PyXBMCt" | ||
version="1.3.0" | ||
version="1.3.1" | ||
provider-name="Roman V.M."> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.future" /> | ||
<import addon="xbmc.python" version="2.26.0"/> | ||
<import addon="script.module.six" /> | ||
<import addon="script.module.kodi-six" /> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
|
@@ -14,10 +14,15 @@ | |
<summary lang="en_GB">PyXBMCt UI framework</summary> | ||
<description lang="en_GB">PyXBMCt is a mini-framework for simple XBMC addon UI buliding. It is similar to PyQt and provides parent windows, a number of UI controls (widgets) and a grid layout manager to place controls.</description> | ||
<license>GNU GPL v.3</license> | ||
<forum>http://forum.xbmc.org/showthread.php?tid=174859</forum> | ||
<forum>https://forum.kodi.tv/showthread.php?tid=174859</forum> | ||
<website>http://romanvm.github.io/script.module.pyxbmct/</website> | ||
<email>[email protected]</email> | ||
<source>https://github.com/romanvm/script.module.pyxbmct</source> | ||
<news>Added compatibility with Python 3</news> | ||
<news>1.3.1: | ||
- Fix incompatibility with newer Python 3 Kodi builds | ||
- Replace future library with six for Python 3 compatibility</news> | ||
<assets> | ||
<icon>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
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