-
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.oauthlib] 3.2.2 (#2544)
- Loading branch information
Showing
71 changed files
with
1,428 additions
and
1,287 deletions.
There are no files selected for viewing
File renamed without changes.
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,21 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.oauthlib" name="oauthlib" version="3.1.0+matrix.3" provider-name="Idan Gazit"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
<import addon="script.module.blinker" version="1.4.0+matrix.1"/> | ||
<import addon="script.module.pyjwt" version="1.7.1+matrix.1"/> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<summary lang="en_GB">A generic, spec-compliant, thorough implementation of the OAuth request-signing logic</summary> | ||
<description lang="en_GB">A generic, spec-compliant, thorough implementation of the OAuth request-signing logic</description> | ||
<disclaimer lang="en_GB">A generic, spec-compliant, thorough implementation of the OAuth request-signing logic</disclaimer> | ||
<license>OAuthLib is yours to use and abuse according to the terms of the BSD license. Check the LICENSE file for full details</license> | ||
<website>https://pypi.python.org/pypi/oauthlib</website> | ||
<source>https://pypi.python.org/pypi/oauthlib</source> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
<addon id="script.module.oauthlib" name="oauthlib" version="3.2.2" provider-name="The OAuthlib Community"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0" /> | ||
<import addon="script.module.blinker" version="1.7.0" /> | ||
<import addon="script.module.pyjwt" version="2.8.0" /> | ||
</requires> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">A generic, spec-compliant, thorough implementation of the OAuth request-signing logic</summary> | ||
<description lang="en_GB">A generic, spec-compliant, thorough implementation of the OAuth request-signing logic</description> | ||
<license>BSD</license> | ||
<platform>all</platform> | ||
<website>https://github.com/oauthlib/oauthlib</website> | ||
<source>https://github.com/oauthlib/oauthlib</source> | ||
<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.