Bug 258895 - www/py-pelican: Update to 4.7.0
Summary: www/py-pelican: Update to 4.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://github.com/getpelican/pelican...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-03 17:18 UTC by Andreas Bilke
Modified: 2021-10-04 11:18 UTC (History)
1 user (show)

See Also:
andreas: maintainer-feedback+


Attachments
Update to 4.7.0 (3.58 KB, patch)
2021-10-03 17:18 UTC, Andreas Bilke
no flags Details | Diff
Update to 4.7.0 (1.50 KB, patch)
2021-10-03 17:21 UTC, Andreas Bilke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Bilke 2021-10-03 17:18:42 UTC
Created attachment 228405 [details]
Update to 4.7.0
Comment 1 Andreas Bilke 2021-10-03 17:20:27 UTC
Comment on attachment 228405 [details]
Update to 4.7.0

diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile
index be5ff05a28..1e44e9e107 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 168053a28a..ba4850ccd4 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
Comment 2 Andreas Bilke 2021-10-03 17:21:34 UTC
Created attachment 228406 [details]
Update to 4.7.0

Remove port patch mixup from patch file.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-10-04 11:18:40 UTC
A commit in branch main references this bug:

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(-)