Hello community, here is the log from the commit of package python-sigal for openSUSE:Factory checked in at 2019-05-22 15:39:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sigal (Old) and /work/SRC/openSUSE:Factory/.python-sigal.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sigal" Wed May 22 15:39:24 2019 rev:5 rq:703020 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sigal/python-sigal.changes 2018-12-24 11:43:58.337314872 +0100 +++ /work/SRC/openSUSE:Factory/.python-sigal.new.5148/python-sigal.changes 2019-05-22 15:39:24.222532562 +0200 @@ -1,0 +2,9 @@ +Tue May 14 21:14:02 UTC 2019 - svasude...@suse.com + +- Update to 2.0 + * no new changelog found + * Removed support for python2 + * Updated the spec file to run python tests + * Skipped couple of tests that are related to mpg. + +------------------------------------------------------------------- Old: ---- sigal-1.4.0.tar.gz New: ---- sigal-2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sigal.spec ++++++ --- /var/tmp/diff_new_pack.XbLutT/_old 2019-05-22 15:39:25.002530678 +0200 +++ /var/tmp/diff_new_pack.XbLutT/_new 2019-05-22 15:39:25.006530668 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sigal # -# 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 @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-sigal -Version: 1.4.0 +Version: 2.0 Release: 0 Summary: Static gallery generator License: MIT Group: Development/Languages/Python -URL: https://github.com/saimn/sigal +Url: https://github.com/saimn/sigal Source: https://files.pythonhosted.org/packages/source/s/sigal/sigal-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -45,6 +46,8 @@ BuildRequires: %{python_module blinker} BuildRequires: %{python_module click} BuildRequires: %{python_module pilkit} +BuildRequires: %{python_module pytest} +BuildRequires: ffmpeg %endif %python_subpackages @@ -71,6 +74,9 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest tests -k "not (test_generate_video_fit_height or test_generate_video_fit_width or test_generate_video_dont_enlarge or test_build)" + %files %{python_files} %license LICENSE %doc AUTHORS README.rst ++++++ sigal-1.4.0.tar.gz -> sigal-2.0.tar.gz ++++++ ++++ 20976 lines of diff (skipped)