George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-blosc


Commits:
230ce6ab by George Rawlinson at 2026-01-18T07:36:31+00:00
upgpkg: 1.11.4-1

- - - - -


5 changed files:

- .SRCINFO
- − LICENSES/BSD-3-Clause.txt
- PKGBUILD
- REUSE.toml
- − ftbfs-numpy-buffer.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-blosc
        pkgdesc = Python wrapper for the extremely fast Blosc compression 
library
-       pkgver = 1.11.3
-       pkgrel = 2
+       pkgver = 1.11.4
+       pkgrel = 1
        url = https://www.blosc.org/python-blosc/python-blosc.html
        arch = x86_64
        license = BSD-3-Clause
@@ -19,11 +19,8 @@ pkgbase = python-blosc
        depends = python
        depends = blosc
        optdepends = python-numpy: for tests and benchmarks
-       source = 
python-blosc::git+https://github.com/Blosc/python-blosc#tag=v1.11.3
-       source = ftbfs-numpy-buffer.patch
-       sha512sums = 
af658d8684a89761bce7043ef342ac6804ffe621013ecb9b15cf223429b991c4795608e619c8efa93ad93d5e4ed29da256d43c0c8939fb36e0ffad7fde24e4b2
-       sha512sums = 
a15195326155b4538c8b9bd75e0d996ad9311de4946a877f8eeb5a7822aacb595c8f14cf4df8488a94f94ed92cd72960b67e0d8ebd2db1ebc1ba5e82840e9c39
-       b2sums = 
f7223c0f784ba245367fcede92d4ecf74bd561de415c73be2fafcfb5a546438c0d2e17b671ca4b85f535b81e9a2377f27afa19a2262d9914bbc7acebac84ae64
-       b2sums = 
0ee4cab141924bf118512eb72ebf772173ea3175cd08dd5cabdb8ecaeb02698b0630631987896820ae67490adba31bc3ff398132de544f8fd528520a2fbb0eac
+       source = 
python-blosc::git+https://github.com/Blosc/python-blosc#tag=v1.11.4
+       sha512sums = 
53f041a31e63b390e31b6c41dfeac8d2b60f65b189e78e9830b10ceb33c5393131f6020a52299e8896a742d7ab4787fe162c82e3f08a3efa9d1bd96304b4d0fb
+       b2sums = 
f8ebbbadbac34a8dce8feae84af9b27d823cde6511e4ab7f7a5a59ddb0a5419287b141484428950fd937817222599810fe6db44fe498d1370049f15eb9ea9805
 
 pkgname = python-blosc


=====================================
LICENSES/BSD-3-Clause.txt deleted
=====================================
@@ -1,11 +0,0 @@
-Copyright (c) <year> <owner>. 
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Andrzej Giniewicz <[email protected]>
 
 pkgname=python-blosc
-pkgver=1.11.3
-pkgrel=2
+pkgver=1.11.4
+pkgrel=1
 pkgdesc='Python wrapper for the extremely fast Blosc compression library'
 arch=('x86_64')
 url='https://www.blosc.org/python-blosc/python-blosc.html'
@@ -25,18 +25,9 @@ checkdepends=('python-numpy' 'python-psutil')
 optdepends=('python-numpy: for tests and benchmarks')
 source=(
   "$pkgname::git+https://github.com/Blosc/python-blosc#tag=v$pkgver";
-  ftbfs-numpy-buffer.patch
 )
-sha512sums=('af658d8684a89761bce7043ef342ac6804ffe621013ecb9b15cf223429b991c4795608e619c8efa93ad93d5e4ed29da256d43c0c8939fb36e0ffad7fde24e4b2'
-            
'a15195326155b4538c8b9bd75e0d996ad9311de4946a877f8eeb5a7822aacb595c8f14cf4df8488a94f94ed92cd72960b67e0d8ebd2db1ebc1ba5e82840e9c39')
-b2sums=('f7223c0f784ba245367fcede92d4ecf74bd561de415c73be2fafcfb5a546438c0d2e17b671ca4b85f535b81e9a2377f27afa19a2262d9914bbc7acebac84ae64'
-        
'0ee4cab141924bf118512eb72ebf772173ea3175cd08dd5cabdb8ecaeb02698b0630631987896820ae67490adba31bc3ff398132de544f8fd528520a2fbb0eac')
-
-prepare() {
-  cd "$pkgname"
-
-  patch -p1 -i "$srcdir/ftbfs-numpy-buffer.patch"
-}
+sha512sums=('53f041a31e63b390e31b6c41dfeac8d2b60f65b189e78e9830b10ceb33c5393131f6020a52299e8896a742d7ab4787fe162c82e3f08a3efa9d1bd96304b4d0fb')
+b2sums=('f8ebbbadbac34a8dce8feae84af9b27d823cde6511e4ab7f7a5a59ddb0a5419287b141484428950fd937817222599810fe6db44fe498d1370049f15eb9ea9805')
 
 build() {
   cd "${pkgname}"


=====================================
REUSE.toml
=====================================
@@ -10,10 +10,3 @@ path = [
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
-
-[[annotations]]
-path = [
-    "ftbfs-numpy-buffer.patch",
-]
-SPDX-FileCopyrightText = "python-blosc contributors"
-SPDX-License-Identifier = "BSD-3-Clause"


=====================================
ftbfs-numpy-buffer.patch deleted
=====================================
@@ -1,11 +0,0 @@
---- a/blosc/toplevel.py
-+++ b/blosc/toplevel.py
-@@ -513,7 +513,7 @@ def compress_ptr(address, items, typesize=8, clevel=9, 
shuffle=blosc.SHUFFLE,
-     >>> c = blosc.compress_ptr(np_array.__array_interface__['data'][0], \
-         items, np_array.dtype.itemsize)
-     >>> d = blosc.decompress(c)
--    >>> np_ans = numpy.fromstring(d, dtype=np_array.dtype)
-+    >>> np_ans = numpy.frombuffer(d, dtype=np_array.dtype)
-     >>> bool((np_array == np_ans).all())
-     True
- 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-blosc/-/commit/230ce6ab575f9789471432fcd28916e5ff349107

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-blosc/-/commit/230ce6ab575f9789471432fcd28916e5ff349107
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to