Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 66f3135f10 | |||
| edddda3652 | |||
| d302434ea5 | |||
| 3c2f293ae2 | |||
| 92aa7a8259 | |||
| c6e6ca61fa | |||
| 32226f38c8 | |||
| 5811298956 |
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 11:55:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2025.5
|
||||||
|
* avoid using deprecated setuptools helpers
|
||||||
|
* add license classifiers to pyproject.toml
|
||||||
|
* fix: sync Arabic plural rules
|
||||||
|
* feat: add list of case-insentive languages
|
||||||
|
* add Viossa
|
||||||
|
* extend CLDR plurals definitions
|
||||||
|
* many translation fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 16:49:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2024.14:
|
||||||
|
* Translations update from Hosted Weblate
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 5 17:27:49 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2024.13
|
||||||
|
* fix: remove duplicate plural definitions for Qt
|
||||||
|
* fix: wrong plural counts for some numbers
|
||||||
|
* see GitHub commits for the full changelog
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 18 10:32:48 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2024.6
|
||||||
|
* updated language names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 13:55:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Mar 16 13:55:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-weblate-language-data
|
# spec file for package python-weblate-language-data
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,11 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define modname weblate-language-data
|
%define modname weblate_language_data
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-weblate-language-data
|
Name: python-weblate-language-data
|
||||||
Version: 2024.3
|
Version: 2025.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Language Data for Weblate
|
Summary: Language Data for Weblate
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,7 +27,7 @@ URL: https://github.com/WeblateOrg/language-data
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/w/%{modname}/%{modname}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/w/%{modname}/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module translate-toolkit >= 3.1}
|
BuildRequires: %{python_module translate-toolkit}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f6f955524f0f3312b75dd402d13bb613db3032c29db07d58c912b5496131317
|
|
||||||
size 1500122
|
|
||||||
3
weblate_language_data-2025.5.tar.gz
Normal file
3
weblate_language_data-2025.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa04f5eb7d067d37769470fa76fac44da511c1963d45f4b4f07b18c4c2d55a4a
|
||||||
|
size 2756457
|
||||||
Reference in New Issue
Block a user