diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-13 05:56:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 19:49:09 +0700 |
commit | 787719f4bbe98dc408a196ea673277b2bd921aa7 (patch) | |
tree | b562926e206bf0990e369d87aac74d887c8b632a | |
parent | 9dda75097a0db05d1e00d0a05343fb092d1813e2 (diff) | |
download | slackbuilds-787719f4bbe98dc408a196ea673277b2bd921aa7.tar.gz |
libraries/discogs-client: Updated for version 2.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | libraries/discogs-client/README | 7 | ||||
-rw-r--r-- | libraries/discogs-client/discogs-client.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/discogs-client/discogs-client.info | 8 | ||||
-rw-r--r-- | libraries/discogs-client/slack-desc | 18 |
4 files changed, 20 insertions, 15 deletions
diff --git a/libraries/discogs-client/README b/libraries/discogs-client/README index 71729fa058..f34c2e1c00 100644 --- a/libraries/discogs-client/README +++ b/libraries/discogs-client/README @@ -1 +1,6 @@ -Official Python API client for Discogs. +This is the official Discogs API client for Python. It enables you +to query the Discogs database for information on artists, releases, +labels, users, Marketplace listings, and more. It also supports +OAuth 1.0a authorization, which allows you to change user data such +as profile information, collections and wantlists, inventory, +and orders. diff --git a/libraries/discogs-client/discogs-client.SlackBuild b/libraries/discogs-client/discogs-client.SlackBuild index f6e7873cd3..8641b523ef 100644 --- a/libraries/discogs-client/discogs-client.SlackBuild +++ b/libraries/discogs-client/discogs-client.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=discogs-client -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/discogs-client/discogs-client.info b/libraries/discogs-client/discogs-client.info index 1185b515a2..96a96d5270 100644 --- a/libraries/discogs-client/discogs-client.info +++ b/libraries/discogs-client/discogs-client.info @@ -1,8 +1,8 @@ PRGNAM="discogs-client" -VERSION="2.2.0" -HOMEPAGE="https://pypi.python.org/pypi/discogs-client/" -DOWNLOAD="https://pypi.python.org/packages/source/d/discogs-client/discogs-client-2.2.0.tar.gz" -MD5SUM="aac0528f8fbff48f5bbf8dbd26989158" +VERSION="2.2.1" +HOMEPAGE="https://github.com/discogs/discogs_client" +DOWNLOAD="https://pypi.python.org/packages/source/d/discogs-client/discogs-client-2.2.1.tar.gz" +MD5SUM="c82be8006e1c02fcfc2bb42a2e312151" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-oauthlib python-requests six" diff --git a/libraries/discogs-client/slack-desc b/libraries/discogs-client/slack-desc index 13b0caa0a1..74001d7414 100644 --- a/libraries/discogs-client/slack-desc +++ b/libraries/discogs-client/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| discogs-client: discogs-client (Official Python API client for Discogs) discogs-client: -discogs-client: Official Python API client for Discogs -discogs-client: -discogs-client: homepage: https://pypi.python.org/pypi/discogs-client/ -discogs-client: -discogs-client: -discogs-client: -discogs-client: -discogs-client: -discogs-client: +discogs-client: This is the official Discogs API client for Python. It enables +discogs-client: you to query the Discogs database for information on artists, +discogs-client: releases, labels, users, Marketplace listings, and more. It also +discogs-client: supports OAuth 1.0a authorization, which allows you to change user +discogs-client: data such as profile information, collections and wantlists, +discogs-client: inventory, and orders. +discogs-client: +discogs-client: Homepage: https://github.com/discogs/discogs_client +discogs-client: |