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 May 27 12:24:56 UTC 2018

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

Log Message:
py-oauthlib: update to 2.1.0.

2.1.0 (2018-05-21)
------------------

* Fixed some copy and paste typos (#535)
* Use secrets module in Python 3.6 and later (#533)
* Add request argument to confirm_redirect_uri (#504)
* Avoid populating spurious token credentials (#542)
* Make populate attributes API public (#546)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-oauthlib/Makefile
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/security/py-oauthlib/Makefile:1.15
--- pkgsrc/security/py-oauthlib/Makefile:1.14   Tue Apr  3 11:00:16 2018
+++ pkgsrc/security/py-oauthlib/Makefile        Sun May 27 12:24:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/04/03 11:00:16 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/05/27 12:24:56 wiz Exp $
 
-DISTNAME=      oauthlib-2.0.7
+DISTNAME=      oauthlib-2.1.0
 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.13 pkgsrc/security/py-oauthlib/distinfo:1.14
--- pkgsrc/security/py-oauthlib/distinfo:1.13   Tue Apr  3 10:02:49 2018
+++ pkgsrc/security/py-oauthlib/distinfo        Sun May 27 12:24:56 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/04/03 10:02:49 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/05/27 12:24:56 wiz Exp $
 
-SHA1 (oauthlib-2.0.7.tar.gz) = 043f480a563a9f3fd87c9c7fd55541d46c5e4d08
-RMD160 (oauthlib-2.0.7.tar.gz) = 077cf48e466b92c41863cba64bba7e1e3af15e9e
-SHA512 (oauthlib-2.0.7.tar.gz) = d3368e54ff0f80fab66a55621a4a09ec7692442981babc2414a065ee1ef06a783921b71371a4b6a2f8711c9c52d332204087f758e397fa63a83852f4bde9c5e0
-Size (oauthlib-2.0.7.tar.gz) = 128412 bytes
+SHA1 (oauthlib-2.1.0.tar.gz) = 3e7b426212fc0d9f91813a983238321ee9026d15
+RMD160 (oauthlib-2.1.0.tar.gz) = f8a3993c595191170bdbbe6c8b407c29e98e8340
+SHA512 (oauthlib-2.1.0.tar.gz) = bd749c7b65de00cc0c371053577623aca5767a0b20e41b2d5e3e20f8246e84bf360472b4ec983023227d6164ecd7ed4647c41cd8f425fe21200a2c25a9049ffd
+Size (oauthlib-2.1.0.tar.gz) = 128807 bytes



Home | Main Index | Thread Index | Old Index