Hello community,

here is the log from the commit of package python-sigal for openSUSE:Leap:15.2 
checked in at 2020-03-16 12:20:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-sigal (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-sigal.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sigal"

Mon Mar 16 12:20:54 2020 rev:15 rq:777139 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-sigal/python-sigal.changes      
2020-01-15 15:52:59.235582218 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-sigal.new.3160/python-sigal.changes    
2020-03-16 12:20:55.207707164 +0100
@@ -1,0 +2,14 @@
+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.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:54:18 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  sigal-1.4.0.tar.gz

New:
----
  sigal-2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sigal.spec ++++++
--- /var/tmp/diff_new_pack.gyquyD/_old  2020-03-16 12:20:56.259707336 +0100
+++ /var/tmp/diff_new_pack.gyquyD/_new  2020-03-16 12:20:56.271707338 +0100
@@ -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
@@ -16,38 +16,39 @@
 #
 
 
+%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
 Source:         
https://files.pythonhosted.org/packages/source/s/sigal/sigal-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module Markdown}
-BuildRequires:  %{python_module Pillow}
-BuildRequires:  %{python_module blinker}
-BuildRequires:  %{python_module click}
-BuildRequires:  %{python_module pilkit}
-%endif
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-Jinja2
 Requires:       python-Markdown
 Requires:       python-Pillow
 Requires:       python-blinker
 Requires:       python-click
 Requires:       python-pilkit
-Suggests:       python-cssmin
 Suggests:       python-boto
+Suggests:       python-cssmin
 BuildArch:      noarch
-
+%if %{with test}
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module Markdown}
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module blinker}
+BuildRequires:  %{python_module click}
+BuildRequires:  %{python_module pilkit}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  ffmpeg
+%endif
 %python_subpackages
 
 %description
@@ -73,9 +74,12 @@
 %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}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%license LICENSE
+%doc AUTHORS README.rst
 %python3_only %{_bindir}/sigal
 %{python_sitelib}/*
 

++++++ sigal-1.4.0.tar.gz -> sigal-2.0.tar.gz ++++++
++++ 20976 lines of diff (skipped)


Reply via email to