File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
set (linux32_binary_url "NA" ) # Linux 32-bit binaries not available
6
6
set (linux32_binary_sha512 "NA" )
7
7
8
- set (linux64_binary_url "https://data.kitware.com/api/v1/file/5ee7eb659014a6d84ec1f25e /download" )
9
- set (linux64_binary_sha512 "a3c929ebd652fd159709826e154d566235fb12903dac04070854e83abf0e091ae369421b83699d4d78d4334ce1c5b7c9fda5f90e0c8e31170b7e902273eb4a09 " )
8
+ set (linux64_binary_url "https://data.kitware.com/api/v1/file/5f6c9d2650a41e3d19a8e7ec /download" )
9
+ set (linux64_binary_sha512 "85514042f024c705ea9647b4830ac5e58c83167792c2cfe9edab6ea4af52b0f8cb967ff53c5bfee6f8d6096f4de6a83c95d67c538f6fc0c537bc596948817585 " )
10
10
11
- set (macosx_binary_url "https://data.kitware.com/api/v1/file/5ee7eb5c9014a6d84ec1f240 /download" )
12
- set (macosx_binary_sha512 "0ba8deff17b3a8f5a2cd22939ff83a864629201d8b881e44d7ed01d0fd2aa578338e3319e402c226b3648a6027a4538e8c4cd066d6fe2c49eb1a4471e803b827 " )
11
+ set (macosx_binary_url "https://data.kitware.com/api/v1/file/5f6c9e3d50a41e3d19a8e85c /download" )
12
+ set (macosx_binary_sha512 "cf7abb0eeb76ede7a36b6f1ac2545f2dcd00303c817810d118d12aaa1fe058d3348b6555e3ebe7bd47aba713ee02d489f1a33ba58d94d5b6e722fd1cae22647e " )
13
13
14
- set (win64_binary_url "https://data.kitware.com/api/v1/file/5ee7eb539014a6d84ec1f22a /download" )
15
- set (win64_binary_sha512 "fa7a38dbdb71e0484cfeb255aef6d085abf23496a85051e3dccac593d9eec042fad5be72110d7f3528b424d90fbf5b5053c31f054470d691a7109c1f13776229 " )
14
+ set (win64_binary_url "https://data.kitware.com/api/v1/file/5f6c9cd150a41e3d19a8e7b9 /download" )
15
+ set (win64_binary_sha512 "ed396ebd56301a4dd4c414a02f8c41293d1ed60df0802ccf4eb1f6db63bdf7d2ddea0eb66cc5ce1e1fd244e29d446072eae9fbe9f13159fb0213772a796a10eb " )
16
16
17
17
# See https://github.com/CastXML/CastXML-python-distributions/issues/5
18
18
set (win32_binary_url "${win64_binary_url} " )
19
- set (win32_binary_sha512 "${win64_binary_sha512} " )
19
+ set (win32_binary_sha512 "${win64_binary_sha512} " )
Original file line number Diff line number Diff line change 3
3
Introduction
4
4
============
5
5
6
- The latest CastXML python wheels provide CastXML 0.3.4 executable.
6
+ The latest CastXML python wheels provide CastXML 0.3.6 executable.
7
7
8
8
CastXML is a C-family abstract syntax tree XML output tool.
9
9
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Available CastXML archives can be found `here <https://data.kitware.com/#folder/
16
16
2. Execute `scripts/update_castxml_version.py ` command line tool with the desired
17
17
``X.Y.Z `` CastXML version available for download. For example::
18
18
19
- $ release=0.3.4
19
+ $ release=0.3.6
20
20
$ python scripts/update_castxml_version.py ${release}
21
21
22
22
Collecting URLs and SHAs from 'https://data.kitware.com/#folder/57b5de948d777f10f2696370'
23
23
Collecting URLs and SHAs from 'https://data.kitware.com/#folder/57b5de948d777f10f2696370' - done
24
- Updating 'CastXMLUrls.cmake' with CastXML version 0.3.4
25
- Updating 'CastXMLUrls.cmake' with CastXML version 0.3.4 - done
24
+ Updating 'CastXMLUrls.cmake' with CastXML version 0.3.6
25
+ Updating 'CastXMLUrls.cmake' with CastXML version 0.3.6 - done
26
26
Updating README.md
27
27
Updating README.md - done
28
28
Updating docs/update_castxml_version.rst
@@ -33,7 +33,7 @@ Available CastXML archives can be found `here <https://data.kitware.com/#folder/
33
33
3. Create a topic named `update-to-castxml-X.Y.Z ` and commit the changes.
34
34
For example::
35
35
36
- release=0.3.4
36
+ release=0.3.6
37
37
git checkout -b update-to-castxml-${release}
38
38
git add CastXMLUrls.cmake README.md docs/update_castxml_version.rst tests/test_distribution.py
39
39
git commit -m "Update to CastXML ${release}"
Original file line number Diff line number Diff line change 8
8
9
9
10
10
def _check_castxml_install (virtualenv , tmpdir ):
11
- expected_version = "0.3.4 "
11
+ expected_version = "0.3.6 "
12
12
13
13
for executable_name in ["castxml" ]:
14
14
output = virtualenv .run (
You can’t perform that action at this time.
0 commit comments