hello,

minor update from 1.4.0 to 1.4.2; built, packaged and tested with
beets and discogs-client on amd64.

thanks,

.jh
Index: py-jwt/Makefile
===================================================================
RCS file: /cvs/ports/www/py-jwt/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- py-jwt/Makefile	5 Jan 2016 06:46:01 -0000	1.5
+++ py-jwt/Makefile	1 Oct 2016 12:59:37 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =	JSON Web Token implementation in Python
 
-MODPY_EGG_VERSION = 1.4.0
+MODPY_EGG_VERSION = 1.4.2
 DISTNAME =	PyJWT-${MODPY_EGG_VERSION}
 PKGNAME =	py-jwt-${MODPY_EGG_VERSION}
 CATEGORIES =	www
Index: py-jwt/distinfo
===================================================================
RCS file: /cvs/ports/www/py-jwt/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- py-jwt/distinfo	5 Jan 2016 06:46:01 -0000	1.2
+++ py-jwt/distinfo	1 Oct 2016 12:59:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (PyJWT-1.4.0.tar.gz) = 4bI4bPrVQURbHUPkgLAso37Fcln9GiPnlBW1e6XYppQ=
-SIZE (PyJWT-1.4.0.tar.gz) = 34613
+SHA256 (PyJWT-1.4.2.tar.gz) = h6gxt6O/qDUVEZYUae0EYqdpck1NpIpQHLjJbR4X9XA=
+SIZE (PyJWT-1.4.2.tar.gz) = 30486
Index: py-jwt/patches/patch-setup_py
===================================================================
RCS file: /cvs/ports/www/py-jwt/patches/patch-setup_py,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-setup_py
--- py-jwt/patches/patch-setup_py	30 Jun 2015 13:42:16 -0000	1.1
+++ py-jwt/patches/patch-setup_py	1 Oct 2016 12:59:37 -0000
@@ -1,11 +1,11 @@
 $OpenBSD: patch-setup_py,v 1.1 2015/06/30 13:42:16 sthen Exp $
---- setup.py.orig	Tue Jun 30 08:58:03 2015
-+++ setup.py	Tue Jun 30 08:58:06 2015
-@@ -61,7 +61,6 @@ setup(
+--- setup.py.orig	Thu Jun 30 00:07:44 2016
++++ setup.py	Fri Sep 30 18:47:10 2016
+@@ -65,7 +65,6 @@ setup(
          'Topic :: Utilities',
      ],
      test_suite='tests',
--    setup_requires=['pytest-runner'],
+-    setup_requires=pytest_runner,
      tests_require=tests_require,
      extras_require=dict(
          test=tests_require,

Reply via email to