forked from pool/python-weblate-schemas
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ab00813e52 | |||
| 348ef0e2da | |||
| 3590a09c44 | |||
| 65945a2041 | |||
| 96e9d89f05 | |||
| 9372c1c831 | |||
| 311b427f79 | |||
| beebef7b1f |
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 2 07:03:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2025.6
|
||||||
|
* Extended the messaging schema to include "category" field, as a
|
||||||
|
list of category and subcategory slugs.
|
||||||
|
* Added support for new pending units tracking in backups.
|
||||||
|
* Extended the memory to include a "status" and "comptext" field.
|
||||||
|
* Cleaned up dependencies.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 11:44:48 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2025.2
|
||||||
|
* Add 'category' field to Messaging schema
|
||||||
|
* Sync with WeblateOrg/meta
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:03:52 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2025.1
|
||||||
|
* Extended backup schema to cover teams and categories.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 15:38:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2024.2
|
||||||
|
* Added schema for Weblate Fedora Messaging.
|
||||||
|
* Added support for Python 3.13.
|
||||||
|
* Clarified language field in the component backup schema.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 13 14:54:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 13 14:54:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-weblate-schemas
|
# spec file for package python-weblate-schemas
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,23 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-weblate-schemas
|
Name: python-weblate-schemas
|
||||||
Version: 2024.1
|
Version: 2025.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of schemas used by Weblate
|
Summary: A collection of schemas used by Weblate
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://weblate.org/
|
URL: https://weblate.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/weblate_schemas/weblate_schemas-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/weblate_schemas/weblate_schemas-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
BuildRequires: %{python_module jsonschema}
|
BuildRequires: %{python_module fedora-messaging}
|
||||||
|
BuildRequires: %{python_module jsonschema >= 4.24.0}
|
||||||
|
BuildRequires: %{python_module jsonschema-format}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jsonschema
|
Requires: python-jsonschema >= 4.24.0
|
||||||
|
Requires: python-jsonschema-format
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -42,7 +44,6 @@ This module contains schemas used in Weblate exports.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n weblate_schemas-%{version}
|
%setup -q -n weblate_schemas-%{version}
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
sed -i -e '/pytest-runner/d' setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d83cb0f75433b567dec723bf49e988e3ddb5a9d71281efd1563c25b5e3a8b3e
|
|
||||||
size 12578
|
|
||||||
3
weblate_schemas-2025.6.tar.gz
Normal file
3
weblate_schemas-2025.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b1bbef02889df8dcf982758e6b49b4eab1699530b9f3f629c01fbdba8394d04
|
||||||
|
size 17964
|
||||||
Reference in New Issue
Block a user