summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python-oauthlib/python-oauthlib.SlackBuild5
-rw-r--r--python/python-oauthlib/python-oauthlib.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/python/python-oauthlib/python-oauthlib.SlackBuild b/python/python-oauthlib/python-oauthlib.SlackBuild
index f99a17f930..634c12f4ea 100644
--- a/python/python-oauthlib/python-oauthlib.SlackBuild
+++ b/python/python-oauthlib/python-oauthlib.SlackBuild
@@ -22,10 +22,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
PRGNAM=python-oauthlib
-SRCNAM=oauthlib
-VERSION=${VERSION:-1.0.0}
+SRCNAM=$(echo $PRGNAM | cut -c8-15)
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-oauthlib/python-oauthlib.info b/python/python-oauthlib/python-oauthlib.info
index a1584ae6f1..f268cde519 100644
--- a/python/python-oauthlib/python-oauthlib.info
+++ b/python/python-oauthlib/python-oauthlib.info
@@ -1,8 +1,8 @@
PRGNAM="python-oauthlib"
-VERSION="1.0.0"
+VERSION="1.0.1"
HOMEPAGE="https://github.com/idan/oauthlib"
-DOWNLOAD="https://pypi.python.org/packages/source/o/oauthlib/oauthlib-1.0.0.tar.gz"
-MD5SUM="1fa4979432ff8774db2ad42faf0c7f88"
+DOWNLOAD="https://pypi.python.org/packages/source/o/oauthlib/oauthlib-1.0.1.tar.gz"
+MD5SUM="67fbf9c8173ba38c31dc66c571d8bd40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools pycrypto"