Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package urlwatch for openSUSE:Factory checked in at 2022-03-18 16:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/urlwatch (Old) and /work/SRC/openSUSE:Factory/.urlwatch.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "urlwatch" Fri Mar 18 16:42:20 2022 rev:23 rq:962616 version:2.25 Changes: -------- --- /work/SRC/openSUSE:Factory/urlwatch/urlwatch.changes 2021-12-13 20:51:34.076679890 +0100 +++ /work/SRC/openSUSE:Factory/.urlwatch.new.25692/urlwatch.changes 2022-03-18 16:42:33.317199324 +0100 @@ -1,0 +2,29 @@ +Fri Mar 18 09:23:51 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 2.25: + Added: + * Add a colored setting for the Discord reporter, enabled by + default (PR#683) + * Add a splitlines filter for trimming leading/trailing whitespace + in each line (PR#693) + * If a shell job fails, the job's stdout and stderr are added to + the error message (fixes #689) + * shell job: Add optional stderr key to customize how output on + stderr is treated + * Add --dump-history JOB command-line option to print historic + job outputs (fixes #681) + * Add display / empty-diff configuration option to skip reports when + diffs are empty due to diff_filter (fixes #692) + * New man pages: urlwatch-intro(7), urlwatch-deprecated(7), + urlwatch-cookbook(7), urlwatch-jobs(5), urlwatch-filters(5), + urlwatch-config(5) and urlwatch-reporters(5). + Changed: + * Require minidb 2.0.6; issue VACUUM only with --gc-cache (fixes #690) + * For shell jobs, stderr output isn't sent to urlwatch's stdout anymore; + add stdout: urlwatch to your shell job definition if you depend on + the old default behavior + Fixed: + * pytest command-line arguments are not wrongly interpreted by + CommandConfig anymore (fixes #677) + +------------------------------------------------------------------- Old: ---- urlwatch-2.24.tar.gz New: ---- urlwatch-2.25.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ urlwatch.spec ++++++ --- /var/tmp/diff_new_pack.derfka/_old 2022-03-18 16:42:33.853199708 +0100 +++ /var/tmp/diff_new_pack.derfka/_new 2022-03-18 16:42:33.857199711 +0100 @@ -1,7 +1,7 @@ # # spec file for package urlwatch # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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: urlwatch -Version: 2.24 +Version: 2.25 Release: 0 Summary: A tool for monitoring webpages for updates License: BSD-3-Clause @@ -41,7 +41,6 @@ reporter class) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed. - A default config is ~/.urlwatch/urlwatch.yaml. use "urlwatch --edit-config" to customize it. @@ -50,7 +49,7 @@ Please look in - /usr/share/doc/packages/urlwatch/README.md + %{_docdir}/urlwatch/README.md TIPS AND TRICKS what to use in urls.yaml. @@ -64,13 +63,19 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files -%defattr(-,root,root,-) %doc CHANGELOG* README* %license COPYING* %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info %{_datadir}/%{name} +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man5/urlwatch-config.5%{?ext_man} +%{_mandir}/man5/urlwatch-filters.5%{?ext_man} +%{_mandir}/man5/urlwatch-jobs.5%{?ext_man} +%{_mandir}/man5/urlwatch-reporters.5%{?ext_man} +%{_mandir}/man7/urlwatch-cookbook.7%{?ext_man} +%{_mandir}/man7/urlwatch-deprecated.7%{?ext_man} +%{_mandir}/man7/urlwatch-intro.7%{?ext_man} %changelog ++++++ urlwatch-2.24.tar.gz -> urlwatch-2.25.tar.gz ++++++ ++++ 5021 lines of diff (skipped)
