Skip to content

Commit 345fb63

Browse files
authored
Merge pull request #115 from robotpy/2025-beta-3
Update to 2025 beta 3
2 parents af8554b + 16f578f commit 345fb63

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

rdev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
[params]
66

77
# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
8-
wpilib_bin_version = "2025.1.1-beta-2"
8+
wpilib_bin_version = "2025.1.1-beta-3"
99
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
1010

1111
# Don't update these artifacts
1212
exclude_artifacts = [
1313
"opencv-cpp"
1414
]
1515

16-
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a4"
16+
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a6"
1717

1818
#
1919
# Subproject configuration

subprojects/pyntcore/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_requires = [
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
15+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1616
"robotpy-wpiutil~=2025.0.0b2",
1717
"robotpy-wpinet~=2025.0.0b2",
1818
]
@@ -37,7 +37,7 @@ scan_headers_ignore = [
3737
artifact_id = "ntcore-cpp"
3838
group_id = "edu.wpi.first.ntcore"
3939
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
40-
version = "2025.1.1-beta-2"
40+
version = "2025.1.1-beta-3"
4141

4242
libs = ["ntcore"]
4343

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_requires = [
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
15+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1616
"robotpy-wpiutil~=2025.0.0b2",
1717
"robotpy-wpimath~=2025.0.0b2",
1818
]
@@ -40,7 +40,7 @@ scan_headers_ignore = [
4040
artifact_id = "apriltag-cpp"
4141
group_id = "edu.wpi.first.apriltag"
4242
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
43-
version = "2025.1.1-beta-2"
43+
version = "2025.1.1-beta-3"
4444

4545
libs = ["apriltag"]
4646

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install_requires = [
1313

1414
[build-system]
1515
requires = [
16-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
16+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1717
"robotpy-wpiutil~=2025.0.0b2",
1818
"robotpy-wpinet~=2025.0.0b2",
1919
"pyntcore~=2025.0.0b2",
@@ -30,15 +30,15 @@ update_init = [
3030
artifact_id = "cscore-cpp"
3131
group_id = "edu.wpi.first.cscore"
3232
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
33-
version = "2025.1.1-beta-2"
33+
version = "2025.1.1-beta-3"
3434

3535
libs = ["cscore"]
3636

3737
[tool.robotpy-build.static_libs."cameraserver_cpp".maven_lib_download]
3838
artifact_id = "cameraserver-cpp"
3939
group_id = "edu.wpi.first.cameraserver"
4040
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
41-
version = "2025.1.1-beta-2"
41+
version = "2025.1.1-beta-3"
4242

4343
libs = ["cameraserver"]
4444

subprojects/robotpy-hal/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1515
"robotpy-wpiutil~=2025.0.0b2",
1616
]
1717

@@ -53,7 +53,7 @@ artifact_id = "hal-cpp"
5353
group_id = "edu.wpi.first.hal"
5454
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5555
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
56-
version = "2025.1.1-beta-2"
56+
version = "2025.1.1-beta-3"
5757

5858
libs = ["wpiHal"]
5959

subprojects/robotpy-halsim-ds-socket/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ robotpysimext = ["ds-socket = halsim_ds_socket"]
1515

1616
[build-system]
1717
requires = [
18-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
18+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1919
"robotpy-hal~=2025.0.0b2",
2020
"robotpy-wpinet~=2025.0.0b2",
2121
]
@@ -28,7 +28,7 @@ artifact_id = "halsim_ds_socket"
2828
group_id = "edu.wpi.first.halsim"
2929
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3030
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
31-
version = "2025.1.1-beta-2"
31+
version = "2025.1.1-beta-3"
3232

3333
dlopenlibs = ["halsim_ds_socket"]
3434

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install_requires = [
1414

1515
[build-system]
1616
requires = [
17-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
17+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1818
"robotpy-wpiutil~=2025.0.0b2",
1919
"robotpy-wpimath~=2025.0.0b2",
2020
"robotpy-hal~=2025.0.0b2",
@@ -30,7 +30,7 @@ artifact_id = "halsim_gui"
3030
group_id = "edu.wpi.first.halsim"
3131
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3232
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
33-
version = "2025.1.1-beta-2"
33+
version = "2025.1.1-beta-3"
3434

3535
dlopenlibs = ["halsim_gui"]
3636

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ robotpysimext = [
1919

2020
[build-system]
2121
requires = [
22-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
22+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
2323
"robotpy-hal~=2025.0.0b2",
2424
"robotpy-wpinet~=2025.0.0b2",
2525
]
@@ -32,7 +32,7 @@ artifact_id = "halsim_ws_server"
3232
group_id = "edu.wpi.first.halsim"
3333
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3434
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
35-
version = "2025.1.1-beta-2"
35+
version = "2025.1.1-beta-3"
3636

3737
dlopenlibs = ["halsim_ws_server"]
3838

@@ -45,7 +45,7 @@ artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
4646
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4747
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
48-
version = "2025.1.1-beta-2"
48+
version = "2025.1.1-beta-3"
4949

5050
dlopenlibs = ["halsim_ws_client"]
5151

subprojects/robotpy-romi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
1515
"wpilib~=2025.0.0b2"
1616
]
1717

@@ -39,5 +39,5 @@ artifact_id = "romiVendordep-cpp"
3939
group_id = "edu.wpi.first.romiVendordep"
4040
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4141
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
42-
version = "2025.1.1-beta-2"
42+
version = "2025.1.1-beta-3"
4343
libs = ["romiVendordep"]

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ robotpy = ["run = wpilib._impl.start:Main"]
1818

1919
[build-system]
2020
requires = [
21-
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
21+
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
2222
"robotpy-wpiutil~=2025.0.0b2",
2323
"robotpy-wpimath~=2025.0.0b2",
2424
"robotpy-hal~=2025.0.0b2",
@@ -69,7 +69,7 @@ scan_headers_ignore = [
6969
artifact_id = "wpilibc-cpp"
7070
group_id = "edu.wpi.first.wpilibc"
7171
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
72-
version = "2025.1.1-beta-2"
72+
version = "2025.1.1-beta-3"
7373

7474
libs = ["wpilibc"]
7575

0 commit comments

Comments
 (0)