public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-futurist] noevent: Rebuild for python 3.13
@ 2026-06-07 16:00 Alfredo Moralejo
  0 siblings, 0 replies; only message in thread
From: Alfredo Moralejo @ 2026-06-07 16:00 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-futurist
            Branch : noevent
            Commit : c670f7f50d31c7d3f9dcd8743fe3703242c9a942
            Author : Alfredo Moralejo <amoralej@redhat.com>
            Date   : 2024-07-15T08:57:35+02:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-futurist/c/c670f7f50d31c7d3f9dcd8743fe3703242c9a942?branch=noevent

            Log:
            Rebuild for python 3.13

Ignored BR on eventlet as it's actually not needed and it is not
available dor python 3.13.

---
diff --git a/python-futurist.spec b/python-futurist.spec
index 0e8babf..1fdadab 100644
--- a/python-futurist.spec
+++ b/python-futurist.spec
@@ -5,7 +5,8 @@
 
 %{!?upstream_version: %global upstream_version %{version}%{?milestone}}
 # we are excluding some BRs from automatic generator
-%global excluded_brs doc8 bandit pre-commit hacking flake8-import-order
+# eventlet is not available for python 3.13 and we are not running tests
+%global excluded_brs doc8 bandit pre-commit hacking flake8-import-order eventlet
 
 %global pypi_name futurist
 
@@ -14,7 +15,7 @@ Code from the future, delivered to you in the now.
 
 Name:           python-%{pypi_name}
 Version:        3.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Useful additions to futures, from the future
 
 License:        Apache-2.0
@@ -112,6 +113,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
 %endif
 
 %changelog
+* Mon Jul 15 2024 Alfredo Moralejo <amoralej@redhat.com> 3.0.0-2
+- Rebuild for python 3.13
+
 * Mon May 06 2024 Alfredo Moralejo <amoralej@redhat.com> 3.0.0-1
 - Update to upstream version 3.0.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-07 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 16:00 [rpms/python-futurist] noevent: Rebuild for python 3.13 Alfredo Moralejo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox