Skip to content

Commit

Permalink
WHL: Update to PROJ 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Sep 9, 2023
1 parent c3e8aca commit e068fe7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ macos_task:
CIBW_ENVIRONMENT_MACOS:
PROJ_WHEEL=true
PROJ_NETWORK=ON
PROJ_VERSION=9.2.1
PROJ_VERSION=9.3.0
PROJ_DIR=${CIRRUS_WORKING_DIR}/pyproj/proj_dir
BUILD_PREFIX=${CIRRUS_WORKING_DIR}/build/
MACOSX_DEPLOYMENT_TARGET=10.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

env:
PROJ_VERSION: "9.2.1"
PROJ_VERSION: "9.3.0"

jobs:
make_sdist:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
# with caching build takes less than 1 minute
- PYTHON: "C:\\Python39-x64"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PROJSOURCE: 9.2.1
PROJSOURCE: 9.3.0
BUILD_SHARED_LIBS: ON
# - PYTHON: "C:\\Python39-x64"
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
Expand Down
4 changes: 2 additions & 2 deletions ci/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dependencies": [
{
"name": "proj",
"version>=": "9.2.1"
"version>=": "9.3.0"
}
],
"builtin-baseline": "ad345ce17a26c56e8829356d9a98048ba0f4433b"
"builtin-baseline": "7b5ca09708ae42dba9517d4e0a0c975d087f1061"
}
1 change: 1 addition & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Change Log

Latest
------
- WHL: Wheels contain PROJ 9.3.0 (issue #1327)
- BUG: Remove pkg_resources from setup.py (issue #1313)
- BUG: Cython 3 compatibility fixes (issue #1321)

Expand Down

0 comments on commit e068fe7

Please sign in to comment.