public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-merge3] f44: Simplify conditionals; don’t support EOL F42 release
Date: Thu, 03 Sep 2026 18:05:49 GMT	[thread overview]
Message-ID: <178845874945.1.4012648338871359709.rpms-python-merge3-b3db556709aa@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-merge3
            Branch : f44
            Commit : b3db556709aab68d3b23c78ed90f4ad8c79ab9ea
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-03T11:39:42+01:00
            Stats  : +3/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-merge3/c/b3db556709aab68d3b23c78ed90f4ad8c79ab9ea?branch=f44

            Log:
            Simplify conditionals; don’t support EOL F42 release

Be explicit that we can’t support EPEL9 either.

[skip changelog]

---
diff --git a/python-merge3.spec b/python-merge3.spec
index 26853fe..05660f9 100644
--- a/python-merge3.spec
+++ b/python-merge3.spec
@@ -1,9 +1,6 @@
-%if (%{defined fedora} && 0%{?fedora} <= 42) || (%{defined rhel} && 0%{?rhel} <= 10)
-# setuptools < 77, can't use new license metadata
-%bcond old_setuptools 1
-%else
-%bcond old_setuptools 0
-%endif
+# EPEL10: setuptools < 77, can't use new license metadata
+# EPEL9 doesn’t even have the previous setuptools, 61.2
+%bcond old_setuptools %{defined el10}
 
 Name:           python-merge3
 Version:        0.0.16

                 reply	other threads:[~2026-09-03 18:05 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=178845874945.1.4012648338871359709.rpms-python-merge3-b3db556709aa@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=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