File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
path : |
156
156
${{ matrix.vcpkg_cache }}
157
157
# bump the last digit to avoid using previous build cache
158
- key : ${{ matrix.os }}-${{ matrix.arch }}-vcpkg-gdal3.6.2 -cache0
158
+ key : ${{ matrix.os }}-${{ matrix.arch }}-vcpkg-gdal3.6.3 -cache0
159
159
160
160
# MacOS build requires aclocal, which is part of automake, but appears
161
161
# to be missing in default image
@@ -173,7 +173,7 @@ jobs:
173
173
git reset --hard
174
174
# pull latest version to ensure the required commit with GDAL 3.6 is available
175
175
git pull
176
- git checkout 94e85d15fb857f8d4150006fe3b61aca839ac299
176
+ git checkout fe2d921cd5e1c8721e8e2385c35fb3a4ea65e559
177
177
178
178
- name : Install GDAL
179
179
env :
Original file line number Diff line number Diff line change 15
15
- Failure error messages from GDAL are no longer printed to stderr (they were
16
16
already translated into Python exceptions as well) (#236 ).
17
17
18
+ ### Packaging
19
+
20
+ - The GDAL library included in the wheels is updated from 3.6.2 to GDAL 3.6.3.
21
+
18
22
## 0.5.1 (2023-01-26)
19
23
20
24
### Bug fixes
Original file line number Diff line number Diff line change 1
- FROM quay.io/pypa/manylinux2014_x86_64:2023-01-03-129be5e
1
+ FROM quay.io/pypa/manylinux2014_x86_64:2023-04-02-7bc2fc8
2
2
3
3
# building openssl needs IPC-Cmd (https://github.com/microsoft/vcpkg/issues/24988)
4
4
RUN yum install -y curl unzip zip tar perl-IPC-Cmd
Original file line number Diff line number Diff line change 8
8
"features" : [" recommended-features" , " curl" , " geos" ]
9
9
}
10
10
],
11
- "builtin-baseline" : " 94e85d15fb857f8d4150006fe3b61aca839ac299 "
11
+ "builtin-baseline" : " fe2d921cd5e1c8721e8e2385c35fb3a4ea65e559 "
12
12
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ build-verbosity = 3
20
20
VCPKG_INSTALL = " $VCPKG_INSTALLATION_ROOT/installed/x64-linux-dynamic"
21
21
GDAL_INCLUDE_PATH = " $VCPKG_INSTALL/include"
22
22
GDAL_LIBRARY_PATH = " $VCPKG_INSTALL/lib"
23
- GDAL_VERSION = " 3.6.2 "
23
+ GDAL_VERSION = " 3.6.3 "
24
24
PYOGRIO_PACKAGE_DATA = 1
25
25
GDAL_DATA = " $VCPKG_INSTALL/share/gdal"
26
26
PROJ_LIB = " $VCPKG_INSTALL/share/proj"
@@ -35,7 +35,7 @@ repair-wheel-command = [
35
35
VCPKG_INSTALL = " $VCPKG_INSTALLATION_ROOT/installed/$VCPKG_DEFAULT_TRIPLET"
36
36
GDAL_INCLUDE_PATH = " $VCPKG_INSTALL/include"
37
37
GDAL_LIBRARY_PATH = " $VCPKG_INSTALL/lib"
38
- GDAL_VERSION = " 3.6.2 "
38
+ GDAL_VERSION = " 3.6.3 "
39
39
PYOGRIO_PACKAGE_DATA = 1
40
40
GDAL_DATA = " $VCPKG_INSTALL/share/gdal"
41
41
PROJ_LIB = " $VCPKG_INSTALL/share/proj"
@@ -48,7 +48,7 @@ repair-wheel-command = "delvewheel repair --add-path C:/vcpkg/installed/x64-wind
48
48
VCPKG_INSTALL = " $VCPKG_INSTALLATION_ROOT/installed/x64-windows-dynamic-release"
49
49
GDAL_INCLUDE_PATH = " $VCPKG_INSTALL/include"
50
50
GDAL_LIBRARY_PATH = " $VCPKG_INSTALL/lib"
51
- GDAL_VERSION = " 3.6.2 "
51
+ GDAL_VERSION = " 3.6.3 "
52
52
PYOGRIO_PACKAGE_DATA = 1
53
53
GDAL_DATA = " $VCPKG_INSTALL/share/gdal"
54
54
PROJ_LIB = " $VCPKG_INSTALL/share/proj"
You can’t perform that action at this time.
0 commit comments