14
0

- 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
This commit is contained in:
2024-11-05 21:51:10 +00:00
committed by Git OBS Bridge
commit ab17cd655d
7 changed files with 191 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,100 @@
-------------------------------------------------------------------
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>
- update to 2024.3:
* translation updates
-------------------------------------------------------------------
Mon Feb 26 21:15:49 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Add dependency on setuptools
-------------------------------------------------------------------
Fri Dec 29 09:39:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.9:
* translation updates
-------------------------------------------------------------------
Tue Dec 13 17:43:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>
- Update to version 2022.7
* no upstream changelog
-------------------------------------------------------------------
Thu Jul 1 13:56:57 UTC 2021 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>
- 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 <buschmann23@opensuse.org>
- update to version 2020.11
* no changelog available
-------------------------------------------------------------------
Thu Feb 11 13:39:56 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- initial package version 2020.10

View File

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

View File

@@ -0,0 +1,3 @@
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:7c04f7748dd36eedf6f4159a6a5fe7e246b4252543ccfac92e7ccbeff2d18e1b
size 2623114

View File

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