17
0

Compare commits

6 Commits

Author SHA256 Message Date
dc13ce4629 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
29a02109c2 - 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
0c46b15cdb 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
23e6fea256 - 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
b0b48361e8 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
7915283d41 Accepting request 1235662 from home:mcalabkova:branches:devel:languages:python
- 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/request/show/1235662
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 34 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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