Date: Sun, 20 Jun 2021 20:48:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a1f4e97e4d4 - main - www/py-wagtail: Update to 2.13.2 Message-ID: <202106202048.15KKmwH5042895@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a1f4e97e4d416c0fb21155eab8fc76299cf0549 commit 3a1f4e97e4d416c0fb21155eab8fc76299cf0549 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 20:47:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 20:47:07 +0000 www/py-wagtail: Update to 2.13.2 - Change RUN_DEPENDS from py-beautifulsoup448 to py-beautifulsoup Changes: https://github.com/wagtail/wagtail/releases https://docs.wagtail.io/en/latest/releases/index.html --- www/py-wagtail/Makefile | 7 ++++--- www/py-wagtail/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile index 8035140b9643..6c32e4f01866 100644 --- a/www/py-wagtail/Makefile +++ b/www/py-wagtail/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= wagtail -PORTVERSION= 2.12.5 +PORTVERSION= 2.13.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup448>=4.8<4.9:www/py-beautifulsoup448@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django22>=2.1<3.2:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8<4.10:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django22>=2.1<3.3:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-modelcluster>=5.1<6.0:www/py-django-modelcluster@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-taggit>=1.0<2.0:www/py-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.2.0<5.0:www/py-django-treebeard@${PY_FLAVOR} \ @@ -24,6 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FL ${PYTHON_PKGNAMEPREFIX}l18n>=2018.5:devel/py-l18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=4.0.0<9.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1<3.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}telepath>=0.1.1<1:devel/py-telepath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}willow>=1.4<1.5:graphics/py-willow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=1.2.8<2.0:textproc/py-xlsxwriter@${PY_FLAVOR} diff --git a/www/py-wagtail/distinfo b/www/py-wagtail/distinfo index 695273a40618..f51046a4b394 100644 --- a/www/py-wagtail/distinfo +++ b/www/py-wagtail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189777 -SHA256 (wagtail-2.12.5.tar.gz) = 93afb1c8c1dae6261ba54a65ceabf7a8d20fe43ae20ceb2ae6956e69aa1963bd -SIZE (wagtail-2.12.5.tar.gz) = 8894704 +TIMESTAMP = 1624189761 +SHA256 (wagtail-2.13.2.tar.gz) = b9a1552a398553135efa11f91fa117b5797aa4365d23b276950c6a7c8fd4f5d5 +SIZE (wagtail-2.13.2.tar.gz) = 9274377
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106202048.15KKmwH5042895>