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:           Tue Apr  3 10:02:50 UTC 2018

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

Log Message:
py-oauthlib: updated to 2.0.7

2.0.7:
Moved oauthlib into new organization on GitHub.
Include license file in the generated wheel package.
When deploying a release to PyPI, include the wheel distribution.
Check access token in self.token dict.
Added bottle-oauthlib to docs.
Update repository location in Travis.
Updated docs for organization change.
Replace G+ with Gitter.
Update requirements.
Add shields for Python versions, license and RTD.
Fix ReadTheDocs build
Fixed "make" command to test upstream with local oauthlib.
Replace IRC notification with Gitter Hook.
Added Github Releases deploy provider.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/security/py-oauthlib/Makefile:1.13
--- pkgsrc/security/py-oauthlib/Makefile:1.12   Sun Oct 22 20:29:56 2017
+++ pkgsrc/security/py-oauthlib/Makefile        Tue Apr  3 10:02:49 2018
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.12 2017/10/22 20:29:56 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/04/03 10:02:49 adam Exp $
 
-DISTNAME=      oauthlib-2.0.6
+DISTNAME=      oauthlib-2.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauthlib/}
 
 MAINTAINER=    imil%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/oauthlib
+HOMEPAGE=      https://github.com/oauthlib/oauthlib
 COMMENT=       Generic implementation of the OAuth request-signing logic
 LICENSE=       original-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
-DEPENDS+=      ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
 DEPENDS+=      ${PYPKGPREFIX}-JWT>=1.0.0:../../textproc/py-JWT
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
+DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/security/py-oauthlib/distinfo
diff -u pkgsrc/security/py-oauthlib/distinfo:1.12 pkgsrc/security/py-oauthlib/distinfo:1.13
--- pkgsrc/security/py-oauthlib/distinfo:1.12   Sun Oct 22 20:29:56 2017
+++ pkgsrc/security/py-oauthlib/distinfo        Tue Apr  3 10:02:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/10/22 20:29:56 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/04/03 10:02:49 adam Exp $
 
-SHA1 (oauthlib-2.0.6.tar.gz) = d4d2ee45822329b770f17591a417541bdd3c8928
-RMD160 (oauthlib-2.0.6.tar.gz) = 793001394851d2816404a3f03929844ba6b6b8df
-SHA512 (oauthlib-2.0.6.tar.gz) = 3d966a540e3aeb2c4e72ecf60c28a596de1e11b986b68f2a2aa8b56efef12fd1a0181d64e083850843f38e329d9a6a401c244c02ae61f06af428d8188ea0864c
-Size (oauthlib-2.0.6.tar.gz) = 127675 bytes
+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



Home | Main Index | Thread Index | Old Index