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:
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abed01673113886d10f0f336426859238fc13b5383c7e28e13dbcd5af0443ba1
|
||||
size 61955
|
||||
oid sha256:dd8dbb9f8e2080c71ef4b7b1664998da4cfc8ca28020459bd4276f1cac2a309d
|
||||
size 190091
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -37,7 +37,8 @@ Release: 0
|
||||
Summary: SNMP SMI/MIB Parser
|
||||
License: BSD-2-Clause
|
||||
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 flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -85,7 +86,7 @@ Can produce PySNMP MIB modules.
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
%pytest
|
||||
%pytest tests/
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
Reference in New Issue
Block a user