15
0

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
This commit is contained in:
2019-03-21 07:06:10 +00:00
committed by Git OBS Bridge
parent 7a627ee5ec
commit 683e0bcbc5
2 changed files with 8 additions and 3 deletions

View File

@@ -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