Hello community, here is the log from the commit of package urlwatch for openSUSE:Factory checked in at 2020-03-16 10:17:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/urlwatch (Old) and /work/SRC/openSUSE:Factory/.urlwatch.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "urlwatch" Mon Mar 16 10:17:55 2020 rev:17 rq:784830 version:2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/urlwatch/urlwatch.changes 2019-04-15 14:00:01.100719035 +0200 +++ /work/SRC/openSUSE:Factory/.urlwatch.new.3160/urlwatch.changes 2020-03-16 10:18:25.291589269 +0100 @@ -1,0 +2,8 @@ +Wed Mar 4 09:29:31 UTC 2020 - Antonio Larrosa <[email protected]> + +- This is a python3 application, so there's no need to require python2 + packages. Also, add a missing python3-cssselect dependency and make + python3-keyring a recommndation since it's not really required + (it seems to be used only to store the smtp password when enabled) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ urlwatch.spec ++++++ --- /var/tmp/diff_new_pack.lZ0j9n/_old 2020-03-16 10:18:27.127590017 +0100 +++ /var/tmp/diff_new_pack.lZ0j9n/_new 2020-03-16 10:18:27.147590025 +0100 @@ -1,7 +1,7 @@ # # spec file for package urlwatch # -# 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,7 +12,7 @@ # 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/ # @@ -22,19 +22,18 @@ Summary: A tool for monitoring webpages for updates License: BSD-3-Clause Group: Productivity/Networking/Web/Utilities -Url: https://thp.io/2008/urlwatch/ +URL: https://thp.io/2008/urlwatch/ Source0: https://github.com/thp/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: python-futures BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python-keyring Requires: python3-PyYAML Requires: python3-appdirs +Requires: python3-cssselect Requires: python3-lxml Requires: python3-minidb Requires: python3-requests +Recommends: python3-keyring BuildArch: noarch -Requires: python-futures %description urlwatch is intended to help you watch changes in webpages and get
