public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pydantic-core] f43: Fix some tomcli regexes written like globs
@ 2026-09-15 13:52 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-15 13:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pydantic-core
Branch : f43
Commit : 4993617a7fe0d02bc42a417cd77eaf82dc07facd
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-12T10:23:48+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pydantic-core/c/4993617a7fe0d02bc42a417cd77eaf82dc07facd?branch=f43
Log:
Fix some tomcli regexes written like globs
These worked, but didn’t have precisely the intended meaning.
[skip changelog]
---
diff --git a/python-pydantic-core.spec b/python-pydantic-core.spec
index 2f9ae52..9208371 100644
--- a/python-pydantic-core.spec
+++ b/python-pydantic-core.spec
@@ -67,11 +67,11 @@ rm -v .cargo/config.toml
# wheels on PyPI. We have no such limitations, except that python-pandas is not
# available on i686.
tomcli-set pyproject.toml lists replace 'dependency-groups.testing' \
- 'pandas; *' 'pandas; platform_machine != "i686"'
+ 'pandas; .*' 'pandas; platform_machine != "i686"'
tomcli-set pyproject.toml lists replace 'dependency-groups.testing' \
- 'pytest-examples; *' 'pytest-examples'
+ 'pytest-examples; .*' 'pytest-examples'
tomcli-set pyproject.toml lists replace 'dependency-groups.testing' \
- 'numpy; *' 'numpy'
+ 'numpy; .*' 'numpy'
# Use a regex to remove entries from the testing dependency group.
remove_from_testing() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 13:52 [rpms/python-pydantic-core] f43: Fix some tomcli regexes written like globs 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