mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
www/py-wagtail: Update to 5.0.2
Changes: https://github.com/wagtail/wagtail/releases
This commit is contained in:
parent
a433c19a99
commit
665a4140cf
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= wagtail
|
||||
PORTVERSION= 5.0
|
||||
PORTVERSION= 5.0.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue