public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pydantic-extra-types] f43: Add missing “jsonschema” extra metapackage
@ 2026-08-17 15:43 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-17 15:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pydantic-extra-types
Branch : f43
Commit : f70a4b9d477f8cd39b44be11ee7c6592fc1bad77
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-17T12:54:56+01:00
Stats  : +10/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pydantic-extra-types/c/f70a4b9d477f8cd39b44be11ee7c6592fc1bad77?branch=f43

Log:
Add missing “jsonschema” extra metapackage

---
diff --git a/python-pydantic-extra-types.spec b/python-pydantic-extra-types.spec
index b801b8b..3f10a06 100644
--- a/python-pydantic-extra-types.spec
+++ b/python-pydantic-extra-types.spec
@@ -88,6 +88,7 @@ tomcli set pyproject.toml lists delitem --type regex --no-first \
     %{?with_phonenumbers:--extras phonenumbers}
     %{?with_pycountry:--extras pycountry}
     --extras semver
+    --extras semver
     --extras python_ulid
     %{?with_pendulum:--extras pendulum}
     %{?with_cron:--extras cron}
@@ -146,22 +147,27 @@ ignore="${ignore-} --ignore=tests/test_json_schema.py"
 %files -n python3-pydantic-extra-types -f %{pyproject_files}
 %doc README.md
 
-%pyproject_extras_subpkg -n python3-pydantic-extra-types semver python_ulid
 %if 0%{?all_extra}
 %pyproject_extras_subpkg -n python3-pydantic-extra-types all
 %endif
-%if %{with pendulum}
-%pyproject_extras_subpkg -n python3-pydantic-extra-types pendulum
-%endif
 %if %{with phonenumbers}
 %pyproject_extras_subpkg -n python3-pydantic-extra-types phonenumbers
 %endif
 %if %{with pycountry}
 %pyproject_extras_subpkg -n python3-pydantic-extra-types pycountry
 %endif
+%pyproject_extras_subpkg -n python3-pydantic-extra-types jsonschema
+%pyproject_extras_subpkg -n python3-pydantic-extra-types semver
+%pyproject_extras_subpkg -n python3-pydantic-extra-types python_ulid
+%if %{with pendulum}
+%pyproject_extras_subpkg -n python3-pydantic-extra-types pendulum
+%endif
 %if %{with cron}
 %pyproject_extras_subpkg -n python3-pydantic-extra-types cron
 %endif
+# The uuid_utils extra is only meaningful for python<3.14. Ideally, it should
+# be patched out of anything that asks for it, rather than us shipping a
+# metapackage for what is merely a “compat” extra.
 
 
 %changelog

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

only message in thread, other threads:[~2026-08-17 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 15:43 [rpms/python-pydantic-extra-types] f43: Add missing “jsonschema” extra metapackage 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