public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jsonschema] 2488367: Replace Python version glob with macro (needed for Python 3.10+)
@ 2026-06-15 7:29
0 siblings, 0 replies; only message in thread
From: @ 2026-06-15 7:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-jsonschema
Branch : 2488367
Commit : 6d2aca3f854fef4a8bc9963aaf05b879b147f053
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2020-07-13T21:04:33+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-jsonschema/c/6d2aca3f854fef4a8bc9963aaf05b879b147f053?branch=2488367
Log:
Replace Python version glob with macro (needed for Python 3.10+)
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/
Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>
---
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 6dd8241..e93dea1 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -76,7 +76,7 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
%{_bindir}/jsonschema
%{python3_sitelib}/%{pypi_name}/
-%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info/
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
%changelog
^ 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: Replace Python version glob with macro (needed for Python 3.10+)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox