Overview

Request 1171162 accepted

- update to 1.0.2:
* Correct escaped pipe character in urlscan.1
* fix: patch invalid escape sequence in regex argument help text to support py3.12
* read me update - neomutt term color compatability
* Fix for newer urwid versions

Loading...

Dr. Werner Fink's avatar

I wonder about the change in urlscan-1.0.1.tar.gz/urlscan/main.py -> urlscan-1.0.2.tar.gz/urlscan/main.py

1@@ -56,7 +56,7 @@
 2     arg_parse.add_argument('--regex', '-E',
 3                            help="Alternate custom regex to be used for all "
 4                            "kinds of matching. "
 5-                           "For example: --regex 'https?://.+\.\w+'")
 6+                           r"For example: --regex 'https?://.+\.\w+'")

this r seems to be weird


Request History
Andrea Manzini's avatar

amanzini created request

- update to 1.0.2:
* Correct escaped pipe character in urlscan.1
* fix: patch invalid escape sequence in regex argument help text to support py3.12
* read me update - neomutt term color compatability
* Fix for newer urwid versions


Dr. Werner Fink's avatar

WernerFink accepted request

openSUSE Build Service is sponsored by