Hello community,
here is the log from the commit of package python-configshell-fb for
openSUSE:Factory checked in at 2019-03-12 09:53:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-configshell-fb (Old)
and /work/SRC/openSUSE:Factory/.python-configshell-fb.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configshell-fb"
Tue Mar 12 09:53:59 2019 rev:10 rq:682854 version:1.1.25
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-configshell-fb/python-configshell-fb.changes
2018-12-13 19:41:46.145221673 +0100
+++
/work/SRC/openSUSE:Factory/.python-configshell-fb.new.28833/python-configshell-fb.changes
2019-03-12 09:54:05.575529949 +0100
@@ -1,0 +2,15 @@
+Fri Mar 8 14:41:00 CET 2019 - Matej Cepl <[email protected]>
+
+- Using now new proper upstream release 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"
+ - 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
+
+-------------------------------------------------------------------
Old:
----
_service
_servicedata
configshell-fb-1.1.fb25.tar.xz
New:
----
configshell-fb-1.1.25.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-configshell-fb.spec ++++++
--- /var/tmp/diff_new_pack.Tpd6Mf/_old 2019-03-12 09:54:06.463529772 +0100
+++ /var/tmp/diff_new_pack.Tpd6Mf/_new 2019-03-12 09:54:06.463529772 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-configshell-fb
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
#
-%define oname configshell-fb
-%define realver 1.1.fb25
+%define modname configshell-fb
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name: python-%{oname}
-Version: 1.1.fb25
+Name: python-%{modname}
+Version: 1.1.25
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
+Source:
https://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pyparsing}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -37,7 +36,7 @@
Requires: python-six
Requires: python-urwid
Provides: python-configshell = %{version}-%{release}
-Obsoletes: python-configshell
+Obsoletes: python-configshell < %{version}
BuildArch: noarch
%python_subpackages
@@ -66,7 +65,7 @@
no longer strictly compatible.
%prep
-%setup -q -n %{oname}-%{realver}
+%setup -q -n %{modname}-%{version}
%build
%python_build
@@ -77,6 +76,6 @@
%files %{python_files}
%{python_sitelib}/*
-%doc examples COPYING README.md
+%doc README.md
%changelog