git: 665a4140cf83 - main - www/py-wagtail: Update to 5.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 10:37:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=665a4140cf839475db6e459274c83aa66f15b64c commit 665a4140cf839475db6e459274c83aa66f15b64c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 10:21:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 10:21:26 +0000 www/py-wagtail: Update to 5.0.2 Changes: https://github.com/wagtail/wagtail/releases --- www/py-wagtail/Makefile | 2 +- www/py-wagtail/distinfo | 6 +++--- www/py-wagtail/files/patch-setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile index c0dbbb54d9ca..df53ca7cf0a7 100644 --- a/www/py-wagtail/Makefile +++ b/www/py-wagtail/Makefile @@ -1,5 +1,5 @@ PORTNAME= wagtail -PORTVERSION= 5.0 +PORTVERSION= 5.0.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-wagtail/distinfo b/www/py-wagtail/distinfo index 306b296e195f..030c6e6e88cd 100644 --- a/www/py-wagtail/distinfo +++ b/www/py-wagtail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104592 -SHA256 (wagtail-5.0.tar.gz) = cb283fb558a0c94be1685eec23f8bff653f1dfafde96fbf38376782c54502e5b -SIZE (wagtail-5.0.tar.gz) = 6140836 +TIMESTAMP = 1688166364 +SHA256 (wagtail-5.0.2.tar.gz) = debd21df87a5db3445d65ffde12ef14e306a24f5ad490150bed556f0c8ead2bb +SIZE (wagtail-5.0.2.tar.gz) = 6169508 diff --git a/www/py-wagtail/files/patch-setup.py b/www/py-wagtail/files/patch-setup.py index 70325e37c62e..3610396c2062 100644 --- a/www/py-wagtail/files/patch-setup.py +++ b/www/py-wagtail/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2023-02-06 13:19:58 UTC +--- setup.py.orig 2023-06-21 13:35:13 UTC +++ setup.py @@ -26,9 +26,9 @@ install_requires = [ "django-treebeard>=4.5.1,<5.0", @@ -10,5 +10,5 @@ - "beautifulsoup4>=4.8,<4.12", + "beautifulsoup4>=4.8,<4.13", "html5lib>=0.999,<2", - "Willow>=1.4,<1.5", + "Willow>=1.5,<1.6", "requests>=2.11.1,<3.0",