public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pydantic-extra-types] f43: Add missing “jsonschema” extra metapackage
Date: Mon, 17 Aug 2026 15:43:57 GMT	[thread overview]
Message-ID: <178698143777.1.8604365641713675861.rpms-python-pydantic-extra-types-f70a4b9d477f@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-17 15:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178698143777.1.8604365641713675861.rpms-python-pydantic-extra-types-f70a4b9d477f@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox