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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33722a228ebcd1fa6f44b1631bdd4cff056376f89eb826d7d880b35b637bcfba
size 19076

3
partd-1.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54fd91bc3b9c38159c790cd16950dbca6b019a2ead4c51dee4f9efc884f8ce0e
size 19185

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 23 13:20:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.0:
* no upstream changelog
-------------------------------------------------------------------
Mon Jun 3 10:24:48 UTC 2019 - pgajdos@suse.com

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}/*