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:   wiz
Date:           Sun Sep  4 09:33:28 UTC 2016

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

Log Message:
Updated py-oauthlib to 2.0.0.

2.0.0 (2016-09-03)
------------------
* (New Feature) **OpenID** support.
* Documentation improvements and fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-oauthlib/Makefile \
    pkgsrc/security/py-oauthlib/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-oauthlib/PLIST

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.5 pkgsrc/security/py-oauthlib/Makefile:1.6
--- pkgsrc/security/py-oauthlib/Makefile:1.5    Mon Jun  6 12:03:26 2016
+++ pkgsrc/security/py-oauthlib/Makefile        Sun Sep  4 09:33:28 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/06/06 12:03:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/04 09:33:28 wiz Exp $
 
-DISTNAME=      oauthlib-1.1.2
+DISTNAME=      oauthlib-2.0.0
 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.5 pkgsrc/security/py-oauthlib/distinfo:1.6
--- pkgsrc/security/py-oauthlib/distinfo:1.5    Mon Jun  6 12:03:26 2016
+++ pkgsrc/security/py-oauthlib/distinfo        Sun Sep  4 09:33:28 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/06/06 12:03:26 wiz Exp $
+$NetBSD: distinfo,v 1.6 2016/09/04 09:33:28 wiz Exp $
 
-SHA1 (oauthlib-1.1.2.tar.gz) = 68e894d3b41080e14ec3a93ce0858d546617e809
-RMD160 (oauthlib-1.1.2.tar.gz) = 24f3aa5e5f03551adf7609672937ab452d0b52f4
-SHA512 (oauthlib-1.1.2.tar.gz) = b8d3f485ff3c59ae708d8d26337053cff4ea870d5d76422d51316fda3df5260ff2f14ab1d74c01dcaeff671c5f528bffd9976064724f2b7ae652c71b126706b1
-Size (oauthlib-1.1.2.tar.gz) = 111706 bytes
+SHA1 (oauthlib-2.0.0.tar.gz) = fb987d86f29e80000d3374abfb96c3c4ae78eb25
+RMD160 (oauthlib-2.0.0.tar.gz) = acd565a718f3783ccf3b1479e2489718888b4abc
+SHA512 (oauthlib-2.0.0.tar.gz) = c8dec4ac1ac5ef47ba850b528dc14f8a9cb9342f74f69f49ca6dfeb80970edb35929fd8b3a885ff11749d5711a99803f1f4f66f729599b5a9eeb60d8c6b7ee4b
+Size (oauthlib-2.0.0.tar.gz) = 122597 bytes

Index: pkgsrc/security/py-oauthlib/PLIST
diff -u pkgsrc/security/py-oauthlib/PLIST:1.4 pkgsrc/security/py-oauthlib/PLIST:1.5
--- pkgsrc/security/py-oauthlib/PLIST:1.4       Thu May  5 11:43:06 2016
+++ pkgsrc/security/py-oauthlib/PLIST   Sun Sep  4 09:33:28 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/05/05 11:43:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/09/04 09:33:28 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -121,6 +121,9 @@ ${PYSITELIB}/oauthlib/oauth2/rfc6749/gra
 ${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.py
 ${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.pyc
 ${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/openid_connect.py
+${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/openid_connect.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/openid_connect.pyo
 ${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.py
 ${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyc
 ${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyo



Home | Main Index | Thread Index | Old Index