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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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)


Reply via email to