Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#15059 closed enhancement (fixed)

Jinja2-3.0.1 (Python Module)

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 11.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Change History (4)

comment:1 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 years ago

Version 3.0.1 - Released 2021-05-18

  • Update MarkupSafe dependency to >= 2.0.
  • Mark top-level names as exported so type checking understands imports in user projects.
  • Fix some types that weren't available in Python 3.6.0.
  • The deprecation warning for unneeded autoescape and with_ extensions shows more relevant context.
  • Fixed calling deprecated jinja2.Markup without an argument. Use markupsafe.Markup instead.
  • Calling sync render for an async template uses asyncio.run on Python >= 3.7. This fixes a deprecation that Python 3.10 introduces.

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.