Opened 4 weeks ago

Closed 3 weeks ago

#19790 closed enhancement (fixed)

Mako-1.3.5 (Python Module)

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

Description

New point version

Change History (8)

comment:1 by Xi Ruoyao, 4 weeks ago

  • [bug] [parser] Fixed regression caused by the fix for (https://github.com/sqlalchemy/mako/issues/320) where new logic added to interpret list and dictionary comprehensions would fail for expression oriented keys. As the parsing in question was not necessary for these keys, it's been removed.

References: (https://github.com/sqlalchemy/mako/issues/398)

  • [bug] [lexer] Fixed issue where a parsed expression which contained sub-brackets, such as dictionary literals, would fail to be interpreted correctly even though the initial parsing is correct.

References: (https://github.com/sqlalchemy/mako/issues/400)

Last edited 3 weeks ago by Bruce Dubbs (previous) (diff)

comment:2 by Rahul Chandra, 4 weeks ago

Owner: changed from blfs-book to Rahul Chandra
Status: newassigned

comment:3 by Bruce Dubbs, 3 weeks ago

Owner: changed from Rahul Chandra to Bruce Dubbs
Status: assignednew

I might as well take all the Python modules.

comment:4 by Bruce Dubbs, 3 weeks ago

Status: newassigned

comment:5 by Bruce Dubbs, 3 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

6246e0842a Update to sentry_sdk-2.2.1 (Python module).
c6c8877c7e Update to lxml-5.2.2 (Python module).
2996a54605 Mako-1.3.4 (Python module).
421e473976 Update to gi_docgen-2024.1 (Python module).
d498165b94 Update to requests-2.32.1 (Python module).

comment:6 by Bruce Dubbs, 3 weeks ago

Resolution: fixed
Status: closedreopened
Summary: Mako-1.3.4 (Python Module)Mako-1.3.5 (Python Module)

Now version 1.3.5

comment:7 by Bruce Dubbs, 3 weeks ago

version: 1.3.5 :released: Tue May 14 2024

change::

  • tags: bug, lexer, regression
    • Reverted the fix for :ticket:400 as it caused new issues when traversing some bracketed situations.

comment:8 by Bruce Dubbs, 3 weeks ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.