Description of problem: rlwrap built for F36 sets a version number with a minor version to the env RLWRAP_VERSION. It breaks the version checking functionality of rlwrapfilter.py. Version-Release number of selected component (if applicable): rlwrap-0.45.2-1.fc36.x86_64 How reproducible: Steps to Reproduce: 1. cd /usr/share/rlwrap/filters/ 2. /usr/bin/rlwrap -z null.py cat Traceback (most recent call last): File "/usr/share/rlwrap/filters/null.py", line 13, in <module> import rlwrapfilter File "/usr/share/rlwrap/filters/rlwrapfilter.py", line 74, in <module> rlwrap_version = float(os.environ.get('RLWRAP_VERSION', "0.41")) ValueError: could not convert string to float: '0.45.2' rlwrap: error: error writing to filter: Broken pipe rlwrap: warning: filter died warnings can be silenced by the --no-warnings (-n) option Actual results: Expected results: Additional info: The original rlwrap 0.45.2 hosted in the github sets "0.45" but not "0.45.2".
Interesting, given... we get our sources from GitHub too. And the VERSION is set by Makefile.in. Seems like rlwrapfilter.py should be modified to support patch releases.
Seems this is reported upstream. https://github.com/hanslub42/rlwrap/issues/161 -- I can put up a PR to fix this.
FEDORA-2022-e5ca44eabb has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2022-e5ca44eabb
FEDORA-2022-e5ca44eabb has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-a0891277e7 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-a0891277e7
FEDORA-2022-068ead2139 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-068ead2139
FEDORA-2022-1a83e23f76 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-1a83e23f76
FEDORA-EPEL-2022-690e55a2ff has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-690e55a2ff
FEDORA-EPEL-2022-be279a7627 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-be279a7627
FEDORA-EPEL-2022-04cccae3c4 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-04cccae3c4
FEDORA-2022-068ead2139 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-068ead2139` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-068ead2139 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2022-04cccae3c4 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-04cccae3c4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-a0891277e7 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-a0891277e7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-a0891277e7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2022-690e55a2ff has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-690e55a2ff See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-1a83e23f76 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-1a83e23f76` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-1a83e23f76 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2022-be279a7627 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-be279a7627 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2022-690e55a2ff has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2022-04cccae3c4 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-068ead2139 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2022-be279a7627 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-1a83e23f76 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
I confirmed it works on F35. Thanks!
FEDORA-2022-a0891277e7 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.