pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-oauthlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  8 06:58:35 UTC 2017

Modified Files:
        pkgsrc/security/py-oauthlib: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-oauthlib/Makefile \
    pkgsrc/security/py-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-oauthlib/Makefile
diff -u pkgsrc/security/py-oauthlib/Makefile:1.8 pkgsrc/security/py-oauthlib/Makefile:1.9
--- pkgsrc/security/py-oauthlib/Makefile:1.8    Wed Apr  5 15:55:38 2017
+++ pkgsrc/security/py-oauthlib/Makefile        Fri Sep  8 06:58:35 2017
@@ -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/}
Index: pkgsrc/security/py-oauthlib/distinfo
diff -u pkgsrc/security/py-oauthlib/distinfo:1.8 pkgsrc/security/py-oauthlib/distinfo:1.9
--- pkgsrc/security/py-oauthlib/distinfo:1.8    Wed Apr  5 15:55:38 2017
+++ pkgsrc/security/py-oauthlib/distinfo        Fri Sep  8 06:58:35 2017
@@ -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