SHA256
1
0
forked from pool/python-pooch

Accepting request 901161 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/901161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pooch?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-06-21 18:35:54 +00:00 committed by Git OBS Bridge
commit 0342b6ffa4
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 23 13:48:40 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrasing in descriptions.
-------------------------------------------------------------------
Thu Jan 28 21:21:57 UTC 2021 - Ben Greiner <code@bnavigator.de>

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