Hello community,

here is the log from the commit of package python-zipstream for 
openSUSE:Factory checked in at 2017-10-13 14:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zipstream (Old)
 and      /work/SRC/openSUSE:Factory/.python-zipstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zipstream"

Fri Oct 13 14:16:41 2017 rev:2 rq:533150 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zipstream/python-zipstream.changes        
2017-09-19 16:31:32.070127579 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipstream.new/python-zipstream.changes   
2017-10-13 14:16:44.502503086 +0200
@@ -1,0 +2,5 @@
+Mon Sep 11 15:28:03 UTC 2017 - [email protected]
+
+- Compact description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-zipstream.spec ++++++
--- /var/tmp/diff_new_pack.CuLiFs/_old  2017-10-13 14:16:45.046479168 +0200
+++ /var/tmp/diff_new_pack.CuLiFs/_new  2017-10-13 14:16:45.046479168 +0200
@@ -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,15 +21,15 @@
 Name:           python-zipstream
 Version:        1.1.4
 Release:        0
-License:        GPL-3.0+
 Summary:        Zipfile generator
-Url:            https://github.com/allanlei/python-zipstream
+License:        GPL-3.0+
 Group:          Development/Languages/Python
+Url:            https://github.com/allanlei/python-zipstream
 Source:         
https://files.pythonhosted.org/packages/source/z/zipstream/zipstream-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module nose}
 %endif
@@ -37,12 +38,10 @@
 %python_subpackages
 
 %description
-zipstream.py is a zip archive generator based on python 3.3's zipfile.py.
-It was created to generate a zip file generator for streaming (ie web apps).
-This is beneficial for when you want to provide a downloadable archive of a
-large collection of regular files, which would be infeasible to generate the
-archive prior to downloading or of a very large file that you do not want
-to store entirely on disk or on memory.
+zipstream.py is a ZIP archive generator based on Python 3.3's zipfile.py.
+zipstream can create archives on the fly, which is useful for streaming
+the archive to e.g. web clients without needing to store the archive on
+disk first.
 
 %prep
 %setup -q -n zipstream-%{version}


Reply via email to