pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-JWT py-JWT: updated to 1.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7848037b46f
branches: trunk
changeset: 326579:b7848037b46f
user: adam <adam%pkgsrc.org@localhost>
date: Mon Dec 10 09:02:58 2018 +0000
description:
py-JWT: updated to 1.7.1
v1.7.1
Fixed
- Update test dependencies with pinned ranges
- Fix pytest deprecation warnings
diffstat:
textproc/py-JWT/Makefile | 4 ++--
textproc/py-JWT/distinfo | 11 +++++------
textproc/py-JWT/patches/patch-setup.py | 19 -------------------
3 files changed, 7 insertions(+), 27 deletions(-)
diffs (51 lines):
diff -r b64dda0cccc2 -r b7848037b46f textproc/py-JWT/Makefile
--- a/textproc/py-JWT/Makefile Mon Dec 10 08:59:59 2018 +0000
+++ b/textproc/py-JWT/Makefile Mon Dec 10 09:02:58 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/12/02 16:21:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/12/10 09:02:58 adam Exp $
-DISTNAME= PyJWT-1.7.0
+DISTNAME= PyJWT-1.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/}
diff -r b64dda0cccc2 -r b7848037b46f textproc/py-JWT/distinfo
--- a/textproc/py-JWT/distinfo Mon Dec 10 08:59:59 2018 +0000
+++ b/textproc/py-JWT/distinfo Mon Dec 10 09:02:58 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/12/02 16:21:40 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/12/10 09:02:58 adam Exp $
-SHA1 (PyJWT-1.7.0.tar.gz) = 9187dbcfdcb48421622377dc177c3d15d95a29b8
-RMD160 (PyJWT-1.7.0.tar.gz) = 627a029d8f0f2b23b15d3155673fd8235582c58a
-SHA512 (PyJWT-1.7.0.tar.gz) = 4729a7bd34fc3ea133f48cd90f0d4a474e22c8851c7888c16f49ef20e5281f805f676eecd78107c3574e4dac72ceefe53d60bddf87d740219f6b141a0ec557e0
-Size (PyJWT-1.7.0.tar.gz) = 41883 bytes
-SHA1 (patch-setup.py) = e0f96a37ab77ce35426223b4a62f76afef449ad4
+SHA1 (PyJWT-1.7.1.tar.gz) = 10067a763a8b788e3573a6d6cab32240a1d8dea0
+RMD160 (PyJWT-1.7.1.tar.gz) = bfe7a0ea07327593b728ba82766d809ae4c1be75
+SHA512 (PyJWT-1.7.1.tar.gz) = 70cd38127b6848933992c8b88303725ef71bfb430ad42eb63247e549b0bdab2a194137349d43ab02a1c97212dbc89f447ee3f0c5403dd14632b8b4b6b9235fc4
+Size (PyJWT-1.7.1.tar.gz) = 41979 bytes
diff -r b64dda0cccc2 -r b7848037b46f textproc/py-JWT/patches/patch-setup.py
--- a/textproc/py-JWT/patches/patch-setup.py Mon Dec 10 08:59:59 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2018/12/02 16:21:40 adam Exp $
-
-Relax test requirements.
-
---- setup.py.orig 2018-12-02 16:17:06.000000000 +0000
-+++ setup.py
-@@ -33,9 +33,9 @@ if sys.argv[-1] == 'publish':
- sys.exit()
-
- tests_require = [
-- 'pytest==3.7.1',
-- 'pytest-cov==2.5.1',
-- 'pytest-runner==4.2',
-+ 'pytest>=3.7.1',
-+ 'pytest-cov>=2.5.1',
-+ 'pytest-runner>=4.2',
- ]
-
- needs_pytest = set(('pytest', 'test', 'ptr')).intersection(sys.argv)
Home |
Main Index |
Thread Index |
Old Index