FreeBSD Bugzilla – Attachment 234518 Details for
Bug 263922
www/py-lektor: lektor server fails on flask (safe_join)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/lektor: Update to 3.3.4
0001-www-py-lektor-Update-to-3.3.4.patch (text/plain), 3.03 KB, created by
Evilham
on 2022-06-07 10:38:16 UTC
(
hide
)
Description:
www/lektor: Update to 3.3.4
Filename:
MIME Type:
Creator:
Evilham
Created:
2022-06-07 10:38:16 UTC
Size:
3.03 KB
patch
obsolete
>From 1f51d623d31bdf0e8ed792dabd34fd9739fa4f53 Mon Sep 17 00:00:00 2001 >From: Evilham <contact@evilham.com> >Date: Tue, 7 Jun 2022 12:34:03 +0200 >Subject: [PATCH] www/py-lektor: Update to 3.3.4 > >This fixes a couple incompatibility bugs with versions in the ports tree. > >Reported by: bz@FreeBSD.org >Submitted by: Evilham <contact@evilham.com> >PR: 263922 >--- > www/py-lektor/Makefile | 6 +++--- > www/py-lektor/distinfo | 6 +++--- > www/py-lektor/files/patch-setup.cfg | 11 +++++++++++ > www/py-lektor/files/patch-setup.py | 8 ++++++++ > 4 files changed, 25 insertions(+), 6 deletions(-) > create mode 100644 www/py-lektor/files/patch-setup.cfg > create mode 100644 www/py-lektor/files/patch-setup.py > >diff --git a/www/py-lektor/Makefile b/www/py-lektor/Makefile >index 832700260a41..eee4dfbf2ca9 100644 >--- a/www/py-lektor/Makefile >+++ b/www/py-lektor/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= Lektor >-PORTVERSION= 3.2.2 >-PORTREVISION= 3 >+PORTVERSION= 3.3.4 > CATEGORIES= www devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,8 +12,9 @@ LICENSE= BSD3CLAUSE > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ExifRead>=0:graphics/py-exifread@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11:devel/py-Jinja2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0:devel/py-Jinja2@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}enum-compat>=0:devel/py-enum-compat@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.7:devel/py-filetype@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}inifile>=0:devel/py-inifile@${PY_FLAVOR} \ >diff --git a/www/py-lektor/distinfo b/www/py-lektor/distinfo >index 09c9c35f9d13..31197cd29cab 100644 >--- a/www/py-lektor/distinfo >+++ b/www/py-lektor/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1634560136 >-SHA256 (Lektor-3.2.2.tar.gz) = 7faf12235779d7fc3fa727e277ad59f2739caa8c212dcb4ac351f17387152c20 >-SIZE (Lektor-3.2.2.tar.gz) = 3880657 >+TIMESTAMP = 1654586801 >+SHA256 (Lektor-3.3.4.tar.gz) = 02a2840cab815579a3fa2df2d07360d8d3a21c71586d01a192bd35c7c76d0979 >+SIZE (Lektor-3.3.4.tar.gz) = 2343131 >diff --git a/www/py-lektor/files/patch-setup.cfg b/www/py-lektor/files/patch-setup.cfg >new file mode 100644 >index 000000000000..640e3431c63e >--- /dev/null >+++ b/www/py-lektor/files/patch-setup.cfg >@@ -0,0 +1,11 @@ >+--- setup.cfg.orig 2022-06-07 10:30:34 UTC >++++ setup.cfg >+@@ -35,7 +35,7 @@ install_requires = >+ EXIFRead >+ filetype>=1.0.7 >+ Flask >+- inifile>=0.4.1 >++ inifile>=0.4 >+ Jinja2>=3.0 >+ mistune>=0.7.0,<2 >+ pip >diff --git a/www/py-lektor/files/patch-setup.py b/www/py-lektor/files/patch-setup.py >new file mode 100644 >index 000000000000..160c840e4b1d >--- /dev/null >+++ b/www/py-lektor/files/patch-setup.py >@@ -0,0 +1,8 @@ >+--- setup.py.orig 2022-06-07 09:39:07 UTC >++++ setup.py >+@@ -0,0 +1,5 @@ >++from setuptools import setup >++ >++setup( >++ name="Lektor", >++) >-- >2.36.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
contact
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 263922
: 234518