From 976f4f2a0029332726336e37063b41d1c67de455fd29d49d16b293436efe6fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 21:47:35 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-partd revision 37c3e6d1b15fc1e23f57ca1a6cf3860d --- .gitattributes | 23 ++++++++++++ partd-1.4.1.tar.gz | 3 ++ python-partd.changes | 89 ++++++++++++++++++++++++++++++++++++++++++++ python-partd.spec | 74 ++++++++++++++++++++++++++++++++++++ 4 files changed, 189 insertions(+) create mode 100644 .gitattributes create mode 100644 partd-1.4.1.tar.gz create mode 100644 python-partd.changes create mode 100644 python-partd.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/partd-1.4.1.tar.gz b/partd-1.4.1.tar.gz new file mode 100644 index 0000000..f2560c7 --- /dev/null +++ b/partd-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67 +size 36272 diff --git a/python-partd.changes b/python-partd.changes new file mode 100644 index 0000000..e31c3b4 --- /dev/null +++ b/python-partd.changes @@ -0,0 +1,89 @@ +------------------------------------------------------------------- +Tue Dec 12 13:16:53 UTC 2023 - Dirk Müller + +- update to 1.4.1: + * Avoid deprecated is_datetime64tz_dtype from pandas + * Update Python version classifiers + +------------------------------------------------------------------- +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 + +- Update to Version 1.3.0 + * Remove deprecated use of `Index._get_attributes_dict` (#60) + * Avoid `pandas` testing deprecation warning (#59) + * Add support for Python 3.9, drop support for Python 3.5 and 3.6 (#54) + * Use `is_alive` in favour of `isAlive` for Python 3.9 compatibility (#53) + +------------------------------------------------------------------- +Fri Aug 13 13:48:49 UTC 2021 - Ben Greiner + +- update to 1.2.0 + * no release notes + * fixes compatibility with pandas 1.3 -- gh#dask/partd#49 + +------------------------------------------------------------------- +Wed Mar 11 15:32:14 UTC 2020 - Marketa Calabkova + +- update to 1.1.0 + * add versioneer + * Bump to py3 + * Handle unknown ExtensionArrays with pickle + +------------------------------------------------------------------- +Tue Jul 23 13:20:27 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.0: + * no upstream changelog + +------------------------------------------------------------------- +Mon Jun 3 10:24:48 UTC 2019 - pgajdos@suse.com + +- version update to 0.3.10 + * no upstream changelog +- use %pytest macro + +------------------------------------------------------------------- +Tue Dec 4 12:51:13 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Sun Mar 11 08:50:12 UTC 2018 - sebix+novell.com@sebix.at + +- Use %license macro for license. + +------------------------------------------------------------------- +Thu Nov 2 03:08:11 UTC 2017 - arun@gmx.de + +- specfile: + * add LICENSE.txt to %doc + +- update to version 0.3.8: + * BUG: Fixed serialization for Datetime with tz (#25) + * Path management (#24) + * Add LICENSE.txt to manifest. (#23) + * `msgpack.packb` may not have packed utf-8 compatible bytes, so + don't … (#22) + * Fix pandas/numpy serialization (#21) + * Handle categorical indices + +------------------------------------------------------------------- +Wed Apr 19 18:44:33 UTC 2017 - toddrme2178@gmail.com + +- Update to version 0.3.7 +- Only make hard requirements BuildRequires and Requires. +- Implement single-spec version. + +------------------------------------------------------------------- +Tue Jul 14 13:44:59 UTC 2015 - toddrme2178@gmail.com + +- Initial version + diff --git a/python-partd.spec b/python-partd.spec new file mode 100644 index 0000000..d325af4 --- /dev/null +++ b/python-partd.spec @@ -0,0 +1,74 @@ +# +# spec file for package python-partd +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: python-partd +Version: 1.4.1 +Release: 0 +Summary: Appendable key-value storage +License: BSD-3-Clause +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-numpy >= 1.9.0 +Recommends: python-pandas +Recommends: python-pyzmq +BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION +%python_subpackages + +%description +Key-value byte store with appendable values + +Partd stores key-value pairs. +Values are raw bytes. +We append on old values. + +Partd excels at shuffling operations. + +%prep +%setup -q -n partd-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc README.rst +%license LICENSE.txt +%{python_sitelib}/partd +%{python_sitelib}/partd-%{version}.dist-info + +%changelog