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:
commit
0342b6ffa4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user