public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-futurist] noevent: Replace Python version glob with macro (needed for Python 3.10+)
Date: Sun, 07 Jun 2026 16:00:10 GMT [thread overview]
Message-ID: <178084801016.1.15773159332960116407.rpms-python-futurist-917f0068fb05@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-futurist
Branch : noevent
Commit : 917f0068fb05706ba8b631310b8c9b265ea9c1e3
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2020-07-13T21:04:32+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-futurist/c/917f0068fb05706ba8b631310b8c9b265ea9c1e3?branch=noevent
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-futurist.spec b/python-futurist.spec
index 43e7d68..29fa659 100644
--- a/python-futurist.spec
+++ b/python-futurist.spec
@@ -74,7 +74,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%doc README.rst
%license LICENSE
%{python3_sitelib}/%{pypi_name}
-%{python3_sitelib}/%{pypi_name}-*-py?.?.egg-info
+%{python3_sitelib}/%{pypi_name}-*-py%{python3_version}.egg-info
%if 0%{?with_doc}
%files -n python-%{pypi_name}-doc
reply other threads:[~2026-06-07 16:00 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=178084801016.1.15773159332960116407.rpms-python-futurist-917f0068fb05@fedoraproject.org \
--to=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