14
0

Accepting request 1142217 from home:pgajdos:python

- do not require six
- deleted patches
  - remove-future-requirement.patch (part of python-textfsm-no-python2.patch)
- added patches
  fix c8843d69da
  + python-textfsm-no-python2.patch

OBS-URL: https://build.opensuse.org/request/show/1142217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=25
This commit is contained in:
2024-01-30 15:40:53 +00:00
committed by Git OBS Bridge
parent a7d94c22fa
commit ccca2628b8
4 changed files with 2679 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-textfsm
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,8 @@ URL: https://github.com/google/textfsm
Source: https://github.com/google/textfsm/archive/v%{version}.tar.gz#/textfsm-%{version}.tar.gz
# PATCH-FIX-OPENSUSE https://github.com/google/textfsm/issues/118
Patch0: correct-version.patch
# PATCH-FIX-UPSTREAM gh#google/textfsm#116
Patch1: remove-future-requirement.patch
# https://github.com/google/textfsm/commit/c8843d69daa9b565fea99a0283ad13c324d5b563
Patch1: python-textfsm-no-python2.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}