15
0

Compare commits

8 Commits

Author SHA256 Message Date
ab00813e52 Accepting request 1308647 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1308647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-schemas?expand=0&rev=11
2025-10-03 13:43:17 +00:00
348ef0e2da - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-schemas?expand=0&rev=21
2025-10-02 13:40:23 +00:00
3590a09c44 Accepting request 1286938 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1286938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-schemas?expand=0&rev=10
2025-06-20 14:49:48 +00:00
65945a2041 - update to 2025.2
* Add 'category' field to Messaging schema
  * Sync with WeblateOrg/meta

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-schemas?expand=0&rev=19
2025-06-19 11:52:54 +00:00
96e9d89f05 Accepting request 1273594 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-schemas?expand=0&rev=9
2025-04-30 17:05:23 +00:00
9372c1c831 - update to 2025.1
* Extended backup schema to cover teams and categories.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-schemas?expand=0&rev=17
2025-04-30 07:56:50 +00:00
311b427f79 Accepting request 1235755 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-weblate-schemas?expand=0&rev=8
2025-01-09 14:07:14 +00:00
beebef7b1f - update to 2024.2
* Added schema for Weblate Fedora Messaging.
  * Added support for Python 3.13.
  * Clarified language field in the component backup schema.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weblate-schemas?expand=0&rev=15
2025-01-08 00:19:35 +00:00
4 changed files with 19 additions and 15 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-weblate-schemas
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,24 @@
Name: python-weblate-schemas
Version: 2025.2
Version: 2025.6
Release: 0
Summary: A collection of schemas used by Weblate
License: MIT
URL: https://weblate.org/
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 fedora-messaging}
BuildRequires: %{python_module fqdn >= 1.5.1}
BuildRequires: %{python_module jsonschema >= 4.24.0}
BuildRequires: %{python_module jsonschema-format}
BuildRequires: %{python_module jsonschema}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rfc3987 >= 1.3.8}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module strict-rfc3339 >= 0.7}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-fqdn >= 1.5.1
Requires: python-jsonschema
Requires: python-rfc3987 >= 1.3.8
Requires: python-strict-rfc3339 >= 0.7
Requires: python-jsonschema >= 4.24.0
Requires: python-jsonschema-format
BuildArch: noarch
%python_subpackages
@@ -49,7 +44,6 @@ This module contains schemas used in Weblate exports.
%prep
%setup -q -n weblate_schemas-%{version}
%autopatch -p1
sed -i -e '/pytest-runner/d' setup.py
%build
%pyproject_wheel

View File

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

View File

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