Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-configshell-fb | Distribution: openSUSE Tumbleweed |
Version: 1.1.30 | Vendor: openSUSE |
Release: 2.1 | Build date: Tue Apr 16 14:25:42 2024 |
Group: Development/Libraries/Python | Build host: reproducible |
Size: 419171 | Source RPM: python-configshell-fb-1.1.30-2.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/open-iscsi/configshell-fb | |
Summary: A Python library for building configuration shells |
configshell-fb is a Python library that provides a framework for building simple but nice CLI-based applications. configshell-fb is a fork of the "configshell" code written by RisingTide Systems. The "-fb" differentiates between the original and this version. Please ensure to use either all "fb" versions of the targetcli components -- targetcli, rtslib, and configshell, or stick with all non-fb versions, since they are no longer strictly compatible.
Apache-2.0
* Tue Apr 16 2024 Markéta Machová <mmachova@suse.com> - Add no-six.patch to get rid of unneeded six dependency * Sun Jul 02 2023 Lee Duncan <lduncan@suse.com> - 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() * Fri Apr 21 2023 Dirk Müller <dmueller@suse.com> - add sle15_python_module_pythons (jsc#PED-68) * Sun Sep 19 2021 Lee Duncan <lduncan@suse.com> - Upgrade to latest upstream version v1.1.29 (jre#SLE-17360): * setup.py: specify a version range for pyparsing * setup.py: lets stick to pyparsing v2.4.7 * Don't warn if prefs file doesn't exist * Sat Jan 30 2021 Lee Duncan <lduncan@suse.com> - 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 * Tue Mar 03 2020 lduncan@suse.com - Update to version v1.1.27 from v1.1.26 (jre#SLE-7751): * 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 * Mon Sep 16 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 08 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 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Thu Oct 18 2018 opensuse-packaging@opensuse.org - 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 Replacing configshell-fb-1.1.fb23.tar.xz with configshell-fb-1.1.fb25.tar.xz, and updating the SPEC file. Also, two patches subsumed/removed: * configshell-fb-example-should-not-specify-path.patch * configshell-fb-Handle-if-TERM-is-not-set.patch
/usr/lib/python3.12/site-packages/configshell /usr/lib/python3.12/site-packages/configshell/__init__.py /usr/lib/python3.12/site-packages/configshell/__pycache__ /usr/lib/python3.12/site-packages/configshell/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/console.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/console.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/log.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/log.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/node.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/node.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/prefs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/prefs.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/shell.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell/__pycache__/shell.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell/console.py /usr/lib/python3.12/site-packages/configshell/log.py /usr/lib/python3.12/site-packages/configshell/node.py /usr/lib/python3.12/site-packages/configshell/prefs.py /usr/lib/python3.12/site-packages/configshell/shell.py /usr/lib/python3.12/site-packages/configshell_fb /usr/lib/python3.12/site-packages/configshell_fb-1.1.30-py3.12.egg-info /usr/lib/python3.12/site-packages/configshell_fb-1.1.30-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/configshell_fb-1.1.30-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/configshell_fb-1.1.30-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/configshell_fb-1.1.30-py3.12.egg-info/requires.txt /usr/lib/python3.12/site-packages/configshell_fb-1.1.30-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/configshell_fb/__init__.py /usr/lib/python3.12/site-packages/configshell_fb/__pycache__ /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/console.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/console.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/log.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/log.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/node.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/node.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/prefs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/prefs.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/shell.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/configshell_fb/__pycache__/shell.cpython-312.pyc /usr/lib/python3.12/site-packages/configshell_fb/console.py /usr/lib/python3.12/site-packages/configshell_fb/log.py /usr/lib/python3.12/site-packages/configshell_fb/node.py /usr/lib/python3.12/site-packages/configshell_fb/prefs.py /usr/lib/python3.12/site-packages/configshell_fb/shell.py /usr/share/doc/packages/python312-configshell-fb /usr/share/doc/packages/python312-configshell-fb/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Nov 17 00:23:02 2024