diff --git a/partd-1.3.0.tar.gz b/partd-1.3.0.tar.gz deleted file mode 100644 index 43ec46f..0000000 --- a/partd-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce91abcdc6178d668bcaa431791a5a917d902341cb193f543fe445d494660485 -size 36153 diff --git a/partd-1.4.0.tar.gz b/partd-1.4.0.tar.gz new file mode 100644 index 0000000..9b6f72f --- /dev/null +++ b/partd-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0ff35dbbcc807ae374db56332f4c1b39b46f67bf2975f5151e0b4186aed0d5 +size 36345 diff --git a/python-partd.changes b/python-partd.changes index 55f5b4c..626a4bd 100644 --- a/python-partd.changes +++ b/python-partd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 10 14:02:42 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-partd.spec b/python-partd.spec index 8419835..ee1d358 100644 --- a/python-partd.spec +++ b/python-partd.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-partd -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Appendable key-value storage License: BSD-3-Clause @@ -26,14 +25,15 @@ Group: Development/Languages/Python 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 pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toolz} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros 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 @@ -56,10 +56,10 @@ Partd excels at shuffling operations. %setup -q -n partd-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -68,6 +68,7 @@ Partd excels at shuffling operations. %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/partd +%{python_sitelib}/partd-%{version}.dist-info %changelog