15
0

Accepting request 682852 from home:mcepl:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/682852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=23
This commit is contained in:
2019-03-08 13:51:40 +00:00
committed by Git OBS Bridge
parent ca74e6e4f0
commit 8da3aa05bb
6 changed files with 26 additions and 32 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 8 14:41:00 CET 2019 - Matej Cepl <mcepl@suse.com>
- 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
-------------------------------------------------------------------
Tue Dec 4 12:46:52 UTC 2018 - Matej Cepl <mcepl@suse.com>