diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-05-24 18:54:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:28:51 +0700 |
commit | 3cf1c3aee506400e6fc0c464115c265b58c5f80e (patch) | |
tree | 1e5edfaa7a91b7aa59185157a2aa291b0d9638b6 /python/requests-toolbelt | |
parent | 3cd089148219822eb4b23cd8c307e24d122a6f31 (diff) |
python/requests-toolbelt: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/requests-toolbelt')
-rw-r--r-- | python/requests-toolbelt/requests-toolbelt.SlackBuild | 2 | ||||
-rw-r--r-- | python/requests-toolbelt/requests-toolbelt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/requests-toolbelt/requests-toolbelt.SlackBuild b/python/requests-toolbelt/requests-toolbelt.SlackBuild index a044bec0348f..4c917efd0e61 100644 --- a/python/requests-toolbelt/requests-toolbelt.SlackBuild +++ b/python/requests-toolbelt/requests-toolbelt.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=requests-toolbelt -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/requests-toolbelt/requests-toolbelt.info b/python/requests-toolbelt/requests-toolbelt.info index 1a1dbf4bdfc3..78f50c15598b 100644 --- a/python/requests-toolbelt/requests-toolbelt.info +++ b/python/requests-toolbelt/requests-toolbelt.info @@ -1,8 +1,8 @@ PRGNAM="requests-toolbelt" -VERSION="0.7.1" +VERSION="0.8.0" HOMEPAGE="https://toolbelt.readthedocs.io/en/latest/" -DOWNLOAD="https://pypi.python.org/packages/ab/bf/2af6b25f880e2d529a524f98837d33b1048a2a15703fc4806185b54e9672/requests-toolbelt-0.7.1.tar.gz" -MD5SUM="be245e2093a9610fb2eb399afc063ad2" +DOWNLOAD="https://pypi.python.org/packages/86/f9/e80fa23edca6c554f1994040064760c12b51daff54b55f9e379e899cd3d4/requests-toolbelt-0.8.0.tar.gz" +MD5SUM="1028a6044b175440fdc7671e94430cbe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests" |