14
0
forked from pool/python-pysmi

- Redownload tarball from GitHub (missing tests, gh#lextudio/pysnmp#197)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=34
This commit is contained in:
2025-07-25 21:50:25 +00:00
committed by Git OBS Bridge
parent de323a9960
commit e78e24b00f
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:abed01673113886d10f0f336426859238fc13b5383c7e28e13dbcd5af0443ba1 oid sha256:dd8dbb9f8e2080c71ef4b7b1664998da4cfc8ca28020459bd4276f1cac2a309d
size 61955 size 190091

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 25 21:45:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Redownload tarball from GitHub (missing tests, gh#lextudio/pysnmp#197)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 18 22:35:58 UTC 2025 - Dirk Müller <dmueller@suse.com> Fri Jul 18 22:35:58 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -37,7 +37,8 @@ Release: 0
Summary: SNMP SMI/MIB Parser Summary: SNMP SMI/MIB Parser
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/lextudio/pysmi URL: https://github.com/lextudio/pysmi
Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz # Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%%{version}.tar.gz
Source: https://github.com/lextudio/pysmi/archive/refs/tags/v%{version}.tar.gz#/pysmi-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module flit-core} BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@@ -85,7 +86,7 @@ Can produce PySNMP MIB modules.
%check %check
%if %{with test} %if %{with test}
%pytest %pytest tests/
%endif %endif
%if !%{with test} %if !%{with test}