Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 48897fe7fb | |||
| 32b92764c4 | |||
| d3aad252ff |
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Thu Jun 12 12:21:13 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinx-jsonschema
|
# spec file for package python-sphinx-jsonschema
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# 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,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define info_version 1.19.0
|
||||||
Name: python-sphinx-jsonschema
|
Name: python-sphinx-jsonschema
|
||||||
Version: 1.19.2
|
Version: 1.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension to display JSON Schema
|
Summary: Sphinx extension to display JSON Schema
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@@ -47,7 +48,7 @@ BuildRequires: %{python_module requests}
|
|||||||
Sphinx extension to display JSON Schema.
|
Sphinx extension to display JSON Schema.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n sphinx-jsonschema-v.%{version}
|
%setup -q -n sphinx-jsonschema-v.%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -65,6 +66,6 @@ Sphinx extension to display JSON Schema.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/sphinx[-_]jsonschema
|
%{python_sitelib}/sphinx[-_]jsonschema
|
||||||
%{python_sitelib}/sphinx[-_]jsonschema-%{version}.dist-info
|
%{python_sitelib}/sphinx[-_]jsonschema-%{info_version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
3
sphinx-jsonschema-1.19.1.tar.gz
Normal file
3
sphinx-jsonschema-1.19.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7224606c301a7e5088e2c5c01b2559e9bb6338935ce2cb840b024641b535b77a
|
||||||
|
size 40684
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6501304887e7cece3139c2cffec9bcb41085a2d60bf02aba61a8fcaa98dcb3f1
|
|
||||||
size 40982
|
|
||||||
Reference in New Issue
Block a user