From 624fa10daa7ca35a6553b819c7c4939325c14e652eba5d32620bf46b2fed0a84 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Fri, 27 Sep 2019 15:58:52 +0000 Subject: [PATCH] Accepting request 731332 from home:lee_duncan:branches:devel:languages:python - Updated to latest upstream version 1.1.26. There were not very many changes: * Version number no longer contains "fb" to designate "free branch", e.g. old was 1.1.fb25, new is 1.1.26 * Add urwid to setup.py dependencies * Fix failing to parse params with additional chars * export __version__ variable resulting in replacing configshell-fb-1.1.25.tar.gz with configshell-fb-1.1.26.tar.gz, and corresponding SPEC-file updates. OBS-URL: https://build.opensuse.org/request/show/731332 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=25 --- configshell-fb-1.1.25.tar.gz | 3 --- configshell-fb-1.1.26.tar.gz | 3 +++ python-configshell-fb.changes | 14 ++++++++++++++ python-configshell-fb.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 configshell-fb-1.1.25.tar.gz create mode 100644 configshell-fb-1.1.26.tar.gz diff --git a/configshell-fb-1.1.25.tar.gz b/configshell-fb-1.1.25.tar.gz deleted file mode 100644 index 477d884..0000000 --- a/configshell-fb-1.1.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5113ca30de7b3dfb9dd060b486d235d3f3a0bb160fdb28178d4300023158e62 -size 56900 diff --git a/configshell-fb-1.1.26.tar.gz b/configshell-fb-1.1.26.tar.gz new file mode 100644 index 0000000..2e44ef7 --- /dev/null +++ b/configshell-fb-1.1.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce909123f7e2e9bc30851f86665f63dde961e20fb9328dc5e6287ba5ce927b41 +size 34774 diff --git a/python-configshell-fb.changes b/python-configshell-fb.changes index 6b38103..7974e2e 100644 --- a/python-configshell-fb.changes +++ b/python-configshell-fb.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 16 17:27:49 UTC 2019 - Lee Duncan + +- Updated to latest upstream version 1.1.26. There were not very + many changes: + * Version number no longer contains "fb" to designate "free + branch", e.g. old was 1.1.fb25, new is 1.1.26 + * Add urwid to setup.py dependencies + * Fix failing to parse params with additional chars + * export __version__ variable + resulting in replacing configshell-fb-1.1.25.tar.gz with + configshell-fb-1.1.26.tar.gz, and corresponding SPEC-file + updates. + ------------------------------------------------------------------- Fri Mar 8 14:41:00 CET 2019 - Matej Cepl diff --git a/python-configshell-fb.spec b/python-configshell-fb.spec index 23bf73b..d31786f 100644 --- a/python-configshell-fb.spec +++ b/python-configshell-fb.spec @@ -19,13 +19,13 @@ %define modname configshell-fb %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{modname} -Version: 1.1.25 +Version: 1.1.26 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: https://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz +Source: %{modname}-%{version}.tar.gz BuildRequires: %{python_module pyparsing} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six}