14
0
forked from pool/python-pyeapi

Accepting request 1250063 from home:glaubitz:branches:devel:languages:python

- Update to 1.0.4
  * Fixes documentation build issue for modules section on readthedocs
  * Some fixes for system test
- from version 1.0.3
  * Provides a critical bug fix introduced by PR#220
  * Fixed all system tests and provides some enhancements for unit tests
- Drop no-more-imp.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1250063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyeapi?expand=0&rev=15
This commit is contained in:
2025-03-04 13:27:58 +00:00
committed by Git OBS Bridge
parent cc61d1e2d5
commit 8587035d0c
5 changed files with 16 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyeapi
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2017-2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -19,14 +19,12 @@
%{?sle15_python_module_pythons}
Name: python-pyeapi
Version: 1.0.2
Version: 1.0.4
Release: 0
Summary: Python Client for eAPI
License: BSD-3-Clause
URL: https://github.com/arista-eosplus/pyeapi
Source: https://files.pythonhosted.org/packages/source/p/pyeapi/pyeapi-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#arista-eosplus/pyeapi#292
Patch0: no-more-imp.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module netaddr}
BuildRequires: %{python_module pip}