pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-oauthlib py-oauthlib: updated to 2.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac690c34eda0
branches:  trunk
changeset: 378193:ac690c34eda0
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 10:02:49 2018 +0000

description:
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.

diffstat:

 security/py-oauthlib/Makefile |  14 +++++++-------
 security/py-oauthlib/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (46 lines):

diff -r 685ae65237e0 -r ac690c34eda0 security/py-oauthlib/Makefile
--- a/security/py-oauthlib/Makefile     Tue Apr 03 09:56:05 2018 +0000
+++ b/security/py-oauthlib/Makefile     Tue Apr 03 10:02:49 2018 +0000
@@ -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}-JWT>=1.0.0:../../textproc/py-JWT
 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}-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
 
diff -r 685ae65237e0 -r ac690c34eda0 security/py-oauthlib/distinfo
--- a/security/py-oauthlib/distinfo     Tue Apr 03 09:56:05 2018 +0000
+++ b/security/py-oauthlib/distinfo     Tue Apr 03 10:02:49 2018 +0000
@@ -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