forked from pool/python-Babel
Accepting request 1135251 from devel:languages:python
- update to 2.14.0: * ``Locale.number_symbols`` will now have first-level keys for each numbering system. * Babel no longer directly depends on either ``distutils`` or ``setuptools``; if you had been using the Babel setuptools command extensions, you would need explicitly depend on ``setuptools`` * CLDR/Numbers: Add support of local numbering systems for number symbols * CLDR: Upgrade to CLDR 43 * Frontend: Allow last_translator to be passed as an option to extract_message * Frontend: Decouple `pybabel` CLI frontend from distutils/setuptools * Numbers: Improve parsing of malformed decimals OBS-URL: https://build.opensuse.org/request/show/1135251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Babel?expand=0&rev=43
This commit is contained in:
commit
5ccea0d862
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33e0952d7dd6374af8dbf6768cc4ddf3ccfefc244f9986d4074704f2fbd18900
|
|
||||||
size 9909844
|
|
3
Babel-2.14.0.tar.gz
Normal file
3
Babel-2.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363
|
||||||
|
size 10795622
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 27 09:37:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.14.0:
|
||||||
|
* ``Locale.number_symbols`` will now have first-level keys for
|
||||||
|
each numbering system.
|
||||||
|
* Babel no longer directly depends on either ``distutils`` or
|
||||||
|
``setuptools``; if you had been using the Babel setuptools
|
||||||
|
command extensions, you would need explicitly depend on
|
||||||
|
``setuptools``
|
||||||
|
* CLDR/Numbers: Add support of local numbering systems for
|
||||||
|
number symbols
|
||||||
|
* CLDR: Upgrade to CLDR 43
|
||||||
|
* Frontend: Allow last_translator to be passed as an option to
|
||||||
|
extract_message
|
||||||
|
* Frontend: Decouple `pybabel` CLI frontend from
|
||||||
|
distutils/setuptools
|
||||||
|
* Numbers: Improve parsing of malformed decimals
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 11:11:50 UTC 2023 - pgajdos@suse.com
|
Thu Dec 14 11:11:50 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -26,17 +26,18 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Babel
|
Name: python-Babel
|
||||||
Version: 2.13.1
|
Version: 2.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internationalization utilities
|
Summary: Internationalization utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://babel.pocoo.org/
|
URL: https://babel.pocoo.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module freezegun}
|
BuildRequires: %{python_module freezegun}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module py >= 1.4.14}
|
BuildRequires: %{python_module py >= 1.4.14}
|
||||||
BuildRequires: %{python_module pytest >= 2.3.5}
|
BuildRequires: %{python_module pytest >= 2.3.5}
|
||||||
BuildRequires: %{python_module pytz >= 2015.7}
|
BuildRequires: %{python_module pytz >= 2015.7}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: python-pytz >= 2015.7
|
Requires: python-pytz >= 2015.7
|
||||||
@ -65,10 +66,10 @@ A collection of tools for internationalizing Python applications.
|
|||||||
%autosetup -p1 -n Babel-%{version}
|
%autosetup -p1 -n Babel-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/pybabel
|
%python_clone -a %{buildroot}%{_bindir}/pybabel
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@ -93,6 +94,6 @@ A collection of tools for internationalizing Python applications.
|
|||||||
%doc CHANGES.rst
|
%doc CHANGES.rst
|
||||||
%python_alternative %{_bindir}/pybabel
|
%python_alternative %{_bindir}/pybabel
|
||||||
%{python_sitelib}/babel
|
%{python_sitelib}/babel
|
||||||
%{python_sitelib}/Babel-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/Babel-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user