From ab17cd655d8bae90007f3fdf8d99b4eb224a48be5bc1daab68313222ef1deaa2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 Nov 2024 21:51:10 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-weblate-language-data?expand=0&rev=19 --- .gitattributes | 23 ++++++ .gitignore | 1 + python-weblate-language-data.changes | 100 +++++++++++++++++++++++++++ python-weblate-language-data.spec | 58 ++++++++++++++++ weblate-language-data-2024.3.tar.gz | 3 + weblate_language_data-2024.13.tar.gz | 3 + weblate_language_data-2024.6.tar.gz | 3 + 7 files changed, 191 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-weblate-language-data.changes create mode 100644 python-weblate-language-data.spec create mode 100644 weblate-language-data-2024.3.tar.gz create mode 100644 weblate_language_data-2024.13.tar.gz create mode 100644 weblate_language_data-2024.6.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-weblate-language-data.changes b/python-weblate-language-data.changes new file mode 100644 index 0000000..d7eb2cb --- /dev/null +++ b/python-weblate-language-data.changes @@ -0,0 +1,100 @@ +------------------------------------------------------------------- +Tue Nov 5 17:27:49 UTC 2024 - Markéta Machová + +- 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á + +- update to 2024.6 + * updated language names + +------------------------------------------------------------------- +Sat Mar 16 13:55:54 UTC 2024 - Dirk Müller + +- update to 2024.3: + * translation updates + +------------------------------------------------------------------- +Mon Feb 26 21:15:49 UTC 2024 - Jaime Marquínez Ferrándiz + +- Add dependency on setuptools + +------------------------------------------------------------------- +Fri Dec 29 09:39:56 UTC 2023 - Dirk Müller + +- update to 2023.9: + * translation updates + +------------------------------------------------------------------- +Tue Dec 13 17:43:51 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2022.9 + * Setting version to 2022.9 + * Remove duplicate Dogri + * Using dgo would be probably more correct, but CLDR and thus Android chose doi. + +------------------------------------------------------------------- +Wed Nov 9 19:38:13 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version to 2022.8 + * Translated using Weblate (Punjabi) + * chore: Updates from submodules + * chore: Updates from submodules + * chore: Bump modules/iso-codes from `e45048c` to `abc9d4f` + * chore: Bump modules/cldr-to-gettext-plural-rules + * chore: Bump modules/cldr-json from `0fd7b0b` to `f27f55f` + * chore: Updates from submodules + * chore: Bump modules/gettext from `7840858` to `349cf65` + * Translated using Weblate (Latvian) + * [pre-commit.ci] pre-commit autoupdate + * Translated using Weblate (Punjabi) + * Translated using Weblate (Punjabi (Pakistan)) + * Translated using Weblate (Latvian) + * Translated using Weblate (French) + * Added translation using Weblate (English (Old)) + * Sync with WeblateOrg/meta + * Translated using Weblate (Punjabi (Pakistan)) + * Sync with WeblateOrg/meta + * Translated using Weblate (Punjabi (Pakistan)) + * Added translation using Weblate (Punjabi (Pakistan)) + * Translated using Weblate (Punjabi) + * Translated using Weblate (Thai) + * Translated using Weblate (Portuguese (Portugal)) + +------------------------------------------------------------------- +Tue Oct 11 17:07:13 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2022.7 + * no upstream changelog + +------------------------------------------------------------------- +Thu Jul 1 13:56:57 UTC 2021 - Markéta Machová + +- Update to version 2021.5 + * few added languages and aliases + * Update from iso-codes + +------------------------------------------------------------------- +Thu Mar 11 09:35:51 UTC 2021 - Markéta Machová + +- update to version 2021.3 + * Fix missing plurals handling + * Remove location from the PO files + * Improve language names + * Prefer inverted name when adding language + +------------------------------------------------------------------- +Thu Feb 11 14:22:49 UTC 2021 - Matthias Fehring + +- update to version 2020.11 + * no changelog available + +------------------------------------------------------------------- +Thu Feb 11 13:39:56 UTC 2021 - Matthias Fehring + +- initial package version 2020.10 + diff --git a/python-weblate-language-data.spec b/python-weblate-language-data.spec new file mode 100644 index 0000000..83aee79 --- /dev/null +++ b/python-weblate-language-data.spec @@ -0,0 +1,58 @@ +# +# spec file for package python-weblate-language-data +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +%define modname weblate_language_data +Name: python-weblate-language-data +Version: 2024.13 +Release: 0 +Summary: Language Data for Weblate +License: MIT +URL: https://github.com/WeblateOrg/language-data +Source0: https://files.pythonhosted.org/packages/source/w/%{modname}/%{modname}-%{version}.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module translate-toolkit >= 3.1} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch +%python_subpackages + +%description +Contains several modules containing language definitions and Gettext +translations for them (in a way that they would be discovered by Django +when used as an Django application). + +%prep +%setup -q -n %{modname}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib}/weblate_language_data + +%files %{python_files} +%license LICENSE +%doc README.rst +%{python_sitelib}/weblate_language_data +%{python_sitelib}/weblate_language_data-%{version}.dist-info + +%changelog diff --git a/weblate-language-data-2024.3.tar.gz b/weblate-language-data-2024.3.tar.gz new file mode 100644 index 0000000..60f8df8 --- /dev/null +++ b/weblate-language-data-2024.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6f955524f0f3312b75dd402d13bb613db3032c29db07d58c912b5496131317 +size 1500122 diff --git a/weblate_language_data-2024.13.tar.gz b/weblate_language_data-2024.13.tar.gz new file mode 100644 index 0000000..21089e4 --- /dev/null +++ b/weblate_language_data-2024.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04f7748dd36eedf6f4159a6a5fe7e246b4252543ccfac92e7ccbeff2d18e1b +size 2623114 diff --git a/weblate_language_data-2024.6.tar.gz b/weblate_language_data-2024.6.tar.gz new file mode 100644 index 0000000..3d25c84 --- /dev/null +++ b/weblate_language_data-2024.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1462eb8e9b48a8c78a015fced87e9970ffae19caf5821a88c401ec6273a95718 +size 1564619