Hello community,

here is the log from the commit of package python-serpy for openSUSE:Factory 
checked in at 2018-07-31 16:01:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-serpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-serpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-serpy"

Tue Jul 31 16:01:30 2018 rev:2 rq:626397 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-serpy/python-serpy.changes        
2018-06-02 12:00:22.449899085 +0200
+++ /work/SRC/openSUSE:Factory/.python-serpy.new/python-serpy.changes   
2018-07-31 16:01:32.059763974 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 12:35:42 UTC 2018 - [email protected]
+
+- Trim ridiculous description boasting.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-serpy.spec ++++++
--- /var/tmp/diff_new_pack.eVUcaD/_old  2018-07-31 16:01:32.599764892 +0200
+++ /var/tmp/diff_new_pack.eVUcaD/_new  2018-07-31 16:01:32.599764892 +0200
@@ -13,16 +13,17 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-serpy
 Version:        0.3.1
 Release:        0
+Summary:        Object serialization for Python
 License:        MIT
-Summary:        Ridiculously fast object serialization
-Url:            https://github.com/clarkduvall/serpy
 Group:          Development/Languages/Python
+Url:            https://github.com/clarkduvall/serpy
 Source:         
https://files.pythonhosted.org/packages/source/s/serpy/serpy-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -37,17 +38,16 @@
 %python_subpackages
 
 %description
-Serpy is a super simple object serialization framework built for
-speed. Serpy serializes complex datatypes (Django Models, custom
+Serpy is an object serialization framework. Serpy serializes complex
+datatypes (Django Models, custom
 classes, ...) to simple native types (dicts, lists, strings, ...).
 The native types can easily be converted to JSON or any other format
 needed.
 
-The goal of serpy is to be able to do this simply, reliably, and
-quickly. Since serializers are class based, they can be combined,
-extended and customized with very little code duplication. Compared
-to other popular Python serialization frameworks like marshmallow or
-Django Rest Framework Serializers serpy is at least an order of
+Since serializers are class based, they can be combined,
+extended and customized with little code duplication. Compared
+to other Python serialization frameworks like marshmallow or
+Django Rest Framework Serializers, serpy is an order of
 magnitude faster.
 
 %prep


Reply via email to