Accepting request 892302 from devel:languages:python
- 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/request/show/892302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Babel?expand=0&rev=33
This commit is contained in:
commit
d9da9b0004
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05
|
|
||||||
size 8682986
|
|
3
Babel-2.9.1.tar.gz
Normal file
3
Babel-2.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0
|
||||||
|
size 8683505
|
@ -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>
|
Fri Mar 5 10:31:45 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Babel
|
Name: python-Babel
|
||||||
Version: 2.9.0
|
Version: 2.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalization utilities
|
Summary: Internationalization utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -34,7 +34,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytz >= 2015.7
|
Requires: python-pytz >= 2015.7
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Obsoletes: %{oldpython}-babel < %{version}
|
Obsoletes: %{oldpython}-babel < %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user