14
0
forked from pool/python-partd

Accepting request 1110147 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 1.4.0
  * no release notes
  * DataFrame._data deprecation in pandas (#65)
  * Use pickle for pandas Index with extension dtype (#64)

OBS-URL: https://build.opensuse.org/request/show/1110147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=17
This commit is contained in:
2023-09-11 04:55:01 +00:00
committed by Git OBS Bridge
parent 5c98848c88
commit fb3f0b2b4f
4 changed files with 19 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Sep 10 14:02:42 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.0
* no release notes
* DataFrame._data deprecation in pandas (#65)
* Use pickle for pandas Index with extension dtype (#64)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 4 22:42:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Tue Oct 4 22:42:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-partd # spec file for package python-partd
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-partd Name: python-partd
Version: 1.3.0 Version: 1.4.0
Release: 0 Release: 0
Summary: Appendable key-value storage Summary: Appendable key-value storage
License: BSD-3-Clause License: BSD-3-Clause
@@ -26,14 +25,15 @@ Group: Development/Languages/Python
URL: https://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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toolz} BuildRequires: %{python_module toolz}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
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
@@ -56,10 +56,10 @@ Partd excels at shuffling operations.
%setup -q -n partd-%{version} %setup -q -n partd-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -68,6 +68,7 @@ Partd excels at shuffling operations.
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE.txt %license LICENSE.txt
%{python_sitelib}/* %{python_sitelib}/partd
%{python_sitelib}/partd-%{version}.dist-info
%changelog %changelog