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

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