From 683e0bcbc5bc95f8437f6aff51be4f41e8687de3a5ee865586bbf45349ba5ee6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Mar 2019 07:06:10 +0000 Subject: [PATCH] Accepting request 687025 from home:jengelh:branches:devel:languages:python - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/687025 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpcontracts?expand=0&rev=4 --- python-dpcontracts.changes | 5 +++++ python-dpcontracts.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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