forked from pool/python-configshell-fb
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5113ca30de7b3dfb9dd060b486d235d3f3a0bb160fdb28178d4300023158e62
|
||||
size 56900
|
||||
3
configshell-fb-1.1.26.tar.gz
Normal file
3
configshell-fb-1.1.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce909123f7e2e9bc30851f86665f63dde961e20fb9328dc5e6287ba5ce927b41
|
||||
size 34774
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 17:27:49 UTC 2019 - Lee Duncan <lduncan@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user