Skip to content

1.1.1

Choose a tag to compare

@sqla-tester sqla-tester released this 20 Jan 21:21

1.1.1

Released: Mon Jan 20 2020

bug

  • [bug] [py3k] Replaced usage of the long-superseded "parser.suite" module in the
    mako.util package for parsing the python magic encoding comment with the
    "ast.parse" function introduced many years ago in Python 2.5, as
    "parser.suite" is emitting deprecation warnings in Python 3.9.

    References: #310

  • [bug] [ext] Added "babel" and "lingua" dependency entries to the setuptools entrypoints
    for the babel and lingua extensions, so that pkg_resources can check that
    these extra dependencies are available, raising an informative
    exception if not. Pull request courtesy sinoroc.

    References: #304