Date: Thu, 25 Nov 2021 04:42:04 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 260010] www/py-django-markwhat is broken after textproc/py-markdown 3.x update Message-ID: <bug-260010-21822-dUmycMWnUE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260010-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-260010-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260010 --- Comment #2 from Simeon Simeonov <sgs@pichove.org> --- The failure is that 1.6.1 lacks Markdown 3.x compatibility and calls / uses the markdown.markdown function in a wrong way. https://github.com/Alir3z4/django-markwhat/releases/tag/1.6.2=20 output =3D self.filter_expression.resolve(context) File "/usr/lib/python3.9/site-packages/django/template/base.py", line 698= , in resolve new_obj =3D func(obj, *arg_vals) File "/home/sgs/development/venvs/django_markwhat_test/lib/python3.9/site-packag= es/django_markwhat/templatetags/markup.py", line 70, in markdown return mark_safe(markdown.markdown( TypeError: markdown() takes 1 positional argument but 2 were given --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260010-21822-dUmycMWnUE>