public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Federico Pellegrin <fede@evolware.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pysnmp] epel9: Update to 7.1.21 (rhbz#2497926)
Date: Wed, 08 Jul 2026 03:12:28 GMT [thread overview]
Message-ID: <178348034826.1.13724933968794363465.rpms-pysnmp-b06d10f4a71a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pysnmp
Branch : epel9
Commit : b06d10f4a71ae317d560b0a67f82df09fe4c8811
Author : Federico Pellegrin <fede@evolware.org>
Date : 2026-07-08T05:11:50+02:00
Stats : +35/-7 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/pysnmp/c/b06d10f4a71ae317d560b0a67f82df09fe4c8811?branch=epel9
Log:
Update to 7.1.21 (rhbz#2497926)
---
diff --git a/.gitignore b/.gitignore
index 6a55d7f..df61fa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ pysnmp-4.1.12a.tar.gz
/pysnmp-4.4.11.tar.gz
/pysnmp-4.4.12.tar.gz
/pysnmp-7.1.16.tar.gz
+/pysnmp-7.1.21.tar.gz
diff --git a/license_toml_as_table_pre_pep_639.patch b/license_toml_as_table_pre_pep_639.patch
new file mode 100644
index 0000000..8897d11
--- /dev/null
+++ b/license_toml_as_table_pre_pep_639.patch
@@ -0,0 +1,12 @@
+diff -ruN a/pyproject.toml b/pyproject.toml
+--- a/pyproject.toml 2025-06-19 08:20:58.000000000 +0200
++++ b/pyproject.toml 2025-08-23 06:07:25.328546878 +0200
+@@ -6,7 +6,7 @@
+ {name = "Ilya Etingof", email = "etingof@gmail.com"},
+ {name = "LeXtudio Inc.", email = "support@lextudio.com"}
+ ]
+-license = "BSD-2-Clause"
++license = { text="BSD-2-Clause" }
+ readme = "README.md"
+ requires-python = ">=3.9"
+ classifiers = [
diff --git a/pysnmp.spec b/pysnmp.spec
index 2c8ef9c..d99e9f1 100644
--- a/pysnmp.spec
+++ b/pysnmp.spec
@@ -1,13 +1,15 @@
Name: pysnmp
-Version: 7.1.16
-Release: 2%{?dist}
+Version: 7.1.21
+Release: 4%{?dist}
Summary: An SNMP engine written in Python
-# Automatically converted from old format: BSD - review is highly recommended.
-License: LicenseRef-Callaway-BSD
+License: BSD-2-Clause
URL: https://pysnmp.com/
Source0: https://github.com/lextudio/pysnmp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# The package uses the newer license definition in toml (as string, not table)
+# which seems to annoy tooling on EPEL10
+Patch1: license_toml_as_table_pre_pep_639.patch
BuildArch: noarch
Requires: net-snmp
@@ -54,6 +56,19 @@ networking.
%license LICENSE.rst
%changelog
+* Sat Aug 23 2025 Federico Pellegrin <fede@evolware.org> - 7.1.21-4
+- Rebuilt for EPEL10
+
+* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 7.1.21-3
+- Rebuilt for Python 3.14.0rc2 bytecode
+
+* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.21-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Wed Jul 16 2025 Christian Krause <chkr@fedoraproject.org> - 7.1.21-1
+- Bump to latest upstream 7.1.21
+- Checked license and set to the official SPDX identifier
+
* Thu Jul 10 2025 Federico Pellegrin <fede@evolware.org> - 7.1.16-2
- Release to EL9
diff --git a/sources b/sources
index 5e3d4e3..9126189 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pysnmp-7.1.16.tar.gz) = 24cf0f0008c2d7c4015f7e102006754d31e173247655d24ba814865b9170254f3c27b25fef8035034652cf78283182910f9f0a55864b1755fa9d7c96fc4ac193
+SHA512 (pysnmp-7.1.21.tar.gz) = 65e609690d08b2db8ab497fa4a974e4bc90630891ff80b28351e74d17f1da654a0aa309226658731ad315cce192c6e9e36d9bcbbf87270c9c48dc187df36b03a
diff --git a/pysnmp.spec b/pysnmp.spec
index 7cb8ae9..d99e9f1 100644
--- a/pysnmp.spec
+++ b/pysnmp.spec
@@ -69,8 +69,8 @@ networking.
- Bump to latest upstream 7.1.21
- Checked license and set to the official SPDX identifier
-* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 7.1.16-2
-- Rebuilt for Python 3.14
+* Thu Jul 10 2025 Federico Pellegrin <fede@evolware.org> - 7.1.16-2
+- Release to EL9
* Wed Jan 22 2025 Federico Pellegrin <fede@evolware.org> - 7.1.16-1
- Bump to 7.1.16, previous versions were not working with Python 3.12 (so Fedora >=40)
reply other threads:[~2026-07-08 3:12 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=178348034826.1.13724933968794363465.rpms-pysnmp-b06d10f4a71a@fedoraproject.org \
--to=fede@evolware.org \
--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