Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-snimpy for openSUSE:Factory 
checked in at 2026-04-14 17:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-snimpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-snimpy.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-snimpy"

Tue Apr 14 17:49:34 2026 rev:13 rq:1346806 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-snimpy/python-snimpy.changes      
2025-12-10 15:31:30.772738046 +0100
+++ /work/SRC/openSUSE:Factory/.python-snimpy.new.21863/python-snimpy.changes   
2026-04-14 17:50:41.933440750 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 08:03:44 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.1.2:
+  * Fix timeout handling for SNMPv1 and SNMPv2c walk and set
+    operations.
+  * Don't walk too much when iterating on a column.
+  * Fix leaked timeout tasks.
+  * Improve performance on SNMPv1 and SNMPv2c.
+  * Update for PySNMP 7. This version does not work with previous
+    versions of PySNMP.
+  * Modernize build system.
+
+-------------------------------------------------------------------

Old:
----
  snimpy-1.0.4.tar.gz

New:
----
  snimpy-1.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-snimpy.spec ++++++
--- /var/tmp/diff_new_pack.CMMiuV/_old  2026-04-14 17:50:43.337498790 +0200
+++ /var/tmp/diff_new_pack.CMMiuV/_new  2026-04-14 17:50:43.361499782 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-snimpy
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2016-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,9 +16,10 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %{?sle15_python_module_pythons}
 Name:           python-snimpy
-Version:        1.0.4
+Version:        1.1.2
 Release:        0
 Summary:        Interactive SNMP tool
 License:        ISC
@@ -27,15 +28,15 @@
 BuildRequires:  %{python_module cffi >= 1.0.0}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 42.0.0}
 BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module vcversioner}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  libsmi-devel
 BuildRequires:  python-rpm-macros
 Requires:       python-cffi >= 1.0.0
-Requires:       python-pysnmp >= 5
+Requires:       python-pysnmp >= 7
+Requires:       python-pysnmpcrypto
 Requires:       python-setuptools
 Requires:       (python-pyasyncore if python-base >= 3.12)
 Requires(post): update-alternatives
@@ -43,7 +44,8 @@
 # SECTION test requirements
 BuildRequires:  %{python_module cffi >= 1.0.0}
 BuildRequires:  %{python_module pyasyncore if %python-base >= 3.12}
-BuildRequires:  %{python_module pysnmp >= 5}
+BuildRequires:  %{python_module pysnmp >= 7}
+BuildRequires:  %{python_module pysnmpcrypto}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
@@ -79,6 +81,7 @@
 
 %install
 %pyproject_install
+install -D man/snimpy.1 %{buildroot}%{_mandir}/man1/snimpy.1
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 %python_clone -a %{buildroot}%{_bindir}/snimpy
 %python_clone -a %{buildroot}%{_mandir}/man1/snimpy.1
@@ -97,7 +100,7 @@
 
 %files %{python_files}
 %license docs/license.rst
-%doc AUTHORS.rst README.rst
+%doc README.rst
 %python_alternative %{_bindir}/snimpy
 %python_alternative %{_mandir}/man1/snimpy.1%{ext_man}
 %{python_sitearch}/snimpy

++++++ snimpy-1.0.4.tar.gz -> snimpy-1.1.2.tar.gz ++++++
++++ 1708 lines of diff (skipped)

Reply via email to