14
0
forked from pool/python-pooch

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
This commit is contained in:
2021-06-21 12:34:34 +00:00
committed by Git OBS Bridge
parent 45914ba676
commit a2d6206031
2 changed files with 9 additions and 4 deletions

View File

@@ -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