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