git: 0d8f45d67ee2 - main - www/py-wagtail: Update to 3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:06:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d8f45d67ee29390d4ed91cc88a7adb8d1492622 commit 0d8f45d67ee29390d4ed91cc88a7adb8d1492622 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 14:01:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 14:01:09 +0000 www/py-wagtail: Update to 3.0 Changes: https://github.com/wagtail/wagtail/releases --- www/py-wagtail/Makefile | 8 ++++---- www/py-wagtail/distinfo | 6 +++--- www/py-wagtail/files/patch-setup.py | 13 +++---------- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile index cbb79b58b950..9762b8040839 100644 --- a/www/py-wagtail/Makefile +++ b/www/py-wagtail/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= wagtail -PORTVERSION= 2.16.2 -PORTREVISION= 1 +PORTVERSION= 3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +16,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FL ${PYTHON_PKGNAMEPREFIX}beautifulsoup449>=4.8<4.10:www/py-beautifulsoup449@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=3.2<4.1:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-filter>=2.2<22:www/py-django-filter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-modelcluster>=5.2<6.1:www/py-django-modelcluster@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-modelcluster>=6.0<7.0:www/py-django-modelcluster@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-permissionedforms>=0.1<1.0:www/py-django-permissionedforms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-taggit>=2.0<3.0:www/py-django-taggit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.4.0<5.0:www/py-django-treebeard@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.5.1<5.0:www/py-django-treebeard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.11.1,1<4.0,1:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}draftjs-exporter>=2.1.5:www/py-draftjs-exporter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999<2:www/py-html5lib@${PY_FLAVOR} \ diff --git a/www/py-wagtail/distinfo b/www/py-wagtail/distinfo index 8c68291bd58b..39dbf4c732d8 100644 --- a/www/py-wagtail/distinfo +++ b/www/py-wagtail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650228836 -SHA256 (wagtail-2.16.2.tar.gz) = ee23dc1ba39d4785d20acc95274b29dbcf83f5d9fd670555f541f2a88eec9daa -SIZE (wagtail-2.16.2.tar.gz) = 8506682 +TIMESTAMP = 1655208338 +SHA256 (wagtail-3.0.tar.gz) = d54d0742c5cebf92b021c04a6ac93312b8cb5f55e7c10f37199938033bda905d +SIZE (wagtail-3.0.tar.gz) = 5565431 diff --git a/www/py-wagtail/files/patch-setup.py b/www/py-wagtail/files/patch-setup.py index 8c28a4c38cc5..7f674194e463 100644 --- a/www/py-wagtail/files/patch-setup.py +++ b/www/py-wagtail/files/patch-setup.py @@ -1,14 +1,7 @@ ---- setup.py.orig 2022-04-11 15:28:13 UTC +--- setup.py.orig 2022-05-16 13:46:09 UTC +++ setup.py -@@ -21,12 +21,12 @@ except ImportError: - - install_requires = [ - "Django>=3.2,<4.1", -- "django-modelcluster>=5.2,<6.0", -+ "django-modelcluster>=5.2,<6.1", - "django-taggit>=2.0,<3.0", -- "django-treebeard>=4.5.1,<5.0", -+ "django-treebeard>=4.4.0,<5.0", +@@ -26,7 +26,7 @@ install_requires = [ + "django-treebeard>=4.5.1,<5.0", "djangorestframework>=3.11.1,<4.0", "django-filter>=2.2,<22", - "draftjs_exporter>=2.1.5,<3.0",