14
0
forked from pool/python-partd

- Update to 1.0.0:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-07-23 13:21:25 +00:00
committed by Git OBS Bridge
parent 6b8fa6eeb7
commit 64c4805827
4 changed files with 15 additions and 11 deletions

View File

@@ -18,30 +18,29 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-partd
Version: 0.3.10
Version: 1.0.0
Release: 0
Summary: Appendable key-value storage
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/mrocklin/partd/
URL: https://github.com/mrocklin/partd/
Source: https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz
BuildRequires: %{python_module locket}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toolz}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-locket
Requires: python-toolz
Recommends: python-blosc
Recommends: python-msgpack-python
Recommends: python-numpy >= 1.9.0
Recommends: python-pandas
Recommends: python-pyzmq
Recommends: python-msgpack-python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description
@@ -67,7 +66,6 @@ Partd excels at shuffling operations.
%pytest
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*