Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dc13ce4629 | |||
| 29a02109c2 | |||
| 0c46b15cdb | |||
| 23e6fea256 | |||
| b0b48361e8 | |||
| 7915283d41 |
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
#
|
#
|
||||||
# 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,30 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-weblate-schemas
|
Name: python-weblate-schemas
|
||||||
Version: 2024.1
|
Version: 2025.2
|
||||||
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.7}
|
||||||
|
BuildRequires: %{python_module fedora-messaging}
|
||||||
|
BuildRequires: %{python_module fqdn >= 1.5.1}
|
||||||
|
BuildRequires: %{python_module jsonschema-format}
|
||||||
BuildRequires: %{python_module jsonschema}
|
BuildRequires: %{python_module jsonschema}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module rfc3987 >= 1.3.8}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module strict-rfc3339 >= 0.7}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-fqdn >= 1.5.1
|
||||||
Requires: python-jsonschema
|
Requires: python-jsonschema
|
||||||
|
Requires: python-rfc3987 >= 1.3.8
|
||||||
|
Requires: python-strict-rfc3339 >= 0.7
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d83cb0f75433b567dec723bf49e988e3ddb5a9d71281efd1563c25b5e3a8b3e
|
|
||||||
size 12578
|
|
||||||
3
weblate_schemas-2025.2.tar.gz
Normal file
3
weblate_schemas-2025.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bcfa9f8d1c201b2e71e1f2e8d5e5875b8c54b35ec280a14c8d84cde22113c6e
|
||||||
|
size 17033
|
||||||
Reference in New Issue
Block a user