X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=Zope-Testing.spec;fp=Zope-Testing.spec;h=5b5bbe34be90564b5ac3d76775ea9ecaceeb4619;hb=010232c6f40ec42c45c87d24be727a279bdb4c90;hp=72c9bb322d11a15917359b2a282cfaaf5befd519;hpb=96b8d6731292c8bb1cc867c52e77fc9c25d80c05;p=packages%2FZope-Testing.git diff --git a/Zope-Testing.spec b/Zope-Testing.spec index 72c9bb3..5b5bbe3 100644 --- a/Zope-Testing.spec +++ b/Zope-Testing.spec @@ -1,9 +1,9 @@ -Summary: zope.testing package used in Zope 3 +Summary: Support for different testing frameworks Name: Zope-Testing Version: 3.5.0 -Release: 0.1 -License: ZPL 2.0 -Group: Development/Tools +Release: 1 +License: ZPL 2.1 +Group: Libraries/Python Source0: http://download.zope.org/distribution/zope.testing-%{version}.tar.gz # Source0-md5: 3e482a31cc6c6dac8d7abd0b0e146da4 URL: http://pypi.python.org/pypi/zope.testing/3.5.1 @@ -13,7 +13,8 @@ BuildRequires: python-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -zope.testing package used in Zope 3. +This package provides a number of testing frameworks. It includes +a flexible test runner, and supports both doctest and unittest. %prep %setup -q -n zope.testing-%{version}