diff --git a/python-dpcontracts.changes b/python-dpcontracts.changes index 2df8db4..a88ae34 100644 --- a/python-dpcontracts.changes +++ b/python-dpcontracts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 18:36:46 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Fri Mar 15 20:07:45 UTC 2019 - Ondřej Súkup diff --git a/python-dpcontracts.spec b/python-dpcontracts.spec index d5c7429..b667c3a 100644 --- a/python-dpcontracts.spec +++ b/python-dpcontracts.spec @@ -21,7 +21,7 @@ Name: python-dpcontracts Version: 0.6.0 Release: 0 -Summary: A simple implementation of contracts for Python +Summary: An implementation of contracts for Python License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/deadpixi/contracts @@ -34,8 +34,8 @@ BuildArch: noarch %python_subpackages %description -This module provides a collection of decorators that makes it easy to -write software using contracts. +This module provides a collection of decorators for +writing software using contracts. Contracts are a debugging and verification tool. They are declarative statements about what states a program must be in to be considered