15
0

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
This commit is contained in:
2019-09-27 15:58:52 +00:00
committed by Git OBS Bridge
parent 8da3aa05bb
commit 624fa10daa
4 changed files with 19 additions and 5 deletions

View File

@@ -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}