Skip to content

Commit

Permalink
dev-python/requests-toolbelt: Version bump to 0.7.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
mrueg committed Apr 15, 2017
1 parent ce95390 commit b9c68ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/requests-toolbelt/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST requests-toolbelt-0.5.1.tar.gz 187981 SHA256 4f4be5325cf4af12847252406eefca8e9d1cd3cfb23a377aaac5cea32d55d23e SHA512 fff70b7262efae616fe9fe8e25af9856d42ccecdaca71cfde0dd81c5d7c509aec30f7c99f4b886d844c168937197ed8287e873fffe6073e93e48412b5a902997 WHIRLPOOL 6c918a43ab70046545445d217cac0ea9fd18c1938aaa5bfe61645cb95a435630000d2fbe51317c8bc9fcb11c8f68c64c8c1af0ef265c72d2994f16b9365cff3f
DIST requests-toolbelt-0.7.0.tar.gz 194062 SHA256 33899d4a559c3f0f5e9fbc115d337c4236febdc083755a160a4132d92fc3c91a SHA512 77f11d12643d7cacf0c5dab5c5490359fc6f11c038d56d6ae27939394c5788622edb230d38d2202192eec6a7b1229feeb5669cd6a33c78f6891699d017e8205e WHIRLPOOL 6ce0b79cc4a7d981e77939bbc145e9a7c613067ef451cc084539304c6926cbd712fd47a936d7e3707074f9778f973830d5278c577cb826464e7606101a000586
DIST requests-toolbelt-0.7.1.tar.gz 194670 SHA256 c3843884269d79e492522f3e9f490917e074c1ddbb80111968970e721fe36eaf SHA512 2559db13054c4d9b7c459603809a16d8d9a9c1a348369e1bc68e557bae10c41291286112e3b4a71e83b42203d40fa5cbc8441028693eeb986162d212a65f68ac WHIRLPOOL 200360434e119eb089d28a68b86685c0a7dad0b1a243dde03b10667184065ec94b29993d24467f43a5dfe6e3b24fe35fec588ea0d5e8768426c044043f9de5f0
21 changes: 21 additions & 0 deletions dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1

DESCRIPTION="A utility belt for advanced users of python-requests"
HOMEPAGE="http://toolbelt.readthedocs.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="<=dev-python/requests-3.0.0"

DOCS=( AUTHORS.rst HISTORY.rst README.rst )

0 comments on commit b9c68ee

Please sign in to comment.