From 254f902016e179338a8492dc1a5bceab751084cdea2fdd8588dd9b0bb88e35f4 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 6 Dec 2022 13:33:59 +0000 Subject: [PATCH] Accepting request 1040650 from home:dirkmueller:Factory - update to 0.9.10: * Add "*" to allowed URL characters. Fix #125 * Strip whitespace from URLs. Fixes #124 * Redo redirection of sterr/stdout. Fix #122 OBS-URL: https://build.opensuse.org/request/show/1040650 OBS-URL: https://build.opensuse.org/package/show/utilities/urlscan?expand=0&rev=26 --- urlscan-0.9.10.tar.gz | 3 +++ urlscan-0.9.9.tar.gz | 3 --- urlscan.changes | 8 ++++++++ urlscan.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 urlscan-0.9.10.tar.gz delete mode 100644 urlscan-0.9.9.tar.gz diff --git a/urlscan-0.9.10.tar.gz b/urlscan-0.9.10.tar.gz new file mode 100644 index 0000000..1c076d6 --- /dev/null +++ b/urlscan-0.9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbaf7f820fc6ff20c6f1a429c98cb240f1da7eabceed5e3d88740558e81cd2d +size 34263 diff --git a/urlscan-0.9.9.tar.gz b/urlscan-0.9.9.tar.gz deleted file mode 100644 index 4fc2c24..0000000 --- a/urlscan-0.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8 -size 34116 diff --git a/urlscan.changes b/urlscan.changes index 8eafb5a..7f5c645 100644 --- a/urlscan.changes +++ b/urlscan.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 6 13:06:46 UTC 2022 - Dirk Müller + +- update to 0.9.10: + * Add "*" to allowed URL characters. Fix #125 + * Strip whitespace from URLs. Fixes #124 + * Redo redirection of sterr/stdout. Fix #122 + ------------------------------------------------------------------- Thu Aug 4 13:26:52 UTC 2022 - Dr. Werner Fink diff --git a/urlscan.spec b/urlscan.spec index 262054a..256b851 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -18,7 +18,7 @@ %define python_flavor python3 Name: urlscan -Version: 0.9.9 +Version: 0.9.10 Release: 0 Summary: An other URL extractor/viewer License: GPL-2.0-or-later