From a2d6206031b85cb16882ceb8c408c0d7f11f1fdcb5449a5bbef8899a1af2bc0b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 21 Jun 2021 12:34:34 +0000 Subject: [PATCH] Accepting request 901124 from home:jengelh:branches:devel:languages:python - Use noun phrasing in descriptions. OBS-URL: https://build.opensuse.org/request/show/901124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pooch?expand=0&rev=3 --- python-pooch.changes | 5 +++++ python-pooch.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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