15
0

Compare commits

7 Commits

Author SHA256 Message Date
472d4885ee Accepting request 1321482 from devel:languages:python
- Update to 1.19.2:
  * allow building with Sphinx 9.0.
- Drop patch support-docutils-0.22.patch, included upstream.

OBS-URL: https://build.opensuse.org/request/show/1321482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-jsonschema?expand=0&rev=7
2025-12-09 11:46:17 +00:00
98fdf7a0e5 - Update to 1.19.2:
* allow building with Sphinx 9.0.
- Drop patch support-docutils-0.22.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-jsonschema?expand=0&rev=15
2025-12-08 04:08:48 +00:00
6de7b7577b Accepting request 1306528 from devel:languages:python
- Add patch support-docutils-0.22.patch:
  * Support docutils 0.22 changes.

OBS-URL: https://build.opensuse.org/request/show/1306528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-jsonschema?expand=0&rev=6
2025-09-23 14:06:44 +00:00
540fc5a2e3 - Add patch support-docutils-0.22.patch:
* Support docutils 0.22 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-jsonschema?expand=0&rev=13
2025-09-19 02:36:43 +00:00
c485b16c69 Accepting request 1285144 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1285144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-jsonschema?expand=0&rev=5
2025-06-12 16:11:28 +00:00
d2fc9fe1e5 fix files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-jsonschema?expand=0&rev=11
2025-06-12 12:24:00 +00:00
53b6a7de00 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-jsonschema?expand=0&rev=10
2025-06-12 12:21:30 +00:00
4 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Dec 8 04:07:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.19.2:
* allow building with Sphinx 9.0.
- Drop patch support-docutils-0.22.patch, included upstream.
-------------------------------------------------------------------
Fri Sep 19 02:35:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-docutils-0.22.patch:
* Support docutils 0.22 changes.
-------------------------------------------------------------------
Thu Jun 12 12:21:13 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Sun Jan 14 10:36:35 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx-jsonschema
#
# Copyright (c) 2024 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
@@ -16,16 +16,17 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinx-jsonschema
Version: 1.19.1
Version: 1.19.2
Release: 0
Summary: Sphinx extension to display JSON Schema
License: GPL-3.0-only
URL: https://github.com/lnoor/sphinx-jsonschema
# Tarballs from pypi.org are missing license files
Source: https://github.com/lnoor/sphinx-jsonschema/archive/refs/tags/v.%{version}.tar.gz#/sphinx-jsonschema-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
@@ -46,13 +47,13 @@ BuildRequires: %{python_module requests}
Sphinx extension to display JSON Schema.
%prep
%setup -q -n sphinx-jsonschema-v.%{version}
%autosetup -p1 -n sphinx-jsonschema-v.%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -63,6 +64,7 @@ Sphinx extension to display JSON Schema.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/sphinx[-_]jsonschema
%{python_sitelib}/sphinx[-_]jsonschema-%{version}.dist-info
%changelog

View File

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

View File

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