17
0

Compare commits

8 Commits

Author SHA256 Message Date
66f3135f10 Accepting request 1273661 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-language-data?expand=0&rev=12
2025-04-30 17:05:45 +00:00
edddda3652 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-language-data?expand=0&rev=23
2025-04-30 11:38:30 +00:00
d302434ea5 Accepting request 1225345 from devel:languages:python
- update to 2024.14:
  * Translations update from Hosted Weblate

OBS-URL: https://build.opensuse.org/request/show/1225345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-language-data?expand=0&rev=11
2024-11-21 14:14:04 +00:00
3c2f293ae2 - update to 2024.14:
* Translations update from Hosted Weblate

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-language-data?expand=0&rev=21
2024-11-20 16:49:35 +00:00
92aa7a8259 Accepting request 1221617 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-language-data?expand=0&rev=10
2024-11-06 15:52:20 +00:00
c6e6ca61fa Accepting request 1221584 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1221584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-language-data?expand=0&rev=19
2024-11-05 21:51:10 +00:00
32226f38c8 Accepting request 1201779 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1201779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-language-data?expand=0&rev=9
2024-09-19 19:16:53 +00:00
5811298956 Accepting request 1201772 from home:mcalabkova:branches:devel:languages:python
- update to 2024.6
  * updated language names

OBS-URL: https://build.opensuse.org/request/show/1201772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-language-data?expand=0&rev=17
2024-09-18 12:03:23 +00:00
4 changed files with 40 additions and 9 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f6f955524f0f3312b75dd402d13bb613db3032c29db07d58c912b5496131317
size 1500122

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa04f5eb7d067d37769470fa76fac44da511c1963d45f4b4f07b18c4c2d55a4a
size 2756457