Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-fastparquet


Commits:
b2f0da78 by Antonio Rojas at 2024-04-26T21:18:06+02:00
upgpkg: 2024.2.0-1: Update to 2024.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-fastparquet
        pkgdesc = A python implementation of the parquet format
-       pkgver = 0.8.1
-       pkgrel = 2
+       pkgver = 2024.2.0
+       pkgrel = 1
        url = https://github.com/dask/fastparquet
        arch = x86_64
        license = Apache-2.0
@@ -11,12 +11,13 @@ pkgbase = python-fastparquet
        makedepends = python-setuptools
        makedepends = python-wheel
        makedepends = python-numpy
+       makedepends = git
        depends = python
        depends = python-cramjam
        depends = python-pandas
        depends = python-fsspec
        optdepends = python-s3fs
-       source = 
https://github.com/dask/fastparquet/archive/0.8.1/python-fastparquet-0.8.1.tar.gz
-       sha256sums = 
591e20b128da87e369aa23178a29f2aaff4e4e69feab845be7ea456b3213fc96
+       source = 
https://github.com/dask/fastparquet/archive/2024.2.0/python-fastparquet-2024.2.0.tar.gz
+       sha256sums = 
b747ec949616dfd76b7d3f2fa793a3f4ab6271040aca89d656ee41db056cddc0
 
 pkgname = python-fastparquet


=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
 
 _pyname=fastparquet
 pkgname=python-$_pyname
-pkgver=0.8.1
-pkgrel=2
+pkgver=2024.2.0
+pkgrel=1
 pkgdesc='A python implementation of the parquet format'
 url='https://github.com/dask/fastparquet'
 depends=(python python-cramjam python-pandas python-fsspec)
-makedepends=(cython python-build python-installer python-setuptools 
python-wheel python-numpy)
+makedepends=(cython python-build python-installer python-setuptools 
python-wheel python-numpy git)
 optdepends=(python-s3fs)
 license=(Apache-2.0)
 arch=(x86_64)
 
source=(https://github.com/dask/fastparquet/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('591e20b128da87e369aa23178a29f2aaff4e4e69feab845be7ea456b3213fc96')
+sha256sums=('b747ec949616dfd76b7d3f2fa793a3f4ab6271040aca89d656ee41db056cddc0')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastparquet/-/commit/b2f0da785d127d75c9b9f5d83c8896cc032da5db

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastparquet/-/commit/b2f0da785d127d75c9b9f5d83c8896cc032da5db
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to