diff --git a/pysmi-1.6.2.tar.gz b/pysmi-1.6.2.tar.gz index 6c92cbb..9cadf9e 100644 --- a/pysmi-1.6.2.tar.gz +++ b/pysmi-1.6.2.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abed01673113886d10f0f336426859238fc13b5383c7e28e13dbcd5af0443ba1 -size 61955 +oid sha256:dd8dbb9f8e2080c71ef4b7b1664998da4cfc8ca28020459bd4276f1cac2a309d +size 190091 diff --git a/python-pysmi.changes b/python-pysmi.changes index ad149ea..480db25 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 25 21:45:50 UTC 2025 - Matej Cepl + +- Redownload tarball from GitHub (missing tests, gh#lextudio/pysnmp#197) + ------------------------------------------------------------------- Fri Jul 18 22:35:58 UTC 2025 - Dirk Müller diff --git a/python-pysmi.spec b/python-pysmi.spec index 06157b9..db930ee 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -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}