Hello community,
here is the log from the commit of package python-characteristic for
openSUSE:Factory checked in at 2019-01-08 12:28:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-characteristic (Old)
and /work/SRC/openSUSE:Factory/.python-characteristic.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-characteristic"
Tue Jan 8 12:28:04 2019 rev:4 rq:662871 version:14.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-characteristic/python-characteristic.changes
2018-12-19 13:53:01.578985011 +0100
+++
/work/SRC/openSUSE:Factory/.python-characteristic.new.28833/python-characteristic.changes
2019-01-08 12:30:37.836131386 +0100
@@ -1,0 +2,5 @@
+Fri Jan 4 14:36:45 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Trim rhetorics from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-characteristic.spec ++++++
--- /var/tmp/diff_new_pack.LTyYpV/_old 2019-01-08 12:30:38.308130872 +0100
+++ /var/tmp/diff_new_pack.LTyYpV/_new 2019-01-08 12:30:38.316130863 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-characteristic
#
-# 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
@@ -20,7 +20,7 @@
Name: python-characteristic
Version: 14.3.0
Release: 0
-Summary: Say 'yes' to types but 'no' to typing in python
+Summary: Python class decorator to implement attribute-related object
protocols
License: MIT
Group: Development/Languages/Python
URL: https://github.com/hynek/characteristic/
@@ -31,19 +31,17 @@
%python_subpackages
%description
-characteristic Python package with class decorators that ease the chores of
+This is a Python package with class decorators that ease the chores of
implementing the most common attribute-related object protocols.
-You just specify the attributes to work with and characteristic gives you:
+The developer has to specify the attributes to work with, and
+python-characteristic gives:
-- a nice human-readable __repr__,
+- a human-readable __repr__,
- a complete set of comparison methods,
-- and a kwargs-based initializer (that cooperates with your existing one)
+- and a kwargs-based initializer (that cooperates with existing ones)
-*without* writing dull boilerplate code again and again.
-
-So put down that type-less data structures and welcome some class into your
-life!
+without writing boilerplate code.
%prep
%setup -q -n characteristic-%{version}