Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dc13ce4629 | |||
| 29a02109c2 | |||
| 0c46b15cdb | |||
| 23e6fea256 | |||
| b0b48361e8 | |||
| 7915283d41 |
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-weblate-schemas
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,24 +17,29 @@
|
||||
|
||||
|
||||
Name: python-weblate-schemas
|
||||
Version: 2025.6
|
||||
Version: 2025.2
|
||||
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.9}
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module fedora-messaging}
|
||||
BuildRequires: %{python_module jsonschema >= 4.24.0}
|
||||
BuildRequires: %{python_module fqdn >= 1.5.1}
|
||||
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-jsonschema >= 4.24.0
|
||||
Requires: python-jsonschema-format
|
||||
Requires: python-fqdn >= 1.5.1
|
||||
Requires: python-jsonschema
|
||||
Requires: python-rfc3987 >= 1.3.8
|
||||
Requires: python-strict-rfc3339 >= 0.7
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -44,6 +49,7 @@ 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
|
||||
|
||||
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
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b1bbef02889df8dcf982758e6b49b4eab1699530b9f3f629c01fbdba8394d04
|
||||
size 17964
|
||||
Reference in New Issue
Block a user