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:           Sat Jul  6 22:44:47 UTC 2019

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

Log Message:
py-oauthlib: updated to 3.0.2

3.0.2:
* Fixed space encoding in base string URI used in the signature base string.
* Fixed OIDC /token response which wrongly returned "&state=None"
* Doc: The value `state` must not be stored by the AS, only returned in /authorize response.
* Fixed OIDC "nonce" checks: raise errors when it's mandatory


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-oauthlib/Makefile
cvs rdiff -u -r1.16 -r1.17 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.17 pkgsrc/security/py-oauthlib/Makefile:1.18
--- pkgsrc/security/py-oauthlib/Makefile:1.17   Fri Jan 25 12:28:32 2019
+++ pkgsrc/security/py-oauthlib/Makefile        Sat Jul  6 22:44:47 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/01/25 12:28:32 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/07/06 22:44:47 adam Exp $
 
-DISTNAME=      oauthlib-3.0.1
+DISTNAME=      oauthlib-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauthlib/}

Index: pkgsrc/security/py-oauthlib/distinfo
diff -u pkgsrc/security/py-oauthlib/distinfo:1.16 pkgsrc/security/py-oauthlib/distinfo:1.17
--- pkgsrc/security/py-oauthlib/distinfo:1.16   Fri Jan 25 12:28:32 2019
+++ pkgsrc/security/py-oauthlib/distinfo        Sat Jul  6 22:44:47 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/01/25 12:28:32 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/07/06 22:44:47 adam Exp $
 
-SHA1 (oauthlib-3.0.1.tar.gz) = 97ff326312f00915ba8519b9eeaa2f79ddd273bc
-RMD160 (oauthlib-3.0.1.tar.gz) = 56ac60341748801b3c2f8f446553e30576260f4f
-SHA512 (oauthlib-3.0.1.tar.gz) = 88ee266f764488090b849c036d2475c31dab0d8b18bd6afd0450da6aa0982ba17cdada7d0c25791d5efcf89601f69ae40cd21c584540448c209f90d36e0e98f8
-Size (oauthlib-3.0.1.tar.gz) = 149303 bytes
+SHA1 (oauthlib-3.0.2.tar.gz) = 9ef67a127bd68dc0e169937d59299210b12db2a1
+RMD160 (oauthlib-3.0.2.tar.gz) = 8b2160390630658680d60b6f88c87871d80eada8
+SHA512 (oauthlib-3.0.2.tar.gz) = 17a23973dbcdc45c3531d240c650abe1bf8f92657eaba24befc27ceefeed4eb700a3a33fca6cbcf230aa7af8438908e91872c8e1a524edf28985e4dc7beeb900
+Size (oauthlib-3.0.2.tar.gz) = 149894 bytes



Home | Main Index | Thread Index | Old Index