svn commit: r555303 - head/devel/py-jeepney

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:02:21 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:02:13 2020
New Revision: 555303
URL: https://svnweb.freebsd.org/changeset/ports/555303

Log:
  Update to 0.5.0
  
  Changes:	https://gitlab.com/takluyver/jeepney/blob/master/docs/release-notes.rst

Modified:
  head/devel/py-jeepney/Makefile
  head/devel/py-jeepney/distinfo

Modified: head/devel/py-jeepney/Makefile
==============================================================================
--- head/devel/py-jeepney/Makefile	Sun Nov 15 18:02:08 2020	(r555302)
+++ head/devel/py-jeepney/Makefile	Sun Nov 15 18:02:13 2020	(r555303)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jeepney
-PORTVERSION=	0.4.3
+PORTVERSION=	0.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ COMMENT=	Low-level, pure Python DBus protocol wrapper
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/devel/py-jeepney/distinfo
==============================================================================
--- head/devel/py-jeepney/distinfo	Sun Nov 15 18:02:08 2020	(r555302)
+++ head/devel/py-jeepney/distinfo	Sun Nov 15 18:02:13 2020	(r555303)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585063975
-SHA256 (jeepney-0.4.3.tar.gz) = 3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e
-SIZE (jeepney-0.4.3.tar.gz) = 28121
+TIMESTAMP = 1605426413
+SHA256 (jeepney-0.5.0.tar.gz) = 2531d17ccfb3485d4eaee03c1a19a75f28b3ac0fbb5a1b683b77b820e5b0f509
+SIZE (jeepney-0.5.0.tar.gz) = 48460


More information about the svn-ports-all mailing list