pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-requests-oauthlib
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 20 10:00:08 UTC 2017
Modified Files:
pkgsrc/security/py-requests-oauthlib: Makefile PLIST distinfo
Log Message:
Updated py-requests-oauthlib to 0.8.0.
v0.8.0 (14 February 2017)
+++++++++++++++++++++++++
- Added Fitbit compliance fix.
- Fixed an issue where newlines in the response body for the access token
request would cause errors when trying to extract the token.
- Fixed an issue introduced in v0.7.0 where users passing ``auth`` to several
methods would encounter conflicts with the ``client_id`` and
``client_secret``-derived auth. The user-supplied ``auth`` argument is now
used in preference to those options.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-requests-oauthlib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-requests-oauthlib/PLIST \
pkgsrc/security/py-requests-oauthlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-requests-oauthlib/Makefile
diff -u pkgsrc/security/py-requests-oauthlib/Makefile:1.6 pkgsrc/security/py-requests-oauthlib/Makefile:1.7
--- pkgsrc/security/py-requests-oauthlib/Makefile:1.6 Wed Oct 19 13:39:33 2016
+++ pkgsrc/security/py-requests-oauthlib/Makefile Mon Feb 20 10:00:08 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/10/19 13:39:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/02/20 10:00:08 wiz Exp $
-DISTNAME= requests-oauthlib-0.7.0
+DISTNAME= requests-oauthlib-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-oauthlib/}
Index: pkgsrc/security/py-requests-oauthlib/PLIST
diff -u pkgsrc/security/py-requests-oauthlib/PLIST:1.4 pkgsrc/security/py-requests-oauthlib/PLIST:1.5
--- pkgsrc/security/py-requests-oauthlib/PLIST:1.4 Wed Oct 19 13:39:33 2016
+++ pkgsrc/security/py-requests-oauthlib/PLIST Mon Feb 20 10:00:08 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/10/19 13:39:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/02/20 10:00:08 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,6 +17,9 @@ ${PYSITELIB}/requests_oauthlib/complianc
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.py
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.pyc
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.pyo
+${PYSITELIB}/requests_oauthlib/compliance_fixes/fitbit.py
+${PYSITELIB}/requests_oauthlib/compliance_fixes/fitbit.pyc
+${PYSITELIB}/requests_oauthlib/compliance_fixes/fitbit.pyo
${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.py
${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.pyc
${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.pyo
Index: pkgsrc/security/py-requests-oauthlib/distinfo
diff -u pkgsrc/security/py-requests-oauthlib/distinfo:1.4 pkgsrc/security/py-requests-oauthlib/distinfo:1.5
--- pkgsrc/security/py-requests-oauthlib/distinfo:1.4 Wed Oct 19 13:39:33 2016
+++ pkgsrc/security/py-requests-oauthlib/distinfo Mon Feb 20 10:00:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/10/19 13:39:33 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/02/20 10:00:08 wiz Exp $
-SHA1 (requests-oauthlib-0.7.0.tar.gz) = 7bef0dfed117982efeb258c97d5f644481ca5f02
-RMD160 (requests-oauthlib-0.7.0.tar.gz) = 530a12769b6ed4ab9e187a9bde68a858447921b8
-SHA512 (requests-oauthlib-0.7.0.tar.gz) = 97734dddcb1ffef5dbe8e1748489fdad2e097a9f167193be513ce33535fe094b37e74a4fbd6a625b0e0e447ca115749e7ed56a37d856c232afd07d6b60e86c03
-Size (requests-oauthlib-0.7.0.tar.gz) = 82847 bytes
+SHA1 (requests-oauthlib-0.8.0.tar.gz) = 101e2716bd747a0cf859662fcfefa08d8c6189d9
+RMD160 (requests-oauthlib-0.8.0.tar.gz) = 8a41f15c2907174e0ea842af9b727526305225e0
+SHA512 (requests-oauthlib-0.8.0.tar.gz) = 267c6f60cefecc133495d7407986ae23d238ad449cfbbcf2148b444a2498445991677bf416074bae59e16881953d52d338aa2c1470432ca608797ca3d2bcd999
+Size (requests-oauthlib-0.8.0.tar.gz) = 84110 bytes
Home |
Main Index |
Thread Index |
Old Index