15
0
forked from pool/python-napalm

Accepting request 1269605 from home:crameleon:branches:devel:languages:python

- Enable sle15_python_module_pythons (project is Python 3.8+)
- No longer remove Junos tests

OBS-URL: https://build.opensuse.org/request/show/1269605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=37
This commit is contained in:
2025-04-16 07:58:36 +00:00
committed by Git OBS Bridge
parent c1da9b5834
commit e879ff7f8d
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 15 11:37:04 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Enable sle15_python_module_pythons (project is Python 3.8+)
- No longer remove Junos tests
-------------------------------------------------------------------
Tue Dec 10 08:07:24 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-napalm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-napalm
Version: 5.0.0
Release: 0
@@ -98,9 +99,6 @@ sed -i '1{/env python/d}' napalm/pyIOSXR/*.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# FIXME: JunOS related unit tests are know to be broken with junos-eznc-2.3.0.
# Do not run those for now. https://github.com/napalm-automation/napalm/issues/1060
rm -Rf test/junos/
%pytest
%post