public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jsonschema] 2488367: Update to 4.26.0 (close RHBZ#2247079)
@ 2026-06-15  7:29 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-15  7:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-jsonschema
Branch : 2488367
Commit : b4415fa429b8ac8d44dfb96ca603371e33dd6773
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-03-03T06:39:54+00:00
Stats  : +13/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-jsonschema/c/b4415fa429b8ac8d44dfb96ca603371e33dd6773?branch=2488367

Log:
Update to 4.26.0 (close RHBZ#2247079)

---
diff --git a/.gitignore b/.gitignore
index db9f90e..447dede 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /jsonschema-4.19.0.tar.gz
 /jsonschema-4.19.1.tar.gz
 /jsonschema-4.23.0.tar.gz
+/jsonschema-4.26.0.tar.gz

diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 0ef0a00..c7b58b9 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -11,14 +11,15 @@ jsonschema is an implementation of JSON Schema for Python (supporting
 
 Name:           python-%{pypi_name}
 Summary:        Implementation of JSON Schema validation for Python
-Version:        4.23.0
-Release:        7%{?dist}
+Version:        4.26.0
+Release:        1%{?dist}
 License:        MIT
 URL:            https://github.com/Julian/jsonschema
 Source0:        %{pypi_source}
 
 BuildArch:      noarch
 BuildRequires:  python3-devel
+BuildRequires:  tomcli
 
 # test requirements
 %if %{defined rhel}
@@ -49,8 +50,12 @@ Summary:        %{summary}
 # https://github.com/json-schema-org/JSON-Schema-Test-Suite
 rm jsonschema/tests/test_jsonschema_test_suite.py
 
+# Test dependency on (python-)virtue would only be required if we used nox to
+# run the tests.
+tomcli set pyproject.toml lists delitem dependency-groups.test virtue
+
 %generate_buildrequires
-%pyproject_buildrequires
+%pyproject_buildrequires %{?with_tests:-g test}
 
 %build
 %pyproject_wheel
@@ -71,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
 %{_bindir}/jsonschema
 
 %changelog
+* Tue Mar 03 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 4.26.0-1
+- Update to 4.26.0 (close RHBZ#2247079)
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.23.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 57083f2..b9f5d1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jsonschema-4.23.0.tar.gz) = 3bc3f7c4bb22dc0233bf99ca5cb8e22002cc3b097c7ae8a78c83ae106e4791dcaca228a6830074b1c42312889374b66c1f5390932768110a1e453babd7302bf9
+SHA512 (jsonschema-4.26.0.tar.gz) = a7ae00392b8deb742f5826a65bce0a9149a67c6ddc4deff0bb2e99a79ed94f02c4738d93fef5247e30016fa38397ec68ecdead1c1d76a0caaf7755941544a0a2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15  7:29 [rpms/python-jsonschema] 2488367: Update to 4.26.0 (close RHBZ#2247079) Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox