pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-oauthlib 2.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af9e60113c87
branches:  trunk
changeset: 367862:af9e60113c87
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 08 06:58:35 2017 +0000

description:
2.0.3:
* Address missing OIDC errors and fix a typo in the AccountSelectionRequired exception.
* Update proxy keys on CaseInsensitiveDict.update().
* Redirect errors according to OIDC's response_mode.
* Added universal wheel support.
* Added log statements to except clauses.
* According to RC7009 Section 2.1, a client should include authentication credentials when revoking its tokens.
  As discussed in 339, this is not make sense for public clients.
  However, in that case, the public client should still be checked that is infact a public client (authenticate_client_id).
* Improved prompt parameter validation.
* Added two error codes from RFC 6750.
* Hybrid response types are now be fragment-encoded.
* Added Python 3.6 to Travis CI testing and trove classifiers.
* Fixed BytesWarning issued when using a string placeholder for bytes object.
* Documented PyJWT dependency and improved logging and exception messages.
* Documentation improvements and fixes.

diffstat:

 security/py-oauthlib/Makefile |   4 ++--
 security/py-oauthlib/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r cbe3e6ec2e8a -r af9e60113c87 security/py-oauthlib/Makefile
--- a/security/py-oauthlib/Makefile     Fri Sep 08 06:47:44 2017 +0000
+++ b/security/py-oauthlib/Makefile     Fri Sep 08 06:58:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/04/05 15:55:38 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/08 06:58:35 adam Exp $
 
-DISTNAME=      oauthlib-2.0.2
+DISTNAME=      oauthlib-2.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauthlib/}
diff -r cbe3e6ec2e8a -r af9e60113c87 security/py-oauthlib/distinfo
--- a/security/py-oauthlib/distinfo     Fri Sep 08 06:47:44 2017 +0000
+++ b/security/py-oauthlib/distinfo     Fri Sep 08 06:58:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/04/05 15:55:38 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/09/08 06:58:35 adam Exp $
 
-SHA1 (oauthlib-2.0.2.tar.gz) = e9d2d2dba4526cad5db3d6a18bf2ca168087efcf
-RMD160 (oauthlib-2.0.2.tar.gz) = b93ddf861a807dfbce751e0d70a8671d10ab0e19
-SHA512 (oauthlib-2.0.2.tar.gz) = ff2a720faf8a649b1e29f34fd4b5b0838937cc1ebef3fa4828aeccb781097d02b9578717de48ddee49e43c86840e38147664a87b81601616792765541cbf18e4
-Size (oauthlib-2.0.2.tar.gz) = 125631 bytes
+SHA1 (oauthlib-2.0.3.tar.gz) = 22690d59dbe138ccb6d146ca407cc4d95f8049bc
+RMD160 (oauthlib-2.0.3.tar.gz) = 715ec2d8408078fc881f488efe3059270ed9de6c
+SHA512 (oauthlib-2.0.3.tar.gz) = 40eed9aacd6c239745523bf056afce8d76615ef9dcda8ee8a46e2900f940674f4178daf70c18c2bdef9f607db3fba84cc10b2306c608116ef2eb08414268125d
+Size (oauthlib-2.0.3.tar.gz) = 127155 bytes



Home | Main Index | Thread Index | Old Index