From a5fab83861164ca5097a35c90a4a249cb567df5a Mon Sep 17 00:00:00 2001 From: Sun Austin Date: Fri, 6 Sep 2019 09:08:15 +0800 Subject: [PATCH] [python2to3] upgrade requests-toolbelt to 0.9.1 version From https://pypi.org/project/requests-toolbelt/0.9.1/ version 0.9.1 will support python3. Story: 2006158 Task: 36431 Depends-On: https://review.opendev.org/#/c/679711/ Change-Id: I412783de9b96b45c9f44b5b40fb81f2d912c88b8 Signed-off-by: Sun Austin --- requests-toolbelt/centos/build_srpm.data | 2 +- requests-toolbelt/centos/requests-toolbelt.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requests-toolbelt/centos/build_srpm.data b/requests-toolbelt/centos/build_srpm.data index 00dfd30dc..5be243109 100644 --- a/requests-toolbelt/centos/build_srpm.data +++ b/requests-toolbelt/centos/build_srpm.data @@ -1,4 +1,4 @@ -VERSION=0.5.1 +VERSION=0.9.1 TAR_NAME=requests-toolbelt TAR="$TAR_NAME-$VERSION.tar.gz" # SRC_DIR="$TAR_NAME-$VERSION" diff --git a/requests-toolbelt/centos/requests-toolbelt.spec b/requests-toolbelt/centos/requests-toolbelt.spec index 1b59bee83..d6cbb7bab 100644 --- a/requests-toolbelt/centos/requests-toolbelt.spec +++ b/requests-toolbelt/centos/requests-toolbelt.spec @@ -1,6 +1,6 @@ Summary: A utility belt for advanced users of python-requests Name: requests-toolbelt -Version: 0.5.1 +Version: 0.9.1 Release: 0%{?_tis_dist}.%{tis_patch_ver} License: Apache-2.0 Group: base