forked from pool/python-textfsm
- Conflict with texttable as we provide same package file
reported on GH for upstream to sort out OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
88c9d1af5f
commit
673f9eb684
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 20 11:49:46 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Conflict with texttable as we provide same package file
|
||||||
|
reported on GH for upstream to sort out
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 2 13:04:39 UTC 2018 - aplanas@suse.com
|
Mon Jul 2 13:04:39 UTC 2018 - aplanas@suse.com
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Python module for parsing semi-structured text into python tables
|
Summary: Python module for parsing semi-structured text into python tables
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/google/textfsm
|
URL: https://github.com/google/textfsm
|
||||||
Source: https://github.com/google/textfsm/archive/0.4.1.tar.gz
|
Source: https://github.com/google/textfsm/archive/0.4.1.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM textfsm_test_do_not_relay_on_dic_order.patch https://github.com/google/textfsm/pull/33
|
# PATCH-FIX-UPSTREAM textfsm_test_do_not_relay_on_dic_order.patch https://github.com/google/textfsm/pull/33
|
||||||
Patch0: textfsm_test_do_not_relay_on_dic_order.patch
|
Patch0: textfsm_test_do_not_relay_on_dic_order.patch
|
||||||
@@ -32,8 +32,9 @@ BuildRequires: %{python_module six}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Conflicts: python2-texttable
|
||||||
|
Conflicts: python3-texttable
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user