Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:08:07 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: edcf831573e6 - main - www/py-wagtail: Fix build after py-beautifulsoup 4.10.0 update (8407165700d4ec423f9a41549f2ebb4cc7b912a2)
Message-ID:  <202109190608.18J687hU054137@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=edcf831573e60b027a1598c7275701fb08f75f57

commit edcf831573e60b027a1598c7275701fb08f75f57
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:30:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 06:00:22 +0000

    www/py-wagtail: Fix build after py-beautifulsoup 4.10.0 update (8407165700d4ec423f9a41549f2ebb4cc7b912a2)
    
    - Bump PORTREVISION for package change
---
 www/py-wagtail/Makefile             | 3 ++-
 www/py-wagtail/files/patch-setup.py | 9 ++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile
index d7862effbf81..2b3f9af34b12 100644
--- a/www/py-wagtail/Makefile
+++ b/www/py-wagtail/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	wagtail
 PORTVERSION=	2.13.4
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8<4.10:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8<4.11: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} \
diff --git a/www/py-wagtail/files/patch-setup.py b/www/py-wagtail/files/patch-setup.py
index 2dbf3ddd8842..9e8a5aac9159 100644
--- a/www/py-wagtail/files/patch-setup.py
+++ b/www/py-wagtail/files/patch-setup.py
@@ -1,11 +1,14 @@
---- setup.py.orig	2021-04-19 09:14:58 UTC
+--- setup.py.orig	2021-07-13 11:20:32 UTC
 +++ setup.py
-@@ -26,7 +26,7 @@ install_requires = [
+@@ -26,9 +26,9 @@ install_requires = [
      "django-treebeard>=4.2.0,<5.0,!=4.5",
      "djangorestframework>=3.11.1,<4.0",
      "django-filter>=2.2,<3.0",
 -    "draftjs_exporter>=2.1.5,<3.0",
 +    "draftjs_exporter>=2.1.5",
      "Pillow>=4.0.0,<9.0.0",
-     "beautifulsoup4>=4.8,<4.9",
+-    "beautifulsoup4>=4.8,<4.10",
++    "beautifulsoup4>=4.8,<4.11",
      "html5lib>=0.999,<2",
+     "Willow>=1.4,<1.5",
+     "requests>=2.11.1,<3.0",



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