From 621e6ce61914302eb26ec8b50bdc711bd2b0efa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:33 +0200 Subject: [PATCH] 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 --- python-jmespath.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 77b88a1..97dae93 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -48,7 +48,7 @@ nosetests-%{python3_version} %license LICENSE.txt %{_bindir}/jp.py %{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Sun May 24 2020 Miro HronĨok - 0.9.4-5