mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-23 15:19:46 +00:00
Merge branch '2.10.x'
This commit is contained in:
commit
544c2e9501
@ -24,6 +24,15 @@ Unreleased
|
||||
- Fix a bug causing deadlocks in ``LRUCache.setdefault``. :pr:`1000`
|
||||
|
||||
|
||||
Version 2.10.3
|
||||
--------------
|
||||
|
||||
Released 2019-10-24
|
||||
|
||||
- Fix a typo in Babel entry point in ``setup.py`` that was preventing
|
||||
installation.
|
||||
|
||||
|
||||
Version 2.10.2
|
||||
--------------
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -50,5 +50,5 @@ setup(
|
||||
include_package_data=True,
|
||||
install_requires=["MarkupSafe>=0.23"],
|
||||
extras_require={"i18n": ["Babel>=0.8"]},
|
||||
entry_points={"babel.extractors": ["jinja2 = jinja2.ext:bable_extract[i18n]"]},
|
||||
entry_points={"babel.extractors": ["jinja2 = jinja2.ext:babel_extract[i18n]"]},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user