forked from pool/python-distributed
		
	Accepting request 1199448 from devel:languages:python:numeric
- update to 2024.8.2:
  * Avoid capturing code of xdist @fjetter
  * Reduce memory footprint of culling P2P rechunking
  * Add tests for choosing default rechunking method
  * Increase visibility of GPU CI updates @charlesbluca
  * Bump test\_pause\_while\_idle timeout @fjetter
  * Concatenate small input chunks before P2P rechunking
  * Remove dump cluster from gen\_cluster @fjetter
  * Bump `numpy>=1.24` and `pyarrow>=14.0.1` minimum versions
  * Fix PipInstall plugin on Worker @hendrikmakait
  * Remove more Python 3.10 compatibility code @jrbourbeau
  * Use task-based rechunking to prechunk along partial
    boundaries @hendrikmakait
  * Ensure client\_desires\_keys does not corrupt Scheduler state
    @fjetter
  * Bump minimum ``cloudpickle`` to 3 @jrbourbeau
OBS-URL: https://build.opensuse.org/request/show/1199448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=84
			
			
This commit is contained in:
		| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:3f2de9ffe42d1d664077a68c00a94a3d9c6769b5e67714d4beb39f685e8b4bdf | ||||
| size 2569757 | ||||
							
								
								
									
										3
									
								
								distributed-2024.8.2-gh.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								distributed-2024.8.2-gh.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:ccf497a5d3a90c2a9d39750494bcd8e0e57bf3c42ac3cd127498deae82f0d052 | ||||
| size 2569934 | ||||
| @@ -1,3 +1,23 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Sun Sep  8 13:01:50 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||
|  | ||||
| - update to 2024.8.2: | ||||
|   * Avoid capturing code of xdist @fjetter | ||||
|   * Reduce memory footprint of culling P2P rechunking | ||||
|   * Add tests for choosing default rechunking method | ||||
|   * Increase visibility of GPU CI updates @charlesbluca | ||||
|   * Bump test\_pause\_while\_idle timeout @fjetter | ||||
|   * Concatenate small input chunks before P2P rechunking | ||||
|   * Remove dump cluster from gen\_cluster @fjetter | ||||
|   * Bump `numpy>=1.24` and `pyarrow>=14.0.1` minimum versions | ||||
|   * Fix PipInstall plugin on Worker @hendrikmakait | ||||
|   * Remove more Python 3.10 compatibility code @jrbourbeau | ||||
|   * Use task-based rechunking to prechunk along partial | ||||
|     boundaries @hendrikmakait | ||||
|   * Ensure client\_desires\_keys does not corrupt Scheduler state | ||||
|     @fjetter | ||||
|   * Bump minimum ``cloudpickle`` to 3 @jrbourbeau | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Thu Aug 29 14:52:02 UTC 2024 - Ben Greiner <code@bnavigator.de> | ||||
|  | ||||
|   | ||||
| @@ -54,7 +54,7 @@ ExclusiveArch:  donotbuild | ||||
|  | ||||
| Name:           python-distributed%{psuffix} | ||||
| # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== | ||||
| Version:        2024.8.1 | ||||
| Version:        2024.8.2 | ||||
| Release:        0 | ||||
| Summary:        Library for distributed computing with Python | ||||
| License:        BSD-3-Clause | ||||
| @@ -78,7 +78,7 @@ BuildRequires:  python-rpm-macros | ||||
| Requires:       python-Jinja2 >= 2.10.3 | ||||
| Requires:       python-PyYAML >= 5.4.1 | ||||
| Requires:       python-click >= 8.0 | ||||
| Requires:       python-cloudpickle >= 2.0.0 | ||||
| Requires:       python-cloudpickle >= 3.0.0 | ||||
| Requires:       python-dask = %{version} | ||||
| Requires:       python-locket >= 1.0.0 | ||||
| Requires:       python-msgpack >= 1.0.2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user