Update summaries and descriptions

This commit is contained in:
Benjamin A. Beasley 2021-06-24 08:00:12 -04:00
parent 7d5fa50961
commit 4df669dbbc

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 1.4.11
Release: 14%{?dist}
Summary: Utility belt for automated testing in Python
Summary: Idiomatic assertion toolkit with human-friendly failure messages
License: GPLv3+
URL: https://github.com/gabrielfalcao/%{srcname}
@ -27,17 +27,18 @@ BuildRequires: python3-pytest
BuildRequires: python3-setuptools
BuildRequires: python3-six
%description
A testing library for Python with powerful and flexible assertions. Sure is
heavily inspired by should.js.
%global common_description %{expand:
An idiomatic testing library for python with powerful and flexible assertions
created by Gabriel Falcão. Sures developer experience is inspired and modeled
after RSpec Expectations and should.js.}
%description %{common_description}
%package -n python3-%{srcname}
Summary: %{summary} 3
Summary: %{summary}
%description -n python3-%{srcname}
A testing library for Python with powerful and flexible assertions. Sure is
heavily inspired by should.js.
%description -n python3-%{srcname} %{common_description}
%prep
@ -75,6 +76,7 @@ heavily inspired by should.js.
- Drop obsolete %%python_provide macro
- Properly mark the license file
- Package CHANGELOG.md, README.rst, and TODO.rst
- Update summaries and descriptions
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.4.11-13
- Rebuilt for Python 3.10