From e879ff7f8d45eb0e7e5469b235d42dff311478dad1591e66ad49f63d3ec29bf7 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 16 Apr 2025 07:58:36 +0000 Subject: [PATCH] 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 --- python-napalm.changes | 6 ++++++ python-napalm.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-napalm.changes b/python-napalm.changes index fa33bca..f381b10 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 15 11:37:04 UTC 2025 - Georg Pfuetzenreuter + +- 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 diff --git a/python-napalm.spec b/python-napalm.spec index 096b0a5..2acf767 100644 --- a/python-napalm.spec +++ b/python-napalm.spec @@ -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