forked from pool/python-configshell-fb
Accepting request 643054 from home:lee_duncan:branches:devel:languages:python
- Update to version 1.1.fb23: * version 1.1.25 * Fix failing to parse param like pool/rbd;id=user * Acquire a lock to a preference file before working with it * Fix failing to pasre param like "cfgstr,par=val" * version 1.1.fb24 * Remove explicit dependency on /usr/bin/python * make run_cmdline() log "Running command line" msg to new loglevel * tweak ConfigShell.run_stdin() to strip whitespace/newline from cmds * Fix failing to pasre par=val parameters * Add missing dependency on pyparsing and six * Fix path regex for [ and ] * Handle if TERM is not set OBS-URL: https://build.opensuse.org/request/show/643054 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=17
This commit is contained in:
@@ -17,18 +17,16 @@
|
||||
|
||||
|
||||
%define oname configshell-fb
|
||||
%define realver 1.1.fb23
|
||||
%define realver 1.1.fb25
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-%{oname}
|
||||
Version: 1.1.fb23
|
||||
Version: 1.1.fb25
|
||||
Release: 0%{?dist}
|
||||
Summary: A Python library for building configuration shells
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://github.com/open-iscsi/configshell-fb
|
||||
Source: %{oname}-%{realver}.tar.xz
|
||||
Patch1: %{oname}-example-should-not-specify-path.patch
|
||||
Patch2: %{oname}-Handle-if-TERM-is-not-set.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pyparsing}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -70,8 +68,6 @@ no longer strictly compatible.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{oname}-%{realver}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user