diff --git a/python-pooch.changes b/python-pooch.changes index 024479b..f6a01e8 100644 --- a/python-pooch.changes +++ b/python-pooch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 23 13:48:40 UTC 2021 - Jan Engelhardt + +- Use noun phrasing in descriptions. + ------------------------------------------------------------------- Thu Jan 28 21:21:57 UTC 2021 - Ben Greiner diff --git a/python-pooch.spec b/python-pooch.spec index c719fef..43372ae 100644 --- a/python-pooch.spec +++ b/python-pooch.spec @@ -21,7 +21,7 @@ Name: python-pooch Version: 1.3.0 Release: 0 -Summary: Manage your Python library's sample data files +Summary: Manager for Python libraries' sample data files License: BSD-3-Clause URL: https://github.com/fatiando/pooch Source: https://files.pythonhosted.org/packages/source/p/pooch/pooch-%{version}.tar.gz @@ -41,12 +41,12 @@ BuildArch: noarch %python_subpackages %description -Pooch manages your Python library's sample data files: it automatically +Pooch manages sample data files for Python libraries. It automatically downloads and stores them in a local directory, with support for versioning -and corruption checks. +and checks for corruption. %prep -%setup -q -n pooch-%{version} +%autosetup -p1 -n pooch-%{version} %build %python_build