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.
Files changed (45) hide show
  1. {cmake-4.3.0 → cmake-4.3.2}/.git_archival.txt +0 -1
  2. {cmake-4.3.0 → cmake-4.3.2}/.github/workflows/build.yml +2 -2
  3. {cmake-4.3.0 → cmake-4.3.2}/.github/workflows/update-dependencies.yml +1 -1
  4. {cmake-4.3.0 → cmake-4.3.2}/.pre-commit-config.yaml +2 -2
  5. cmake-4.3.2/CMakeUrls.cmake +29 -0
  6. {cmake-4.3.0 → cmake-4.3.2}/PKG-INFO +2 -2
  7. {cmake-4.3.0 → cmake-4.3.2}/README.rst +1 -1
  8. {cmake-4.3.0 → cmake-4.3.2}/docs/index.rst +1 -1
  9. {cmake-4.3.0 → cmake-4.3.2}/docs/make_a_release.rst +2 -2
  10. {cmake-4.3.0 → cmake-4.3.2}/docs/update_cmake_version.rst +6 -6
  11. {cmake-4.3.0 → cmake-4.3.2}/pyproject.toml +1 -1
  12. {cmake-4.3.0 → cmake-4.3.2}/scripts/manylinux-build-and-install-openssl.sh +2 -2
  13. {cmake-4.3.0 → cmake-4.3.2}/tests/test_cmake.py +2 -2
  14. cmake-4.3.0/CMakeUrls.cmake +0 -29
  15. {cmake-4.3.0 → cmake-4.3.2}/.coveragerc +0 -0
  16. {cmake-4.3.0 → cmake-4.3.2}/.gitattributes +0 -0
  17. {cmake-4.3.0 → cmake-4.3.2}/.github/dependabot.yml +0 -0
  18. {cmake-4.3.0 → cmake-4.3.2}/.github/release.yml +0 -0
  19. {cmake-4.3.0 → cmake-4.3.2}/.gitignore +0 -0
  20. {cmake-4.3.0 → cmake-4.3.2}/.readthedocs.yaml +0 -0
  21. {cmake-4.3.0 → cmake-4.3.2}/AUTHORS.rst +0 -0
  22. {cmake-4.3.0 → cmake-4.3.2}/CMakeLists.txt +0 -0
  23. {cmake-4.3.0 → cmake-4.3.2}/CONTRIBUTING.rst +0 -0
  24. {cmake-4.3.0 → cmake-4.3.2}/HISTORY.rst +0 -0
  25. {cmake-4.3.0 → cmake-4.3.2}/LICENSE_Apache_20 +0 -0
  26. {cmake-4.3.0 → cmake-4.3.2}/LICENSE_BSD_3 +0 -0
  27. {cmake-4.3.0 → cmake-4.3.2}/_build_backend/backend.py +0 -0
  28. {cmake-4.3.0 → cmake-4.3.2}/docs/authors.rst +0 -0
  29. {cmake-4.3.0 → cmake-4.3.2}/docs/build_system.rst +0 -0
  30. {cmake-4.3.0 → cmake-4.3.2}/docs/building.rst +0 -0
  31. {cmake-4.3.0 → cmake-4.3.2}/docs/conf.py +0 -0
  32. {cmake-4.3.0 → cmake-4.3.2}/docs/contributing.rst +0 -0
  33. {cmake-4.3.0 → cmake-4.3.2}/docs/history.rst +0 -0
  34. {cmake-4.3.0 → cmake-4.3.2}/docs/installation.rst +0 -0
  35. {cmake-4.3.0 → cmake-4.3.2}/docs/usage.rst +0 -0
  36. {cmake-4.3.0 → cmake-4.3.2}/noxfile.py +0 -0
  37. {cmake-4.3.0 → cmake-4.3.2}/scripts/install-static-clang.sh +0 -0
  38. {cmake-4.3.0 → cmake-4.3.2}/scripts/update_cmake_version.py +0 -0
  39. {cmake-4.3.0 → cmake-4.3.2}/scripts/update_openssl_version.py +0 -0
  40. {cmake-4.3.0 → cmake-4.3.2}/scripts/utils.sh +0 -0
  41. {cmake-4.3.0 → cmake-4.3.2}/src/cmake/__init__.py +0 -0
  42. {cmake-4.3.0 → cmake-4.3.2}/src/cmake/__main__.py +0 -0
  43. {cmake-4.3.0 → cmake-4.3.2}/src/cmake/_version.pyi +0 -0
  44. {cmake-4.3.0 → cmake-4.3.2}/src/cmake/py.typed +0 -0
  45. {cmake-4.3.0 → cmake-4.3.2}/tests/__init__.py +0 -0
@@ -1,4 +1,3 @@
1
1
  node: $Format:%H$
2
2
  node-date: $Format:%cI$
3
3
  describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
4
- ref-names: $Format:%D$
@@ -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@v7
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@v7
147
+ - uses: astral-sh/setup-uv@v8.1.0
148
148
  with:
149
149
  enable-cache: false
150
150
 
@@ -26,7 +26,7 @@ jobs:
26
26
  dependency_nice: "OpenSSL"
27
27
  steps:
28
28
  - uses: actions/checkout@v6
29
- - uses: wntrblm/nox@2026.02.09
29
+ - uses: wntrblm/nox@2026.04.10
30
30
  - name: "Run update: bump ${{ matrix.dependency_nice }}"
31
31
  id: bump
32
32
  run: |
@@ -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.4"
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.19.1"
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.0
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.0 <https://cmake.org/cmake/help/v4.3/index.html>`_.
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.0 <https://cmake.org/cmake/help/v4.3/index.html>`_.
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.0 <https://cmake.org/cmake/help/v4.3/index.html>`_.
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
@@ -44,8 +44,8 @@ Prerequisites
44
44
 
45
45
  .. code:: console
46
46
 
47
- $ git tag --sign -m 'cmake-python-distributions 4.3.0' 4.3.0 main
48
- $ git push origin 4.3.0
47
+ $ git tag --sign -m 'cmake-python-distributions 4.3.2' 4.3.2 main
48
+ $ git push origin 4.3.2
49
49
 
50
50
  .. warning::
51
51
 
@@ -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.0
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.0'
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.0' - done
37
- Updating 'CMakeUrls.cmake' with CMake version 4.3.0
38
- Updating 'CMakeUrls.cmake' with CMake version 4.3.0 - done
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.0
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.0"
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.5
14
- OPENSSL_HASH=b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89
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.0"
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.0"
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}"
@@ -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