15
0
forked from pool/python-snimpy

Compare commits

6 Commits

Author SHA256 Message Date
c2eaea27ac Accepting request 1321716 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1321716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snimpy?expand=0&rev=12
2025-12-10 14:30:44 +00:00
fecddf8e3e - Update to 1.0.4
* Temporarily depend on pyasn1 <= 0.6.0 to fix compatibility issues.
  * Convert build to PEP517.
- Update BuildRequires from setup.py
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=28
2025-12-09 10:46:57 +00:00
b540430726 Accepting request 1241024 from devel:languages:python
- Skip another test.

OBS-URL: https://build.opensuse.org/request/show/1241024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snimpy?expand=0&rev=11
2025-01-29 15:16:44 +00:00
0fa6fcaf86 - Skip another test.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=26
2025-01-29 05:34:26 +00:00
0801583849 Accepting request 1224393 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1224393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snimpy?expand=0&rev=10
2024-11-15 14:44:01 +00:00
7fbfba4edf - Skip tests affected by too new pyasn1 for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=24
2024-11-15 08:39:55 +00:00
4 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Dec 9 09:07:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.4
* Temporarily depend on pyasn1 <= 0.6.0 to fix compatibility issues.
* Convert build to PEP517.
- Update BuildRequires from setup.py
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Wed Jan 29 05:33:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip another test.
-------------------------------------------------------------------
Thu Nov 14 19:15:19 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Skip tests affected by too new pyasn1 for now
-------------------------------------------------------------------
Thu Jun 13 15:33:12 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-snimpy
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2016-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -16,9 +16,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-snimpy
Version: 1.0.3
Version: 1.0.4
Release: 0
Summary: Interactive SNMP tool
License: ISC
@@ -28,6 +28,7 @@ BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module vcversioner}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -83,7 +84,10 @@ export CFLAGS="%{optflags}"
%python_clone -a %{buildroot}%{_mandir}/man1/snimpy.1
%check
%pytest_arch
# too recent pyasn1, upstream pinned it in https://github.com/vincentbernat/snimpy/commit/f22d1994a9771858bb30ff3c0801a121e45c145b
# let's skip the affected test files for now: tests/test_main.py tests/test_manager.py tests/test_snmp.py
rm tests/test_main.py tests/test_manager.py tests/test_snmp.py
%pytest_arch -k 'not testRanges'
%post
%python_install_alternative snimpy snimpy.1

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17fdfccf9070d62948673960b7194aa19fd7620200c5f591b769560040a9d297
size 72745

3
snimpy-1.0.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9ba604b66ac4acd230d6340fcf12b2234ee1db884a714634f34fd54cbd7bd1d
size 78268