diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2016-08-14 08:13:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-14 08:13:31 +0700 |
commit | 457ffda47f37ff4001d53b0b2a85b72b3fea679d (patch) | |
tree | b66e02c1c43ca37dabe6330eb3d7e2bf06366f1d /python/python-requests/python-requests.SlackBuild | |
parent | d4854354946e2f6ddedb36ca810a835d43934aac (diff) |
python/python-requests: Updated for version 2.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-requests/python-requests.SlackBuild')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index 12ae322e5429e..6729af8b68d1f 100644 --- a/python/python-requests/python-requests.SlackBuild +++ b/python/python-requests/python-requests.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-requests -VERSION=${VERSION:-2.10.0} +VERSION=${VERSION:-2.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . @@ -80,7 +80,7 @@ fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - HISTORY.rst LICENSE NOTICE PKG-INFO README.rst \ + AUTHORS.rst CONTRIBUTING.md HISTORY.rst LICENSE NOTICE README.rst docs/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |