15
0
forked from pool/python-Babel

- update to 2.9.1:

* The internal locale-data loading functions now validate the name of the
    locale file to be loaded and only allow files within Babel's data directory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=57
This commit is contained in:
2021-05-11 21:42:06 +00:00
committed by Git OBS Bridge
parent 864e3d2a45
commit 2578bf0a5a
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 11 21:40:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.9.1:
* The internal locale-data loading functions now validate the name of the
locale file to be loaded and only allow files within Babel's data directory.
-------------------------------------------------------------------
Fri Mar 5 10:31:45 UTC 2021 - Markéta Machová <mmachova@suse.com>