Skip to content

Commit 8f37af1

Browse files
committed
add patch for rasterio==1.4.3
1 parent 1b13a95 commit 8f37af1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,11 @@ license = 'Apache-2.0'
683683
version = '2.9.1'
684684
url = 'https://github.com/ray-project/ray/archive/refs/tags/ray-2.9.1.tar.gz'
685685

686+
[[rasterio.rules]]
687+
version = '<= 1.4.3'
688+
patch = 'rasterio-1.4.3.patch'
689+
license = 'BSD-3-Clause'
690+
686691
[[rpds_py.rules]]
687692
# Patch not needed anymore in recent version since pyo3 changes have been upstreamed
688693
install-priority = 0
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff --git a/rasterio/_base.pyx b/rasterio/_base.pyx
2+
index 8562b7d..7950486 100644
3+
--- a/rasterio/_base.pyx
4+
+++ b/rasterio/_base.pyx
5+
@@ -1,4 +1,4 @@
6+
-# cython: boundscheck=False, c_string_type=unicode, c_string_encoding=utf8"""
7+
+# cython: boundscheck=False, c_string_type=unicode, c_string_encoding=utf8
8+
9+
"""Numpy-free base classes."""
10+

0 commit comments

Comments
 (0)