cmake 4.3.0__tar.gz → 4.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cmake-4.3.0 → cmake-4.3.2}/.git_archival.txt +0 -1
- {cmake-4.3.0 → cmake-4.3.2}/.github/workflows/build.yml +2 -2
- {cmake-4.3.0 → cmake-4.3.2}/.github/workflows/update-dependencies.yml +1 -1
- {cmake-4.3.0 → cmake-4.3.2}/.pre-commit-config.yaml +2 -2
- cmake-4.3.2/CMakeUrls.cmake +29 -0
- {cmake-4.3.0 → cmake-4.3.2}/PKG-INFO +2 -2
- {cmake-4.3.0 → cmake-4.3.2}/README.rst +1 -1
- {cmake-4.3.0 → cmake-4.3.2}/docs/index.rst +1 -1
- {cmake-4.3.0 → cmake-4.3.2}/docs/make_a_release.rst +2 -2
- {cmake-4.3.0 → cmake-4.3.2}/docs/update_cmake_version.rst +6 -6
- {cmake-4.3.0 → cmake-4.3.2}/pyproject.toml +1 -1
- {cmake-4.3.0 → cmake-4.3.2}/scripts/manylinux-build-and-install-openssl.sh +2 -2
- {cmake-4.3.0 → cmake-4.3.2}/tests/test_cmake.py +2 -2
- cmake-4.3.0/CMakeUrls.cmake +0 -29
- {cmake-4.3.0 → cmake-4.3.2}/.coveragerc +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/.gitattributes +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/.github/dependabot.yml +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/.github/release.yml +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/.gitignore +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/.readthedocs.yaml +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/AUTHORS.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/CMakeLists.txt +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/CONTRIBUTING.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/HISTORY.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/LICENSE_Apache_20 +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/LICENSE_BSD_3 +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/_build_backend/backend.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/authors.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/build_system.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/building.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/conf.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/contributing.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/history.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/installation.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/docs/usage.rst +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/noxfile.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/scripts/install-static-clang.sh +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/scripts/update_cmake_version.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/scripts/update_openssl_version.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/scripts/utils.sh +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/src/cmake/__init__.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/src/cmake/__main__.py +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/src/cmake/_version.pyi +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/src/cmake/py.typed +0 -0
- {cmake-4.3.0 → cmake-4.3.2}/tests/__init__.py +0 -0
|
@@ -97,7 +97,7 @@ jobs:
|
|
|
97
97
|
with:
|
|
98
98
|
fetch-depth: 0 # required for versioneer to find tags
|
|
99
99
|
|
|
100
|
-
- uses: astral-sh/setup-uv@
|
|
100
|
+
- uses: astral-sh/setup-uv@v8.1.0
|
|
101
101
|
with:
|
|
102
102
|
enable-cache: false
|
|
103
103
|
|
|
@@ -144,7 +144,7 @@ jobs:
|
|
|
144
144
|
|
|
145
145
|
steps:
|
|
146
146
|
- uses: actions/checkout@v6
|
|
147
|
-
- uses: astral-sh/setup-uv@
|
|
147
|
+
- uses: astral-sh/setup-uv@v8.1.0
|
|
148
148
|
with:
|
|
149
149
|
enable-cache: false
|
|
150
150
|
|
|
@@ -18,13 +18,13 @@ repos:
|
|
|
18
18
|
- id: trailing-whitespace
|
|
19
19
|
|
|
20
20
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
21
|
-
rev: "v0.15.
|
|
21
|
+
rev: "v0.15.9"
|
|
22
22
|
hooks:
|
|
23
23
|
- id: ruff-check
|
|
24
24
|
args: [--fix, --show-fixes]
|
|
25
25
|
|
|
26
26
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
27
|
-
rev: "v1.
|
|
27
|
+
rev: "v1.20.0"
|
|
28
28
|
hooks:
|
|
29
29
|
- id: mypy
|
|
30
30
|
files: ^(src|scripts)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
#-----------------------------------------------------------------------------
|
|
3
|
+
# CMake sources
|
|
4
|
+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2.tar.gz")
|
|
5
|
+
set(unix_source_sha256 "b0231eb39b3c3cabdc568c619df78208a7bd95ea10c9b2236d61218bac1b367d")
|
|
6
|
+
|
|
7
|
+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2.zip")
|
|
8
|
+
set(windows_source_sha256 "6b3ce1cb623836f971dcc0e0f9077040eaf542149ff29199f74fafdf6e8f110f")
|
|
9
|
+
|
|
10
|
+
#-----------------------------------------------------------------------------
|
|
11
|
+
# CMake binaries
|
|
12
|
+
|
|
13
|
+
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
|
|
14
|
+
set(linux32_binary_sha256 "NA")
|
|
15
|
+
|
|
16
|
+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-linux-x86_64.tar.gz")
|
|
17
|
+
set(linux64_binary_sha256 "791ae3604841ca03cb3889a3ad89165346e4b180ae3448efd4b0caa9ef46d245")
|
|
18
|
+
|
|
19
|
+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-macos10.10-universal.tar.gz")
|
|
20
|
+
set(macos10_10_binary_sha256 "16c228c48a3826fcf3aa149c81ecb384665b5e76e7c9378b3ff0a3accba830e8")
|
|
21
|
+
|
|
22
|
+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-i386.zip")
|
|
23
|
+
set(win32_binary_sha256 "bcee59684ef5de2c08c391f4f3a8df49d4f1fdec20a009eda1c1db49cc2be1c4")
|
|
24
|
+
|
|
25
|
+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-x86_64.zip")
|
|
26
|
+
set(win64_binary_sha256 "83d20c23f5c5f64b3b328785e35b23c532e33057a97ed6294acaca3781b78a01")
|
|
27
|
+
|
|
28
|
+
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-arm64.zip")
|
|
29
|
+
set(winarm64_binary_sha256 "42a2a88fc57e70d04a92f6eaaac2094241995f53584bc2afdae7e6ef982b3781")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cmake
|
|
3
|
-
Version: 4.3.
|
|
3
|
+
Version: 4.3.2
|
|
4
4
|
Summary: CMake is an open-source, cross-platform family of tools designed to build, test and package software
|
|
5
5
|
Keywords: CMake,build,c++,fortran,cross-platform,cross-compilation
|
|
6
6
|
Author-Email: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
|
|
@@ -37,7 +37,7 @@ The suite of CMake tools were created by Kitware in response to the need
|
|
|
37
37
|
for a powerful, cross-platform build environment for open-source projects
|
|
38
38
|
such as ITK and VTK.
|
|
39
39
|
|
|
40
|
-
The CMake python wheels provide `CMake 4.3.
|
|
40
|
+
The CMake python wheels provide `CMake 4.3.2 <https://cmake.org/cmake/help/v4.3/index.html>`_.
|
|
41
41
|
|
|
42
42
|
Latest Release
|
|
43
43
|
--------------
|
|
@@ -11,7 +11,7 @@ The suite of CMake tools were created by Kitware in response to the need
|
|
|
11
11
|
for a powerful, cross-platform build environment for open-source projects
|
|
12
12
|
such as ITK and VTK.
|
|
13
13
|
|
|
14
|
-
The CMake python wheels provide `CMake 4.3.
|
|
14
|
+
The CMake python wheels provide `CMake 4.3.2 <https://cmake.org/cmake/help/v4.3/index.html>`_.
|
|
15
15
|
|
|
16
16
|
Latest Release
|
|
17
17
|
--------------
|
|
@@ -15,7 +15,7 @@ The suite of CMake tools were created by Kitware in response to the need
|
|
|
15
15
|
for a powerful, cross-platform build environment for open-source projects
|
|
16
16
|
such as `ITK <https://itk.org>`_ and `VTK <https://vtk.org>`_.
|
|
17
17
|
|
|
18
|
-
The CMake python wheels provide `CMake 4.3.
|
|
18
|
+
The CMake python wheels provide `CMake 4.3.2 <https://cmake.org/cmake/help/v4.3/index.html>`_.
|
|
19
19
|
|
|
20
20
|
.. toctree::
|
|
21
21
|
:maxdepth: 2
|
|
@@ -29,13 +29,13 @@ Classic procedure:
|
|
|
29
29
|
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
|
|
30
30
|
``X.Y.Z`` CMake version available for download. For example::
|
|
31
31
|
|
|
32
|
-
$ release=4.3.
|
|
32
|
+
$ release=4.3.2
|
|
33
33
|
$ ./scripts/update_cmake_version.py $release
|
|
34
|
-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.3.
|
|
34
|
+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.3.2'
|
|
35
35
|
[...]
|
|
36
|
-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.3.
|
|
37
|
-
Updating 'CMakeUrls.cmake' with CMake version 4.3.
|
|
38
|
-
Updating 'CMakeUrls.cmake' with CMake version 4.3.
|
|
36
|
+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v4.3.2' - done
|
|
37
|
+
Updating 'CMakeUrls.cmake' with CMake version 4.3.2
|
|
38
|
+
Updating 'CMakeUrls.cmake' with CMake version 4.3.2 - done
|
|
39
39
|
Updating docs/index.rst
|
|
40
40
|
Updating docs/index.rst - done
|
|
41
41
|
Updating README.rst
|
|
@@ -46,7 +46,7 @@ Classic procedure:
|
|
|
46
46
|
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
|
|
47
47
|
For example::
|
|
48
48
|
|
|
49
|
-
release=4.3.
|
|
49
|
+
release=4.3.2
|
|
50
50
|
git switch -c update-to-cmake-$release
|
|
51
51
|
git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_cmake.py docs/update_cmake_version.rst
|
|
52
52
|
git commit -m "Update to CMake $release"
|
|
@@ -5,7 +5,7 @@ backend-path = ["_build_backend"]
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "cmake"
|
|
8
|
-
version = "4.3.
|
|
8
|
+
version = "4.3.2"
|
|
9
9
|
description = "CMake is an open-source, cross-platform family of tools designed to build, test and package software"
|
|
10
10
|
keywords = ["CMake", "build", "c++", "fortran", "cross-platform", "cross-compilation"]
|
|
11
11
|
readme = "README.rst"
|
|
@@ -10,8 +10,8 @@ set -o pipefail
|
|
|
10
10
|
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
|
|
11
11
|
source $MY_DIR/utils.sh
|
|
12
12
|
|
|
13
|
-
OPENSSL_ROOT=openssl-3.5.
|
|
14
|
-
OPENSSL_HASH=
|
|
13
|
+
OPENSSL_ROOT=openssl-3.5.6
|
|
14
|
+
OPENSSL_HASH=deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736
|
|
15
15
|
|
|
16
16
|
cd /tmp
|
|
17
17
|
|
|
@@ -64,7 +64,7 @@ def _get_scripts():
|
|
|
64
64
|
|
|
65
65
|
@all_tools
|
|
66
66
|
def test_cmake_script(tool):
|
|
67
|
-
expected_version = "4.3.
|
|
67
|
+
expected_version = "4.3.2"
|
|
68
68
|
scripts = [script for script in _get_scripts() if script.stem == tool]
|
|
69
69
|
assert len(scripts) == 1
|
|
70
70
|
output = subprocess.check_output([str(scripts[0]), "--version"]).decode("ascii")
|
|
@@ -72,6 +72,6 @@ def test_cmake_script(tool):
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
def test_cmake_main():
|
|
75
|
-
expected_version = "4.3.
|
|
75
|
+
expected_version = "4.3.2"
|
|
76
76
|
output = subprocess.run([sys.executable, "-m", "cmake", "--version"], text=True, capture_output=True, check=False).stdout
|
|
77
77
|
assert output.splitlines()[0] == f"cmake version {expected_version}"
|
cmake-4.3.0/CMakeUrls.cmake
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
#-----------------------------------------------------------------------------
|
|
3
|
-
# CMake sources
|
|
4
|
-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0.tar.gz")
|
|
5
|
-
set(unix_source_sha256 "f51b3c729f85d8dde46a92c071d2826ea6afb77d850f46894125de7cc51baa77")
|
|
6
|
-
|
|
7
|
-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0.zip")
|
|
8
|
-
set(windows_source_sha256 "ac409b32852ea2c5c09e66666058297c8239173b80304eee903906b01232aacd")
|
|
9
|
-
|
|
10
|
-
#-----------------------------------------------------------------------------
|
|
11
|
-
# CMake binaries
|
|
12
|
-
|
|
13
|
-
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
|
|
14
|
-
set(linux32_binary_sha256 "NA")
|
|
15
|
-
|
|
16
|
-
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0-linux-x86_64.tar.gz")
|
|
17
|
-
set(linux64_binary_sha256 "201bdabe17a54e017f119cffa247648e9c44327e52473c2cc60a88fded94652a")
|
|
18
|
-
|
|
19
|
-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0-macos10.10-universal.tar.gz")
|
|
20
|
-
set(macos10_10_binary_sha256 "816f62d02acc527d8cac380007a30b9ff6a62dba6b9ca48a68c68df233871560")
|
|
21
|
-
|
|
22
|
-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0-windows-i386.zip")
|
|
23
|
-
set(win32_binary_sha256 "a768baeff9662fc2ae10d8fed87ee6ee5f1c5bc51b53be15db04713210a598e3")
|
|
24
|
-
|
|
25
|
-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0-windows-x86_64.zip")
|
|
26
|
-
set(win64_binary_sha256 "0f664f44eeb5b35b77f83e0984459c0dfa70539bd215c54ae1059604fd4f77ea")
|
|
27
|
-
|
|
28
|
-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.0/cmake-4.3.0-windows-arm64.zip")
|
|
29
|
-
set(winarm64_binary_sha256 "174cdb8a877ce9d27ce2e7bd5ed74e48b333fb87b82ed7962c6c2325d35065e1")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|