Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 11:17:58 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c35f3b79a986 - main - www/py-pelican: Update to 4.7.0
Message-ID:  <202110041117.194BHwFb007980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c35f3b79a9865f31668ff98a68fb848a821f2bec

commit c35f3b79a9865f31668ff98a68fb848a821f2bec
Author:     Andreas Bilke <andreas@bilke.org>
AuthorDate: 2021-10-04 11:12:33 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-10-04 11:17:34 +0000

    www/py-pelican: Update to 4.7.0
    
    ChangeLogs: https://github.com/getpelican/pelican/releases/tag/4.7.0
    
    PR:             258895
---
 www/py-pelican/Makefile | 5 +++--
 www/py-pelican/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile
index be5ff05a2808..1e44e9e1075f 100644
--- a/www/py-pelican/Makefile
+++ b/www/py-pelican/Makefile
@@ -1,7 +1,7 @@
 # Created by: Julien Laffaye <jlaffaye@FreeBSD.org>
 
 PORTNAME=	pelican
-PORTVERSION=	4.6.0
+PORTVERSION=	4.7.0
 CATEGORIES=	www textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -18,7 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.15:textproc/py-docutils@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python:3.6+ shebangfix
diff --git a/www/py-pelican/distinfo b/www/py-pelican/distinfo
index 168053a28a4a..ba4850ccd4d3 100644
--- a/www/py-pelican/distinfo
+++ b/www/py-pelican/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616873657
-SHA256 (getpelican-pelican-4.6.0_GH0.tar.gz) = 10ce79afba58ba70accbfe827f114e69d60ba4ec5088b628c15c6a9be1220b8e
-SIZE (getpelican-pelican-4.6.0_GH0.tar.gz) = 1399249
+TIMESTAMP = 1633281325
+SHA256 (getpelican-pelican-4.7.0_GH0.tar.gz) = e062d4fcc06637b90016fa93b554b1b19ac7ed75a43b1d90d41eaf2fc37ec5cf
+SIZE (getpelican-pelican-4.7.0_GH0.tar.gz) = 1400801



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