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:
committed by
Git OBS Bridge
parent
6b8fa6eeb7
commit
64c4805827
@@ -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
3
partd-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54fd91bc3b9c38159c790cd16950dbca6b019a2ead4c51dee4f9efc884f8ce0e
|
||||||
|
size 19185
|
||||||
@@ -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
|
Mon Jun 3 10:24:48 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -18,30 +18,29 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-partd
|
Name: python-partd
|
||||||
Version: 0.3.10
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Appendable key-value storage
|
Summary: Appendable key-value storage
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module locket}
|
BuildRequires: %{python_module locket}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module toolz}
|
BuildRequires: %{python_module toolz}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
# /SECTION
|
|
||||||
Requires: python-locket
|
Requires: python-locket
|
||||||
Requires: python-toolz
|
Requires: python-toolz
|
||||||
Recommends: python-blosc
|
Recommends: python-blosc
|
||||||
|
Recommends: python-msgpack-python
|
||||||
Recommends: python-numpy >= 1.9.0
|
Recommends: python-numpy >= 1.9.0
|
||||||
Recommends: python-pandas
|
Recommends: python-pandas
|
||||||
Recommends: python-pyzmq
|
Recommends: python-pyzmq
|
||||||
Recommends: python-msgpack-python
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -67,7 +66,6 @@ Partd excels at shuffling operations.
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|||||||
Reference in New Issue
Block a user