15
0

Accepting request 687120 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/687120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dpcontracts?expand=0&rev=2
This commit is contained in:
2019-03-22 14:07:35 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 20 18:36:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of descriptions.
-------------------------------------------------------------------
Fri Mar 15 20:07:45 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

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