1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

www/py-wagtail: Update to 6.3

Changes:	https://github.com/wagtail/wagtail/releases
This commit is contained in:
Po-Chuan Hsieh 2024-11-04 04:15:50 +08:00
parent 69fab2b750
commit 56f4d1d0d0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 14 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= wagtail
PORTVERSION= 6.2.3
PORTVERSION= 6.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FL
${PYTHON_PKGNAMEPREFIX}django-filter>=23.3<25:www/py-django-filter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-modelcluster>=6.2.1<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>=5.0<5.1:www/py-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-taggit>=5.0<6.2:www/py-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.5.1<5.0:www/py-django-treebeard@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.14.0,1<4.0,1:www/py-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}draftjs-exporter>=2.1.5<6.0:www/py-draftjs-exporter@${PY_FLAVOR} \
@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FL
${PYTHON_PKGNAMEPREFIX}telepath>=0.3.1<1:devel/py-telepath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}willow>=1.8.0<2:graphics/py-willow@${PY_FLAVOR}
USES= cpe python shebangfix
USES= cpe python:3.9+ shebangfix
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1730540934
SHA256 (wagtail-6.2.3.tar.gz) = 9185c55040e220559beab00491652b7d52217dea066ba78fb7439862cb18eb14
SIZE (wagtail-6.2.3.tar.gz) = 6569174
TIMESTAMP = 1730641042
SHA256 (wagtail-6.3.tar.gz) = 98d94d12183b8fc689a0186ab095e6056bf116c21d94f245bdfd02ed4775442a
SIZE (wagtail-6.3.tar.gz) = 6636030

View File

@ -1,15 +1,11 @@
--- setup.py.orig 2024-09-24 09:22:58 UTC
--- setup.py.orig 2024-11-01 13:42:19 UTC
+++ setup.py
@@ -24,10 +24,10 @@ install_requires = [
@@ -24,7 +24,7 @@ install_requires = [
"django-permissionedforms>=0.1,<1.0",
"django-taggit>=5.0,<5.1",
"django-taggit>=5.0,<6.2",
"django-treebeard>=4.5.1,<5.0",
- "djangorestframework>=3.15.1,<4.0",
+ "djangorestframework>=3.14.0,<4.0",
"django-filter>=23.3,<25",
"draftjs_exporter>=2.1.5,<6.0",
- "Pillow>=9.1.0,<11.0.0",
+ "Pillow>=9.1.0,<12.0.0",
"beautifulsoup4>=4.8,<4.13",
"Willow[heif]>=1.8.0,<2",
"requests>=2.11.1,<3.0",
"Pillow>=9.1.0,<12.0.0",