From 11f95c58e35c164c3fc937a37f862fafc84fc406cb08879555dc70910db8184a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 7 Aug 2020 09:22:01 +0000 Subject: [PATCH] Accepting request 823108 from home:mrey:branches:utilities - Update to version 0.9.5 * Change shebang to specifically call python3 * Add --width flag to change displayed width. Closes #92. * Update tlds and copyright dates * Remove workaround for fixed python webbrowser bug (#94) * Add -R option to reverse URL/context output. Closes #90 * Add --single option to quit after opening/copying first link. Closes #95 * Support wl-clipboard. Resolve #88. OBS-URL: https://build.opensuse.org/request/show/823108 OBS-URL: https://build.opensuse.org/package/show/utilities/urlscan?expand=0&rev=18 --- urlscan-0.9.4.tar.gz | 3 --- urlscan-0.9.5.tar.gz | 3 +++ urlscan.changes | 13 +++++++++++++ urlscan.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 urlscan-0.9.4.tar.gz create mode 100644 urlscan-0.9.5.tar.gz diff --git a/urlscan-0.9.4.tar.gz b/urlscan-0.9.4.tar.gz deleted file mode 100644 index cdc443f..0000000 --- a/urlscan-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6 -size 31705 diff --git a/urlscan-0.9.5.tar.gz b/urlscan-0.9.5.tar.gz new file mode 100644 index 0000000..f4b93d7 --- /dev/null +++ b/urlscan-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db76f61966431a8938adc998aaa2b30be54f9b1ff2a4c0064e9915df2fb6b996 +size 32010 diff --git a/urlscan.changes b/urlscan.changes index 6884ef0..ddc8cb8 100644 --- a/urlscan.changes +++ b/urlscan.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 28 09:44:43 UTC 2020 - Martin Rey + +- Update to version 0.9.5 + * Change shebang to specifically call python3 + * Add --width flag to change displayed width. Closes #92. + * Update tlds and copyright dates + * Remove workaround for fixed python webbrowser bug (#94) + * Add -R option to reverse URL/context output. Closes #90 + * Add --single option to quit after opening/copying first link. + Closes #95 + * Support wl-clipboard. Resolve #88. + ------------------------------------------------------------------- Fri Mar 13 06:10:44 UTC 2020 - Dr. Werner Fink diff --git a/urlscan.spec b/urlscan.spec index e9b6b72..c0493a9 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -17,7 +17,7 @@ Name: urlscan -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: An other URL extractor/viewer License: GPL-2.0-or-later