commit urlscan for openSUSE:Factory

2020-08-07 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2020-08-07 14:21:08

Comparing /work/SRC/openSUSE:Factory/urlscan (Old)
 and  /work/SRC/openSUSE:Factory/.urlscan.new.3399 (New)


Package is "urlscan"

Fri Aug  7 14:21:08 2020 rev:7 rq:824828 version:0.9.5

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2020-03-21 
00:02:31.449136276 +0100
+++ /work/SRC/openSUSE:Factory/.urlscan.new.3399/urlscan.changes
2020-08-07 14:22:37.590321213 +0200
@@ -1,0 +2,13 @@
+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.
+
+---

Old:

  urlscan-0.9.4.tar.gz

New:

  urlscan-0.9.5.tar.gz



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.SrsDBk/_old  2020-08-07 14:22:41.670321972 +0200
+++ /var/tmp/diff_new_pack.SrsDBk/_new  2020-08-07 14:22:41.670321972 +0200
@@ -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

++ urlscan-0.9.4.tar.gz -> urlscan-0.9.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.4/README.rst new/urlscan-0.9.5/README.rst
--- old/urlscan-0.9.4/README.rst2019-08-30 23:40:59.0 +0200
+++ new/urlscan-0.9.5/README.rst2020-07-09 19:25:47.0 +0200
@@ -4,12 +4,12 @@
 Contributors
 
 
-Daniel Burrows  (Original Author)
-
-Scott Hansen  (Maintainer)
+Scott Hansen  (Author and Maintainer)
 
 Maxime Chatelle  (Debian Maintainer)
 
+Daniel Burrows  (Original Author)
+
 Purpose and Requirements
 
 
@@ -54,7 +54,7 @@
 
 - Configure colors and keybindings via ~/.config/urlscan/config.json. Generate
   default config file for editing by running `urlscan -g`. Cycle through
-  available palettes with `p`.
+  available palettes with `p`. Set display width with `--width`.
 
 - Copy URL to clipboard with `C` or to primary selection with `P`.  Requires
   xsel or xclip.
@@ -102,14 +102,15 @@
 
 ::
 
-urlscan [-g, --genconf] [-n, --no-browser] [-c, --compact] [-d, --dedupe] 
[-r, --run ] [-p, --pipe] [-H, --nohelp] 
+urlscan [-g, --genconf] [-n, --no-browser] [-c, --compact] [-d, --dedupe] 
[-r, --run ] [-R, --reverse] [-s, --single] [-p, --pipe] [-w, 
--width] [-H, --nohelp] 
 
 Urlscan can extract URLs and email addresses from emails or any text file.
 Calling with no flags will start the curses browser. Calling with '-n' will 
just
 output a list of URLs/email addressess to stdout. The '-c' flag removes the
 context from around the URLs in the curses browser, and the '-d' flag removes
-duplicate URLs. Files can also be piped to urlscan using normal shell pipe
-mechanisms: `cat  | urlscan` or `urlscan < `
+duplicate URLs. 'R' reverses the displayed order of URLs and context. Files can
+also be piped to urlscan using normal shell pipe mechanisms: `cat  |
+urlscan` or `urlscan < `
 
 Instead of opening a web browser, the selected URL can be passed as the 
argument
 to a command using `--run " {}"`. Note the use of `{}` in the command
@@ -126,6 +127,8 @@
 The first palette in the list will be the default. Configure the palettes
 according to the `Urwid display attributes`_.
 
+Display width can be set with `--width`.
+
 Keybindings
 ---
 
@@ -149,6 +152,7 @@
 - `open_url` -- open selected URL (default: `space` or `enter`)
 - `palette` -- cycle through palettes (default: `p`)
 - `quit` -- quit (default: `q` or `Q`)
+- `reverse` -- reverse display order (default: `R`)
 - `shorten` -- toggle shorten highlighted URL (default: `s`)
 - `top` -- move to first list item (default: `g`)
 - `up` -- cursor up (default: `k`)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.4/bin/urlscan 
new/urlscan-0.9.5/bin/urlscan
--- old/urlscan-0.9.4/bin/urlscan   2019-08-30 23:40:59.0 +0200
+++ new/urlscan-0.9.5/bin/urlscan   2020-07-09 19:25:47.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """ A simple urlview replacement that handles things like quoted-printable
 properly.  aka "urlview minus teh suck"
 
@@ -47,6 +47,9 @@
   

commit urlscan for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2020-03-20 23:58:39

Comparing /work/SRC/openSUSE:Factory/urlscan (Old)
 and  /work/SRC/openSUSE:Factory/.urlscan.new.3160 (New)


Package is "urlscan"

Fri Mar 20 23:58:39 2020 rev:6 rq:786748 version:0.9.4

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2019-02-08 
12:13:45.873461149 +0100
+++ /work/SRC/openSUSE:Factory/.urlscan.new.3160/urlscan.changes
2020-03-21 00:02:31.449136276 +0100
@@ -1,0 +2,15 @@
+Fri Mar 13 06:10:44 UTC 2020 - Dr. Werner Fink 
+
+- Update to version 0.9.4
+  * Remove Python 2 compatibility
+- Update to version 0.9.3
+  * Cycle through opening links with webbrowser module, xdg-open or --run 
argument
+  * Add option to copy to primary selection or clipboard. Fix #87
+  * Generate new config file using command line switch instead of keybinding
+  * Allow remapping a key to open url in addition to space and enter
+  * Show help menu with F1 and show dynamic keybindings
+  * Allow editing key bindings in config.json. Fix #72.
+- Set python flavour spec file macro to get the rpm pythin macros defined
+- Remove egg information tree as we require python3-urwid
+
+---

Old:

  urlscan-0.9.2.tar.gz

New:

  urlscan-0.9.4.tar.gz



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.gKYhZO/_old  2020-03-21 00:02:32.881137060 +0100
+++ /var/tmp/diff_new_pack.gKYhZO/_new  2020-03-21 00:02:32.909137075 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urlscan
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   urlscan
-Version:0.9.2
+Version:0.9.4
 Release:0
 Summary:An other URL extractor/viewer
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Web/Browsers
-Url:https://github.com/firecat53/urlscan
+URL:https://github.com/firecat53/urlscan
 Source0:
https://github.com/firecat53/urlscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:muttrc
+Requires:   python3
+Requires:   python3-base
 Requires:   python3-urwid
+BuildRequires:  python3-base
 BuildRequires:  python3-devel
+BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%define python_flavor python3
 
 %description
 The urlscan utility displays URLs found in an email message with
@@ -49,13 +53,14 @@
 rm -rf %{buildroot}/usr/share/doc/%{name}*
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
 install -m 0644 %{S:1} %{buildroot}%{_defaultdocdir}/%{name}
+rm -rvf %{buildroot}%{python_sitelib}/%{name}-%{version}-*-info
 
 %files
 %defattr(-,root,root)
 %license COPYING
 %doc README.rst
 %{_bindir}/%{name}
-%{python_sitelib}/*
+%{python_sitelib}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 %doc %{_defaultdocdir}/%{name}/muttrc
 

++ urlscan-0.9.2.tar.gz -> urlscan-0.9.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.2/.gitignore new/urlscan-0.9.4/.gitignore
--- old/urlscan-0.9.2/.gitignore2019-01-22 00:05:53.0 +0100
+++ new/urlscan-0.9.4/.gitignore2019-08-30 23:40:59.0 +0200
@@ -7,4 +7,3 @@
 dist
 test_emails/
 MANIFEST
-Pipfile.lock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.2/Pipfile new/urlscan-0.9.4/Pipfile
--- old/urlscan-0.9.2/Pipfile   2019-01-22 00:05:53.0 +0100
+++ new/urlscan-0.9.4/Pipfile   1970-01-01 01:00:00.0 +0100
@@ -1,10 +0,0 @@
-[[source]]
-url = "https://pypi.org/simple;
-verify_ssl = true
-name = "pypi"
-
-[packages]
-urwid = ">=1.2.1"
-urlscan = {editable = true, path = "."}
-
-[dev-packages]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.2/README.rst new/urlscan-0.9.4/README.rst
--- old/urlscan-0.9.2/README.rst2019-01-22 00:05:53.0 +0100
+++ new/urlscan-0.9.4/README.rst

commit urlscan for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2019-02-08 12:13:41

Comparing /work/SRC/openSUSE:Factory/urlscan (Old)
 and  /work/SRC/openSUSE:Factory/.urlscan.new.28833 (New)


Package is "urlscan"

Fri Feb  8 12:13:41 2019 rev:5 rq:672416 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2018-12-12 
17:31:29.106649248 +0100
+++ /work/SRC/openSUSE:Factory/.urlscan.new.28833/urlscan.changes   
2019-02-08 12:13:45.873461149 +0100
@@ -1,0 +2,7 @@
+Thu Feb  7 07:46:49 UTC 2019 - Dr. Werner Fink 
+
+- Update to version 0.9.2
+  * Add shortcut to copy URL to clipboard (primary).
+  * Add option to pipe URL into external command.
+
+---

Old:

  urlscan-0.9.1.tar.gz

New:

  urlscan-0.9.2.tar.gz



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.olMsUY/_old  2019-02-08 12:13:46.585460883 +0100
+++ /var/tmp/diff_new_pack.olMsUY/_new  2019-02-08 12:13:46.585460883 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urlscan
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   urlscan
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:An other URL extractor/viewer
 License:GPL-2.0-or-later

++ urlscan-0.9.1.tar.gz -> urlscan-0.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.1/README.rst new/urlscan-0.9.2/README.rst
--- old/urlscan-0.9.1/README.rst2018-12-01 00:12:00.0 +0100
+++ new/urlscan-0.9.2/README.rst2019-01-22 00:05:53.0 +0100
@@ -49,11 +49,16 @@
 - Configure colors via ~/.config/urlscan/config.json. Generate default config
   file for editing with `P`. Cycle through available palettes with `p`.
 
+- Copy URL to clipboard (primary) with `C`. Requires xsel or xclip.
+
+- Run a command with the selected URL as the argument or pipe the selected
+  URL to a command.
+
 Installation and setup
 --
 
-To install urlscan, install from your distribution repositories, from Pypi,
-install the `Archlinux Package`_ , or install from source using setup.py.
+To install urlscan, install from your distribution repositories (Archlinux),
+from Pypi, or install from source using setup.py.
 
 .. NOTE::
 
@@ -82,7 +87,7 @@
 
 ::
 
-urlscan [-n, --no-browser] [-c, --compact] [-d, --dedupe] [-r, --run 
] 
+urlscan [-n, --no-browser] [-c, --compact] [-d, --dedupe] [-r, --run 
] [-p, --pipe] 
 
 Urlscan can extract URLs and email addresses from emails or any text file.
 Calling with no flags will start the curses browser. Calling with '-n' will 
just
@@ -91,6 +96,12 @@
 duplicate URLs. Files can also be piped to urlscan using normal shell pipe
 mechanisms: `cat  | urlscan` or `urlscan < `
 
+Instead of opening a web browser, the selected URL can be passed as the
+argument to a command using `--run `. Alternatively, the URL can be
+piped to the command using `--run  --pipe`. Using --run with --pipe is
+preferred if the command supports it, as it is marginally more secure and
+tolerant of special characters in the URL.
+
 Theming
 ---
 
@@ -115,5 +126,4 @@
   sub-parts, rather than just picking one, which may lead to URLs and context
   appearing twice. (Bypass this by selecting the '--dedupe' option)
 
-.. _Archlinux Package: https://aur.archlinux.org/packages/urlscan-git/
 .. _Urwid display attributes: 
http://urwid.org/manual/displayattributes.html#display-attributes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.9.1/bin/urlscan 
new/urlscan-0.9.2/bin/urlscan
--- old/urlscan-0.9.1/bin/urlscan   2018-12-01 00:12:00.0 +0100
+++ new/urlscan-0.9.2/bin/urlscan   2019-01-22 00:05:53.0 +0100
@@ -5,7 +5,7 @@
 """
 #
 #   Copyright (C) 2006-2007 Daniel Burrows
-#   Copyright (C) 2018 Scott Hansen
+#   Copyright (C) 2019 Scott Hansen
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -55,6 +55,9 @@
"instead of opening URL in browser. Use {} to "
"represent the URL value in the expression. "
"For example: --run 'echo {} | xclip -i'")
+arg_parse.add_argument('--pipe', '-p', dest='pipe',
+   action='store_true', 

commit urlscan for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2018-12-12 17:31:25

Comparing /work/SRC/openSUSE:Factory/urlscan (Old)
 and  /work/SRC/openSUSE:Factory/.urlscan.new.28833 (New)


Package is "urlscan"

Wed Dec 12 17:31:25 2018 rev:4 rq:657501 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2017-07-04 
11:58:24.333274250 +0200
+++ /work/SRC/openSUSE:Factory/.urlscan.new.28833/urlscan.changes   
2018-12-12 17:31:29.106649248 +0100
@@ -1,0 +2,37 @@
+Wed Dec 12 10:15:06 UTC 2018 - Dr. Werner Fink 
+
+- Update to version 0.9.1
+  * Add incremental search feature. (#13)
+  * Other misc bug fixes/enhancements (PR #74)
+  * Fix crash when URL list not visible. Closes #68
+  * Fix unescape bug. Closes #67
+  * Bugfix in browser handling. Fixes #70
+  * Fix crash caused by webbrowser module bug.
+  * PEP8 fixes/modifications
+  * Update tld list
+  * Fix up arrow bug. Closes #66
+  * Add optional config file for editing/adding palettes.
+  * Simplify palette variable to only used values. Cycle through available 
palettes
+  * Merge branch 'runtime_palette_switch' of
+https://github.com/machinedgod/urlscan into 
machinedgod-runtime_palette_switch
+  * Fix crash when BROWSER not set. Closes #60, Fixes #63
+  * Don't handle mouse events. Fixes #65.
+  * Hitting 'b' key now switches palettes
+  * Allow https URLs for images
+  * Add #51. Execute arbitrary expression for URL in place of opening browser.
+  * More fixes for #48. Refresh screen after text browser use
+  * Fix #49. Deduplication display issue.
+  * Fix #50. Detect and add ability to remove escape char \ from URLs.
+  * Fix #48. Prevent loading thread from affecting screen when using
+  * terminal browsers.
+  * Add g/G as top/bottom keyboard shortcuts. Fix #47
+  * Update minimum urwid version
+  * Type number to jump to URL
+  * Bugfix 
+
+---
+Wed Dec 12 10:02:50 UTC 2018 - Dr. Werner Fink 
+
+- Move to python3 (boo#1119223) 
+
+---

Old:

  urlscan-0.8.6.tar.gz

New:

  urlscan-0.9.1.tar.gz



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.ZvrD5m/_old  2018-12-12 17:31:29.562648672 +0100
+++ /var/tmp/diff_new_pack.ZvrD5m/_new  2018-12-12 17:31:29.566648668 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urlscan
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 
 
 Name:   urlscan
-Version:0.8.6
+Version:0.9.1
 Release:0
 Summary:An other URL extractor/viewer
-License:GPL-2.0
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Web/Browsers
 Url:https://github.com/firecat53/urlscan
 Source0:
https://github.com/firecat53/urlscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:muttrc
-Requires:   python-urwid
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Requires:   python3-urwid
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -42,17 +42,18 @@
 %setup -q
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}/usr/share/doc/%{name}*
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
 install -m 0644 %{S:1} %{buildroot}%{_defaultdocdir}/%{name}
 
 %files
 %defattr(-,root,root)
-%doc README.rst COPYING
+%license COPYING
+%doc README.rst
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_mandir}/man1/%{name}.1.gz

++ urlscan-0.8.6.tar.gz -> urlscan-0.9.1.tar.gz ++
 1842 lines of diff (skipped)




commit urlscan for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2017-07-04 11:58:20

Comparing /work/SRC/openSUSE:Factory/urlscan (Old)
 and  /work/SRC/openSUSE:Factory/.urlscan.new (New)


Package is "urlscan"

Tue Jul  4 11:58:20 2017 rev:3 rq:507984 version:0.8.6

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2017-03-20 
17:08:37.397829629 +0100
+++ /work/SRC/openSUSE:Factory/.urlscan.new/urlscan.changes 2017-07-04 
11:58:24.333274250 +0200
@@ -1,0 +2,16 @@
+Tue Jul  4 06:19:46 UTC 2017 - wer...@suse.de
+
+- Update to version 0.8.6
+  * Fix tag mismatch in setup.py
+  * Fix #27 (URLs in markdown links)
+  * Tweak email address recognition
+  * Add ability to toggle context view
+  * Cleanup, commenting, add keyboard hints in the header
+  * Add shortening and toggling shortening of URLs
+  * Restructure URLChooser for current urwid best practices
+  * Update tlds list
+  * Replace AttrWrap (deprecated) with AttrMap
+  * Highlight selected URL. Fix #17
+  * Implement #21 (Option to remove duplicate URLs)
+
+---

Old:

  urlscan-0.8.3.tar.gz

New:

  urlscan-0.8.6.tar.gz



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.W2Dj1H/_old  2017-07-04 11:58:25.853060376 +0200
+++ /var/tmp/diff_new_pack.W2Dj1H/_new  2017-07-04 11:58:25.857059812 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   urlscan
-Version:0.8.3
+Version:0.8.6
 Release:0
 Summary:An other URL extractor/viewer
 License:GPL-2.0

++ urlscan-0.8.3.tar.gz -> urlscan-0.8.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.8.3/README.rst new/urlscan-0.8.6/README.rst
--- old/urlscan-0.8.3/README.rst2016-07-11 19:36:42.0 +0200
+++ new/urlscan-0.8.6/README.rst2017-07-03 22:35:10.0 +0200
@@ -26,7 +26,9 @@
 
 - Support for emails in quoted-printable and base64 encodings. No more 
stripping out =40D from URLs by hand!
 
-- The context of each URL is provided along with the URL. For HTML mails, a 
crude parser is used to render the HTML into text.
+- The context of each URL is provided along with the URL. For HTML mails, a 
crude parser is used to render the HTML into text. Context view can be toggled 
on/off with `c`.
+
+- URLs are shortened by default to fit on one line. Viewing full URL (for one 
or all) is toggled with `s` or `S`.
 
 Installation and setup
 --
@@ -55,9 +57,9 @@
 
 ::
 
-urlscan [-n] 
+urlscan [-n, --no-browser] [-c, --compact] [-d, --dedupe] 
 
-Urlscan can extract URLs and email addresses from emails, or any text file. 
Calling without the '-n' flag will start the curses browser. Calling with '-n' 
will just output a list of URLs/email addressess to stdout. Files can also be 
piped to urlscan using normal shell pipe mechanisms: `cat  | 
urlscan` or `urlscan < `
+Urlscan can extract URLs and email addresses from emails or any text file. 
Calling with no flags will start the curses browser. Calling with '-n' will 
just output a list of URLs/email addressess to stdout. The '-c' flag removes 
the context from around the URLs in the curses browser, and the '-d' flag 
removes duplicate URLs. Files can also be piped to urlscan using normal shell 
pipe mechanisms: `cat  | urlscan` or `urlscan < `
 
 Known bugs and limitations
 --
@@ -68,7 +70,7 @@
 
 - The HTML message handling is a bit kludgy in general.
 
-- multipart/alternative sections are handled by descending into all the 
sub-parts, rather than just picking one, which may lead to URLs and context 
appearing twice.
+- multipart/alternative sections are handled by descending into all the 
sub-parts, rather than just picking one, which may lead to URLs and context 
appearing twice. (Bypass this by selecting the '--dedupe' option)
 
 - Configurability is more than a little bit lacking.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlscan-0.8.3/bin/urlscan 
new/urlscan-0.8.6/bin/urlscan
--- old/urlscan-0.8.3/bin/urlscan   2016-07-11 19:36:42.0 +0200
+++ new/urlscan-0.8.6/bin/urlscan   2017-07-03 22:35:10.0 +0200
@@ -4,7 +4,7 @@
 # properly.  aka "urlview minus teh suck"
 #
 #   Copyright (C) 2006-2007 Daniel Burrows
-#   Copyright (C) 2016 Scott Hansen
+#   Copyright (C) 2017 Scott Hansen
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -18,7 +18,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this 

commit urlscan for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package urlscan for openSUSE:Factory checked 
in at 2017-03-20 17:08:36

Comparing /work/SRC/openSUSE:Factory/urlscan (Old)
 and  /work/SRC/openSUSE:Factory/.urlscan.new (New)


Package is "urlscan"

Mon Mar 20 17:08:36 2017 rev:2 rq:478932 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/urlscan/urlscan.changes  2017-02-28 
23:49:45.404156468 +0100
+++ /work/SRC/openSUSE:Factory/.urlscan.new/urlscan.changes 2017-03-20 
17:08:37.397829629 +0100
@@ -1,0 +2,6 @@
+Mon Mar 13 07:23:10 UTC 2017 - wer...@suse.de
+
+- Reflect change in build system and/or rpmbuild now adding the package
+  default documentation tree only as directory now
+
+---



Other differences:
--
++ urlscan.spec ++
--- /var/tmp/diff_new_pack.lAb96Z/_old  2017-03-20 17:08:38.101730238 +0100
+++ /var/tmp/diff_new_pack.lAb96Z/_new  2017-03-20 17:08:38.101730238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urlscan
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   urlscan
 Version:0.8.3
 Release:0
-License:GPL-2.0
 Summary:An other URL extractor/viewer
-Url:https://github.com/firecat53/urlscan
+License:GPL-2.0
 Group:  Productivity/Networking/Web/Browsers
+Url:https://github.com/firecat53/urlscan
 Source0:
https://github.com/firecat53/urlscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:muttrc
 Requires:   python-urwid
@@ -31,7 +32,6 @@
 BuildArch:  noarch
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-
 %description
 The urlscan utility displays URLs found in an email message with
 the respective context. Selecting an URL uses the Python webbrowser
@@ -56,5 +56,6 @@
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_mandir}/man1/%{name}.1.gz
+%doc %{_defaultdocdir}/%{name}/muttrc
 
 %changelog