[arch-commits] Commit in python-xarray/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Jul 23 14:44:39 UTC 2022


    Date: Saturday, July 23, 2022 @ 14:44:38
  Author: archange
Revision: 1255812

upgpkg: python-xarray 2022.06.0-1

Modified:
  python-xarray/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 13:28:35 UTC (rev 1255811)
+++ PKGBUILD	2022-07-23 14:44:38 UTC (rev 1255812)
@@ -2,7 +2,7 @@
 
 _pkg=xarray
 pkgname=python-${_pkg}
-pkgver=2022.03.0
+pkgver=2022.06.0
 pkgrel=1
 pkgdesc="N-D labeled arrays and datasets in Python"
 arch=(any)
@@ -15,7 +15,6 @@
   'python-scipy: interpolation features & fallback for netCDF3 support'
 #  'python-pydap: fallback for accessing OPeNDAP'
 #  'python-h5netcdf: alternative for netCDF4 support'
-#  'python-pynio: geoscience specific file formats support' 
 #  'python-zarr: chunked, compressed N-dimensional arrays'
   'python-cftime: datetimes support for non-standard calendars or distant dates'
 #  'python-pseudonetcdf: atmospheric science specific file formats support'
@@ -24,6 +23,7 @@
 #  'python-cfgrib: mapping GRIB files to CDF4'
   'python-bottleneck: faster NaN-skipping and rolling window aggregations'
 #  'python-numbagg: faster exponential rolling window operations'  
+#  'python-flox: faster GroupBy reductions'
   'python-dask: parallel computation'
   'python-distributed: parallel computation'
   'python-matplotlib: plotting support'
@@ -58,7 +58,7 @@
 )
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(https://github.com/pydata/xarray/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ec38ee0d00e66dcd7a5935e63f8e2e0dccbccc00bd38d0bd4655d94cc22acf4e')
+sha256sums=('3c755c41d971cbd926409f2ae2441c0b3545b497f6bb05a1702611e32d0dcdff')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list