199 lines
7.6 KiB
Plaintext
199 lines
7.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 18 17:39:26 UTC 2025 - Lee Duncan <lduncan@suse.com>
|
|
|
|
- Removed requirement for python-urwid in SPEC file, as the
|
|
code stopped using it.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 15:43:17 UTC 2025 - Lee Duncan <lduncan@suse.com>
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 16 12:25:42 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add no-six.patch to get rid of unneeded six dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 2 15:23:07 UTC 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 12:23:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 19 20:06:38 UTC 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 21:39:26 UTC 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 17:32:48 UTC 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 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>
|
|
|
|
- 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>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 18 23:37:59 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 25 08:09:45 UTC 2018 - olaf@aepfle.de
|
|
|
|
- Fix upgrade path by provide/obsolete python-configshell (bsc#1082693)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 3 16:02:44 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Do not build epydoc documentation to allow py3 only build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 8 19:34:23 UTC 2017 - lduncan@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 17 06:11:22 UTC 2017 - lszhu@suse.com
|
|
|
|
- Update to version 1.1.23fb
|
|
*improving ALUA and TCMU support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 09:10:39 UTC 2017 - shshyukriev@suse.com
|
|
|
|
- Update to v 1.1.22fb
|
|
*Fixed github source namespace
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 24 23:17:34 UTC 2016 - lduncan@suse.com
|
|
|
|
- Updated spec file: added Conflicts for python-configshell
|
|
(bsc#986475)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 24 15:20:29 UTC 2016 - lduncan@suse.com
|
|
|
|
- Updated SPEC file: removed "Provides"/"Obsoletes" for
|
|
package name "python-confishell" (bsc#984935)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 6 07:36:56 UTC 2016 - dmueller@suse.com
|
|
|
|
- cleanup buildroot parts
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 19 17:28:26 UTC 2016 - lduncan@suse.com
|
|
|
|
- Initial creation of this package, from upstream
|
|
version 1.1.fb20
|
|
|
|
-------------------------------------------------------------------
|