Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package urlscan for openSUSE:Factory checked in at 2026-04-07 16:34:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/urlscan (Old) and /work/SRC/openSUSE:Factory/.urlscan.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "urlscan" Tue Apr 7 16:34:15 2026 rev:19 rq:1344895 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes 2025-05-20 09:40:24.455540140 +0200 +++ /work/SRC/openSUSE:Factory/.urlscan.new.21863/urlscan.changes 2026-04-07 16:50:47.973233908 +0200 @@ -1,0 +2,6 @@ +Tue Mar 24 23:12:28 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.0.8: + * Update TLD list + +------------------------------------------------------------------- Old: ---- urlscan-1.0.7.tar.gz New: ---- urlscan-1.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ urlscan.spec ++++++ --- /var/tmp/diff_new_pack.97Ip7s/_old 2026-04-07 16:50:48.517256442 +0200 +++ /var/tmp/diff_new_pack.97Ip7s/_new 2026-04-07 16:50:48.521256607 +0200 @@ -1,7 +1,7 @@ # # spec file for package urlscan # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define pythons python3 Name: urlscan -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: An other URL extractor/viewer License: GPL-2.0-or-later ++++++ urlscan-1.0.7.tar.gz -> urlscan-1.0.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/urlscan-1.0.7/flake.lock new/urlscan-1.0.8/flake.lock --- old/urlscan-1.0.7/flake.lock 2025-05-18 02:13:52.000000000 +0200 +++ new/urlscan-1.0.8/flake.lock 2026-01-25 19:10:48.000000000 +0100 @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1747087824, - "narHash": "sha256-13ummRyTs5dVYt4M0w3IpGUeibC3/ZEDLHBU30hJCsg=", + "lastModified": 1769364097, + "narHash": "sha256-5g1N/mlTvFfUfcjIBk6DAZUetdAl2v5zL13tPhbUqxc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "deb8833fd813fecbabed844301545ad4b4aca79c", + "rev": "421c5819ef9fcdfacb40c26c909d38d3fc9892fa", "type": "github" }, "original": { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/urlscan-1.0.7/urlscan/assets/tlds-alpha-by-domain.txt new/urlscan-1.0.8/urlscan/assets/tlds-alpha-by-domain.txt --- old/urlscan-1.0.7/urlscan/assets/tlds-alpha-by-domain.txt 2025-05-18 02:13:52.000000000 +0200 +++ new/urlscan-1.0.8/urlscan/assets/tlds-alpha-by-domain.txt 2026-01-25 19:10:48.000000000 +0100 @@ -1,4 +1,4 @@ -# Version 2025051700, Last Updated Sat May 17 07:07:01 2025 UTC +# Version 2026012500, Last Updated Sun Jan 25 07:07:02 2026 UTC AAA AARP ABB @@ -344,7 +344,6 @@ DRIVE DTV DUBAI -DUNLOP DUPONT DURBAN DVAG @@ -945,7 +944,6 @@ REALTY RECIPES RED -REDSTONE REDUMBRELLA REHAB REISE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/urlscan-1.0.7/urlscan/urlchoose.py new/urlscan-1.0.8/urlscan/urlchoose.py --- old/urlscan-1.0.7/urlscan/urlchoose.py 2025-05-18 02:13:52.000000000 +0200 +++ new/urlscan-1.0.8/urlscan/urlchoose.py 2026-01-25 19:10:48.000000000 +0100 @@ -36,6 +36,8 @@ if platform == 'darwin': COPY_COMMANDS = ('pbcopy',) COPY_COMMANDS_PRIMARY = ('pbcopy',) + import selectors + selectors.DefaultSelector = selectors.SelectSelector elif 'WAYLAND_DISPLAY' in os.environ: COPY_COMMANDS = ('wl-copy',) COPY_COMMANDS_PRIMARY = ('wl-copy --primary',)
