public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gary Buhrmaster <gary.buhrmaster@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-exabgp] rawhide: Update to version 5.0.12 (resolves rhbz#2520630)
Date: Fri, 21 Aug 2026 02:25:24 GMT	[thread overview]
Message-ID: <178727912436.1.15769478908152196050.rpms-python-exabgp-6a7c76c48fc8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-exabgp
            Branch : rawhide
            Commit : 6a7c76c48fc88cbb09fd8ad8bc2130c2a3fb9b23
            Author : Gary Buhrmaster <gary.buhrmaster@gmail.com>
            Date   : 2026-08-21T02:25:17+00:00
            Stats  : +34/-3 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-exabgp/c/6a7c76c48fc88cbb09fd8ad8bc2130c2a3fb9b23?branch=rawhide

            Log:
            Update to version 5.0.12 (resolves rhbz#2520630)

Add patch for PEP 639 compliance

---
diff --git a/.gitignore b/.gitignore
index 77a1a58..e0e30eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /python-exabgp-5.0.9.tar.gz
 /python-exabgp-5.0.10.tar.gz
 /python-exabgp-5.0.11.tar.gz
+/python-exabgp-5.0.12.tar.gz

diff --git a/0001-license.patch b/0001-license.patch
new file mode 100644
index 0000000..0b7ce57
--- /dev/null
+++ b/0001-license.patch
@@ -0,0 +1,23 @@
+diff -u exabgp-5.0.12/pyproject.toml exabgp-5.0.12-NEW/pyproject.toml
+--- exabgp-5.0.12/pyproject.toml	2026-08-20 16:12:33.000000000 +0000
++++ exabgp-5.0.12-NEW/pyproject.toml	2026-08-20 18:58:13.823148161 +0000
+@@ -5,9 +5,8 @@
+ authors = [
+ 	{ name = "Thomas Mangin", email = "thomas.mangin@exa-networks.co.uk" },
+ ]
+-# the table form, not the PEP 639 SPDX string: this branch supports Python 3.8,
+-# where pip can only install setuptools < 77, which rejects the string form
+-license = { text = 'BSD-3-Clause' }
++license = 'BSD-3-Clause'
++license-files = ['LICENCE.txt']
+ requires-python = ">=3.8.1"
+ keywords = [
+ 	'bgp',
+@@ -27,7 +26,6 @@
+ 	'Environment :: Console',
+ 	'Intended Audience :: System Administrators',
+ 	'Intended Audience :: Telecommunications Industry',
+-	'License :: OSI Approved :: BSD License',
+ 	'Operating System :: POSIX',
+ 	'Operating System :: MacOS :: MacOS X',
+ 	'Programming Language :: Python',

diff --git a/python-exabgp.spec b/python-exabgp.spec
index 4b5cd62..921e838 100644
--- a/python-exabgp.spec
+++ b/python-exabgp.spec
@@ -1,6 +1,6 @@
 Name:           python-exabgp
-Version:        5.0.11
-Release:        2%{?dist}
+Version:        5.0.12
+Release:        1%{?dist}
 Summary:        The BGP swiss army knife of networking (Library)
 
 License:        BSD-3-Clause
@@ -11,6 +11,9 @@ Source2:        exabgp.tmpfiles.exabgp.conf
 Source3:        exabgp.systemd.exabgp.service
 Source4:        exabgp.systemd.exabgp@.service
 
+# Patch for PEP 639 compliance for the exabgp 5.0 branch
+Patch0001:      0001-license.patch
+
 BuildArch:      noarch
 
 %description
@@ -121,6 +124,10 @@ rm -rf %{buildroot}%{_usr}/etc
 %{_tmpfilesdir}/exabgp.conf
 
 %changelog
+* Thu Aug 20 2026 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 5.0.12-1
+- Update to version 5.0.12 (resolves rhbz#2520630)
+- Add patch for PEP 639 compliance
+
 * Thu Aug 20 2026 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 5.0.11-2
 - Fix typo in changelog
 

diff --git a/sources b/sources
index 41a8e25..6cff138 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-exabgp-5.0.11.tar.gz) = 64119e741cd0dbb266e969c94c165bf206efca29287ec35bd6db98f8a91105a8ae93b40e9437c30f1704cb8c454370fb0b0bd51083291ad8a9255cd958280676
+SHA512 (python-exabgp-5.0.12.tar.gz) = 94f3f749875fa018333d0b948bfefd21e20acc42352678c356bbb7a7364ef76f2383e1c366c26189d22f57742db7bd7af5c25ecbb05dd0ab4324750ec0a23895

                 reply	other threads:[~2026-08-21  2:25 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=178727912436.1.15769478908152196050.rpms-python-exabgp-6a7c76c48fc8@fedoraproject.org \
    --to=gary.buhrmaster@gmail.com \
    --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