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

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 11 18:08:31 UTC 2022


    Date: Friday, March 11, 2022 @ 18:08:31
  Author: arojas
Revision: 1148487

Update to 3.7.0

Modified:
  python-pytables/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 18:01:40 UTC (rev 1148486)
+++ PKGBUILD	2022-03-11 18:08:31 UTC (rev 1148487)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet <binet at cern.ch>
 
 pkgname=python-pytables
-pkgver=3.6.1
-pkgrel=10
+pkgver=3.7.0
+pkgrel=1
 pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data"
 arch=(x86_64)
 url="https://www.pytables.org"
@@ -11,17 +11,11 @@
 license=('BSD')
 depends=(blosc lzo hdf5 python-numexpr)
 makedepends=(python-setuptools cython)
-source=(https://github.com/PyTables/PyTables/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        pytables-tostring-tobytes.patch::https://patch-diff.githubusercontent.com/raw/PyTables/PyTables/pull/810.patch
-        pytables-numpy.object.patch::https://github.com/PyTables/PyTables/pull/862/commits/e8d622305ba30762a0ffa3f5b1fcf105a278f255.patch)
-sha256sums=('4cea86bab5bcb5423a07c7951b8c65e24b674e0dcec0e448d434829eff5f18d0'
-            '40f1c5be09d02f1d7fc6f43264019249ee62b516b249f74abcc75296424f553c'
-            'aea8022888052ab3c8081fd9c2fd157f7bc6687a3a7c380cbfd178804ba57bb9')
+source=(https://github.com/PyTables/PyTables/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('41065fc11b958dde09bd5b9c069d88e40ca07ad10687dd597835fcc8199e81ea')
 
 prepare() {
   cd PyTables-${pkgver}
-  patch -p1 < ../pytables-tostring-tobytes.patch
-  patch -p1 < ../pytables-numpy.object.patch
   sed -i "s|Atom.from_sctype('Float64')|Atom.from_sctype('float64')|" tables/atom.py
 }
 



More information about the arch-commits mailing list