14
0

7 Commits

Author SHA256 Message Date
36405bbf1d Accepting request 1255723 from home:lee_duncan:branches:devel:languages:python
- Upgrade to current latest upstream, which is a few
  commits past v2.0.0:
  * Update pre-commit hooks, ruff rules
  * Improve backwards configshell-fb compatibility
  * Fix: log truncated
  * v2.0.0
  * Add pypi publish and pre-commit workflows
  * Add backwards compatibility with _fb module name
  * Explicitly declare wheel build target dir
  * Adding -fb suffix to module name
  * Remove urwid dependency
  * Adding pre-commit config
  * Use f-strings
  * Use Pathlib
  * Refactoring to Python>=3.9, adding ruff rules
  * Move to PEP-621; Use configshell module name
  * six is unneeded, get rid of it
  * Fix help messages without a trailing newline
  * Remove usage of six
  Note that the last item means we can do away with the patch:
  * no-six.patch (removed)

OBS-URL: https://build.opensuse.org/request/show/1255723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=40
2025-03-24 19:46:36 +00:00
960b0f5f65 Accepting request 1096428 from home:lee_duncan:branches:devel:languages:python
- Upgrade to latest upstream version v1.1.30:
 * setup.py: relax pyparsing version restriction
 * Replace more occurrences of getargspec() with getfullargspec()
 * replace getargspec() with getfullargspec()

OBS-URL: https://build.opensuse.org/request/show/1096428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=36
2023-07-02 19:16:38 +00:00
9131e1610f Accepting request 868029 from home:lee_duncan:branches:devel:languages:python
- Update to version v1.1.28 from v1.1.27 (jre#SLE-17360):
  * version 1.1.28
  * Ensure that all output reaches the client when daemonized
  * Remove Epydoc markup from command messages
  * Remove epydoc imports and epydoc calls
  Which removed the need for patch:
  * Ensure-that-all-output-reaches-the-client-when-daemo.patch

OBS-URL: https://build.opensuse.org/request/show/868029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=31
2021-01-30 21:46:54 +00:00
74f5e5aca3 Accepting request 781300 from home:lee_duncan:branches:devel:languages:python
- Update to version v1.1.27 from v1.1.26 (jre#SLE-9345):
  * version 1.1.27
  * Use pyparsing's locatedExpr instead of our custom helper
  And updated the SPEC file, also adding a _service file.
  Replacing configshell-fb-1.1.26.tar.gz with
  python-configshell-fb-v1.1.27.tar.xz, and adding one
  upstrem patch:
  * Ensure-that-all-output-reaches-the-client-when-daemo.patch

OBS-URL: https://build.opensuse.org/request/show/781300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=27
2020-03-03 17:54:03 +00:00
8da3aa05bb 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
2019-03-08 13:51:40 +00:00
f148b4ce40 Accepting request 643054 from home:lee_duncan:branches:devel:languages:python
- Update to version 1.1.fb23:
  * version 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"
  * version 1.1.fb24
  * 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/643054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=17
2018-10-19 00:53:27 +00:00
Tomáš Chvátal
1861bd57b3 Accepting request 556320 from home:lee_duncan:branches:devel:languages:python
- Converting RPM SPEC file to singlespec format (bsc#1045332),
  adding patch:
  * configshell-fb-example-should-not-specify-path.patch
- Fix targetcli.service problem when TERM not set (bsc#1071194),
  adding patch (from LSZhu):
  * configshell-fb-Handle-if-TERM-is-not-set.patch
- Moved build requirement on urwid to runtime requirement,
  as suggested by scarabeus_iv
- ran spec-cleaner to clean up SPEC file
- Converted from manually-added configshell-fb tar file to
  tar_scm service-generated file by adding _service and
  _servicedata

OBS-URL: https://build.opensuse.org/request/show/556320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=11
2017-12-15 16:39:22 +00:00