forked from pool/python-PyICU
Accepting request 1095193 from devel:languages:python:mailman:backports
- Update to version 2.11 * fixed bug PluralFormat.format accepting python strings, which are immutable * fixed bug with UWordBreak wrapping wrong enum (UBreakIteratorType) * added wrappers for UBreakIteratorType, ULine|SentenceBreakTag * added wrappers for DateTimePatternGenerator::set|getDateTimeFormat() * added wrappers for Precision::incrementExact() * Locale objects can now be sorted (Fredrik Roubert) * added wrapper for Calendar::inTemporalLeapYear() * added wrappers for Calendar::get|getTemporalMonthCode() * changed all Calendar setters to return self instead of None, setter chaining - Use sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1095193 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=27
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
%global modname PyICU
|
||||
Name: python-%{modname}
|
||||
Version: 2.10.2
|
||||
Version: 2.11
|
||||
Release: 0
|
||||
Summary: Python Extension Wrapping the ICU C++ API
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://gitlab.pyicu.org
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/PyICU/%{modname}-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/03/1b/800fce0236be0b8a99b3ccbb797786dd178028960b3fd65544e2d8bad5ac/PyICU-2.11.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Reference in New Issue
Block a user