Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 19:19:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470483 - head/devel/py-python-gitlab
Message-ID:  <201805201919.w4KJJYBC016558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 20 19:19:34 2018
New Revision: 470483
URL: https://svnweb.freebsd.org/changeset/ports/470483

Log:
  Update to 1.4.0
  
  - While I'm here, remove duplicate do-test:
  
  Changes:	https://github.com/python-gitlab/python-gitlab/blob/master/ChangeLog.rst
  PR:		228381
  Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)

Modified:
  head/devel/py-python-gitlab/Makefile
  head/devel/py-python-gitlab/distinfo

Modified: head/devel/py-python-gitlab/Makefile
==============================================================================
--- head/devel/py-python-gitlab/Makefile	Sun May 20 19:19:28 2018	(r470482)
+++ head/devel/py-python-gitlab/Makefile	Sun May 20 19:19:34 2018	(r470483)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-gitlab
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,8 +29,6 @@ USES=		python
 USE_PYTHON=	distutils autoplist concurrent
 
 SUB_FILES=	pkg-message
-
-do-test:
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/gitlab/config.py

Modified: head/devel/py-python-gitlab/distinfo
==============================================================================
--- head/devel/py-python-gitlab/distinfo	Sun May 20 19:19:28 2018	(r470482)
+++ head/devel/py-python-gitlab/distinfo	Sun May 20 19:19:34 2018	(r470483)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519965217
-SHA256 (python-gitlab-1.3.0.tar.gz) = 74ef4e98383043403d786d1719579b9a638666809b47d93a9fa8f0bd9f12ab84
-SIZE (python-gitlab-1.3.0.tar.gz) = 123955
+TIMESTAMP = 1526841645
+SHA256 (python-gitlab-1.4.0.tar.gz) = 34a5eb1704e68a23bafb9b122c456ff72b3e1a2d3bdcd44346bbde6a5d7af511
+SIZE (python-gitlab-1.4.0.tar.gz) = 127574



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805201919.w4KJJYBC016558>