Skip to content

Commit

Permalink
www/py-wagtail: Update to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent ca4107c commit a38956d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions www/py-wagtail/Makefile
@@ -1,6 +1,5 @@
PORTNAME= wagtail
PORTVERSION= 5.0.2
PORTREVISION= 1
PORTVERSION= 5.0.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions www/py-wagtail/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688166364
SHA256 (wagtail-5.0.2.tar.gz) = debd21df87a5db3445d65ffde12ef14e306a24f5ad490150bed556f0c8ead2bb
SIZE (wagtail-5.0.2.tar.gz) = 6169508
TIMESTAMP = 1696001414
SHA256 (wagtail-5.0.3.tar.gz) = c07c8df294e1d2c73f62d0624580aa9437bc1419405b3b2b2f1038e58a514848
SIZE (wagtail-5.0.3.tar.gz) = 6176864
6 changes: 3 additions & 3 deletions www/py-wagtail/files/patch-setup.py
@@ -1,14 +1,14 @@
--- setup.py.orig 2023-06-21 13:35:13 UTC
--- setup.py.orig 2023-09-25 12:43:44 UTC
+++ setup.py
@@ -26,9 +26,9 @@ install_requires = [
"django-treebeard>=4.5.1,<5.0",
"djangorestframework>=3.11.1,<4.0",
"django-filter>=2.2,<23",
- "draftjs_exporter>=2.1.5,<3.0",
- "Pillow>=4.0.0,<10.0.0",
- "Pillow>=9.1.0,<10.0.0",
- "beautifulsoup4>=4.8,<4.12",
+ "draftjs_exporter>=2.1.5",
+ "Pillow>=4.0.0,<11.0.0",
+ "Pillow>=9.1.0,<11.0.0",
+ "beautifulsoup4>=4.8,<4.13",
"html5lib>=0.999,<2",
"Willow>=1.5,<1.6",
Expand Down

0 comments on commit a38956d

Please sign in to comment.