Hello community,

here is the log from the commit of package python-sigal for openSUSE:Factory 
checked in at 2017-11-30 12:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sigal (Old)
 and      /work/SRC/openSUSE:Factory/.python-sigal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sigal"

Thu Nov 30 12:44:47 2017 rev:2 rq:546025 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sigal/python-sigal.changes        
2017-11-22 11:21:47.718719164 +0100
+++ /work/SRC/openSUSE:Factory/.python-sigal.new/python-sigal.changes   
2017-11-30 12:44:48.723182438 +0100
@@ -1,0 +2,5 @@
+Tue Nov 21 16:13:06 UTC 2017 - [email protected]
+
+- Compact description, rectify grammar.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sigal.spec ++++++
--- /var/tmp/diff_new_pack.qoYoJC/_old  2017-11-30 12:44:49.255163098 +0100
+++ /var/tmp/diff_new_pack.qoYoJC/_new  2017-11-30 12:44:49.255163098 +0100
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,29 +21,29 @@
 Name:           python-sigal
 Version:        1.3.0
 Release:        0
+Summary:        Static gallery generator
 License:        MIT
-Summary:        Simple static gallery generator
-Url:            https://github.com/saimn/sigal
 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-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 %if %{with test}
-BuildRequires:  %{python_module blinker}
-BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module Markdown}
-BuildRequires:  %{python_module pilkit}
 BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module blinker}
+BuildRequires:  %{python_module click}
+BuildRequires:  %{python_module pilkit}
 %endif
 BuildRequires:  fdupes
-Requires:       python-blinker
-Requires:       python-click
 Requires:       python-Jinja2
 Requires:       python-Markdown
-Requires:       python-pilkit
 Requires:       python-Pillow
+Requires:       python-blinker
+Requires:       python-click
+Requires:       python-pilkit
 Suggests:       python-cssmin
 Suggests:       python-boto
 BuildArch:      noarch
@@ -50,19 +51,17 @@
 %python_subpackages
 
 %description
-Sigal is yet another simple static gallery generator. It's written in Python
-and it allows to build a static gallery of images with the following features:
+Sigal is a static gallery generator written in Python with the following
+features:
 
-* Process directories recursively.
-* Generate HTML pages using jinja2 templates.
-* Relative links for a portable output.
-* Support themes, videos, EXIF tags, zip download.
-* Parallel processing.
-* MIT licensed.
-
-The idea behind Sigal is to ease the use of the javascript libraries like
-galleria_. These libraries do a great job to display the images, Sigal does
-what is missing: resize images, create thumbnails, generate HTML pages.
+* Generates HTML pages using jinja2 templates.
+* Emits relative links for a portable output.
+* Supports themes, videos, EXIF tags, and ZIP downloading.
+* Processes directories recursively and files in parallel.
+
+The idea behind Sigal is to ease the use of the JavaScript libraries like
+galleria_. These libraries display the images, Sigal on the other hand does
+image resizing, thumbnail creation and HTML page generation.
 
 %prep
 %setup -q -n sigal-%{version}


Reply via email to