Hello community,

here is the log from the commit of package python-dill for openSUSE:Factory 
checked in at 2019-03-19 09:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dill (Old)
 and      /work/SRC/openSUSE:Factory/.python-dill.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dill"

Tue Mar 19 09:59:05 2019 rev:4 rq:685831 version:0.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dill/python-dill.changes  2019-03-12 
09:53:27.727537494 +0100
+++ /work/SRC/openSUSE:Factory/.python-dill.new.28833/python-dill.changes       
2019-03-19 09:59:06.956085528 +0100
@@ -1,0 +2,6 @@
+Sat Mar 16 00:44:29 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+- Trim description a bit, for size.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-dill.spec ++++++
--- /var/tmp/diff_new_pack.Jn1aPg/_old  2019-03-19 09:59:07.544085292 +0100
+++ /var/tmp/diff_new_pack.Jn1aPg/_new  2019-03-19 09:59:07.548085291 +0100
@@ -20,7 +20,7 @@
 Name:           python-dill
 Version:        0.2.9
 Release:        0
-Summary:        Serialize all of python
+Summary:        Module to serialize all of Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/uqfoundation/dill
@@ -45,25 +45,7 @@
 Dill provides the user the same interface as the `pickle` module, and
 also includes some additional features. In addition to pickling python
 objects, `dill` provides the ability to save the state of an interpreter
-session in a single command.  Hence, it would be feasable to save a
-interpreter session, close the interpreter, ship the pickled file to
-another computer, open a new interpreter, unpickle the session and
-thus continue from the 'saved' state of the original interpreter
-session.
-
-Dill can be used to store python objects to a file, but the primary
-usage is to send python objects across the network as a byte stream.
-`dill` is quite flexible, and allows arbitrary user defined classes
-and functions to be serialized.  Thus `dill` is not intended to be
-secure against erroneously or maliciously constructed data. It is
-left to the user to decide whether the data they unpickle is from
-a trustworthy source.
-
-Dill is part of `pathos`, a python framework for heterogeneous computing.
-`dill` is in active development, so any user feedback, bug reports, comments,
-or suggestions are highly appreciated.  A list of known issues is maintained
-at http://trac.mystic.cacr.caltech.edu/project/pathos/query, with a public
-ticket list at https://github.com/uqfoundation/dill/issues.
+session in a single command.
 
 %prep
 %setup -q -n dill-%{version}


Reply via email to