pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-requests-oauthlib Updated py-requests-oaut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c99bb8657747
branches:  trunk
changeset: 358776:c99bb8657747
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 20 10:00:08 2017 +0000

description:
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.

diffstat:

 security/py-requests-oauthlib/Makefile |   4 ++--
 security/py-requests-oauthlib/PLIST    |   5 ++++-
 security/py-requests-oauthlib/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r d7f22b5fbb1c -r c99bb8657747 security/py-requests-oauthlib/Makefile
--- a/security/py-requests-oauthlib/Makefile    Mon Feb 20 09:56:01 2017 +0000
+++ b/security/py-requests-oauthlib/Makefile    Mon Feb 20 10:00:08 2017 +0000
@@ -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/}
diff -r d7f22b5fbb1c -r c99bb8657747 security/py-requests-oauthlib/PLIST
--- a/security/py-requests-oauthlib/PLIST       Mon Feb 20 09:56:01 2017 +0000
+++ b/security/py-requests-oauthlib/PLIST       Mon Feb 20 10:00:08 2017 +0000
@@ -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/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
diff -r d7f22b5fbb1c -r c99bb8657747 security/py-requests-oauthlib/distinfo
--- a/security/py-requests-oauthlib/distinfo    Mon Feb 20 09:56:01 2017 +0000
+++ b/security/py-requests-oauthlib/distinfo    Mon Feb 20 10:00:08 2017 +0000
@@ -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