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:
		| @@ -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
									
								
							
							
						
						
									
										3
									
								
								partd-1.4.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:aa0ff35dbbcc807ae374db56332f4c1b39b46f67bf2975f5151e0b4186aed0d5 | ||||
| size 36345 | ||||
| @@ -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> | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user