diff --git a/python-sure.spec b/python-sure.spec index a36d177..7500b33 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -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. Sure’s 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 - 1.4.11-13 - Rebuilt for Python 3.10