Skip to content

Commit 1c52565

Browse files
committed
Updated dependencies
- build-system.requires: pyntcore==2027.0.0a3 - build-system.requires: robotpy-hal==2027.0.0a3 - build-system.requires: robotpy-native-apriltag==2027.0.0a3 - build-system.requires: robotpy-native-datalog==2027.0.0a3 - build-system.requires: robotpy-native-ntcore==2027.0.0a3 - build-system.requires: robotpy-native-romi==2027.0.0a3 - build-system.requires: robotpy-native-wpihal==2027.0.0a3 - build-system.requires: robotpy-native-wpilib==2027.0.0a3 - build-system.requires: robotpy-native-wpimath==2027.0.0a3 - build-system.requires: robotpy-native-wpinet==2027.0.0a3 - build-system.requires: robotpy-native-wpiutil==2027.0.0a3 - build-system.requires: robotpy-native-xrp==2027.0.0a3 - build-system.requires: robotpy-wpilog==2027.0.0a3 - build-system.requires: robotpy-wpimath==2027.0.0a3 - build-system.requires: robotpy-wpinet==2027.0.0a3 - build-system.requires: robotpy-wpiutil==2027.0.0a3 - build-system.requires: wpilib==2027.0.0a3 - lib updated to 2027.0.0-alpha-3-86-g418b381 - project.dependencies: pyntcore==2027.0.0a3 - project.dependencies: robotpy-hal==2027.0.0a3 - project.dependencies: robotpy-native-apriltag==2027.0.0a3 - project.dependencies: robotpy-native-datalog==2027.0.0a3 - project.dependencies: robotpy-native-ntcore==2027.0.0a3 - project.dependencies: robotpy-native-romi==2027.0.0a3 - project.dependencies: robotpy-native-wpihal==2027.0.0a3 - project.dependencies: robotpy-native-wpilib==2027.0.0a3 - project.dependencies: robotpy-native-wpimath==2027.0.0a3 - project.dependencies: robotpy-native-wpinet==2027.0.0a3 - project.dependencies: robotpy-native-wpiutil==2027.0.0a3 - project.dependencies: robotpy-native-xrp==2027.0.0a3 - project.dependencies: robotpy-wpilog==2027.0.0a3 - project.dependencies: robotpy-wpimath==2027.0.0a3 - project.dependencies: robotpy-wpinet==2027.0.0a3 - project.dependencies: robotpy-wpiutil==2027.0.0a3 - project.dependencies: wpilib==2027.0.0a3 - pyntcore updated to 2027.0.0a3 - repo updated to https://frcmaven.wpi.edu/artifactory/development-2027 - robotpy-apriltag updated to 2027.0.0a3 - robotpy-hal updated to 2027.0.0a3 - robotpy-native-apriltag updated to 2027.0.0a3 - robotpy-native-datalog updated to 2027.0.0a3 - robotpy-native-ntcore updated to 2027.0.0a3 - robotpy-native-romi updated to 2027.0.0a3 - robotpy-native-wpihal updated to 2027.0.0a3 - robotpy-native-wpilib updated to 2027.0.0a3 - robotpy-native-wpimath updated to 2027.0.0a3 - robotpy-native-wpinet updated to 2027.0.0a3 - robotpy-native-wpiutil updated to 2027.0.0a3 - robotpy-native-xrp updated to 2027.0.0a3 - robotpy-romi updated to 2027.0.0a3 - robotpy-wpilog updated to 2027.0.0a3 - robotpy-wpimath updated to 2027.0.0a3 - robotpy-wpinet updated to 2027.0.0a3 - robotpy-wpiutil updated to 2027.0.0a3 - robotpy-xrp updated to 2027.0.0a3 - wpilib updated to 2027.0.0a3
1 parent d956d88 commit 1c52565

File tree

25 files changed

+142
-142
lines changed

25 files changed

+142
-142
lines changed

rdev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ wrapper = "2027.0.0a3"
2222

2323
[params]
2424

25-
wpilib_bin_version = "2027.0.0-alpha-3"
26-
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
25+
wpilib_bin_version = "2027.0.0-alpha-3-86-g418b381"
26+
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
2727
# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
2828

2929
# Don't update these maven artifacts

subprojects/pyntcore/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ requires = [
55
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-native-ntcore==0.0.0",
9-
"robotpy-wpiutil==0.0.0",
10-
"robotpy-wpinet==0.0.0",
11-
"robotpy-wpilog==0.0.0",
8+
"robotpy-native-ntcore==2027.0.0a3",
9+
"robotpy-wpiutil==2027.0.0a3",
10+
"robotpy-wpinet==2027.0.0a3",
11+
"robotpy-wpilog==2027.0.0a3",
1212
]
1313

1414

1515
[project]
1616
name = "pyntcore"
17-
version = "0.0.0"
17+
version = "2027.0.0a3"
1818
description = "Binary wrappers for the FRC ntcore library"
1919
authors = [
2020
{name = "RobotPy Development Team", email = "[email protected]"},
2121
]
2222
license = "BSD-3-Clause"
2323
dependencies = [
24-
"robotpy-native-ntcore==0.0.0",
25-
"robotpy-wpiutil==0.0.0",
26-
"robotpy-wpinet==0.0.0",
27-
"robotpy-wpilog==0.0.0",
24+
"robotpy-native-ntcore==2027.0.0a3",
25+
"robotpy-wpiutil==2027.0.0a3",
26+
"robotpy-wpinet==2027.0.0a3",
27+
"robotpy-wpilog==2027.0.0a3",
2828
]
2929

3030
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ requires = [
55
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-native-apriltag==0.0.0",
9-
"robotpy-wpiutil==0.0.0",
10-
"robotpy-wpimath==0.0.0",
8+
"robotpy-native-apriltag==2027.0.0a3",
9+
"robotpy-wpiutil==2027.0.0a3",
10+
"robotpy-wpimath==2027.0.0a3",
1111
]
1212

1313
[project]
1414
name = "robotpy-apriltag"
15-
version = "0.0.0"
15+
version = "2027.0.0a3"
1616
description = "RobotPy bindings for WPILib's AprilTag library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "[email protected]"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"robotpy-native-apriltag==0.0.0",
23-
"robotpy-wpiutil==0.0.0",
24-
"robotpy-wpimath==0.0.0",
22+
"robotpy-native-apriltag==2027.0.0a3",
23+
"robotpy-wpiutil==2027.0.0a3",
24+
"robotpy-wpimath==2027.0.0a3",
2525
]
2626

2727
[project.urls]

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ version_file = "cscore/version.py"
4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "cscore-cpp"
4545
group_id = "edu.wpi.first.cscore"
46-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
47-
version = "2027.0.0-alpha-3"
46+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
47+
version = "2027.0.0-alpha-3-86-g418b381"
4848

4949
staticlibs = ["cscore"]
5050
extract_to = "lib"
5151

5252
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
5353
artifact_id = "cameraserver-cpp"
5454
group_id = "edu.wpi.first.cameraserver"
55-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
56-
version = "2027.0.0-alpha-3"
55+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
56+
version = "2027.0.0-alpha-3-86-g418b381"
5757

5858
staticlibs = ["cameraserver"]
5959
extract_to = "lib"

subprojects/robotpy-hal/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ requires = [
44
"semiwrap~=0.2.1",
55
"hatch-meson~=0.1.0",
66
"hatchling",
7-
"pyntcore==0.0.0",
8-
"robotpy-native-wpihal==0.0.0",
9-
"robotpy-wpiutil==0.0.0",
7+
"pyntcore==2027.0.0a3",
8+
"robotpy-native-wpihal==2027.0.0a3",
9+
"robotpy-wpiutil==2027.0.0a3",
1010
]
1111

1212
[project]
1313
name = "robotpy-hal"
14-
version = "0.0.0"
14+
version = "2027.0.0a3"
1515
description = "Binary wrapper for FRC HAL"
1616
authors = [
1717
{name = "RobotPy Development Team", email = "[email protected]"},
1818
]
1919
license = "BSD-3-Clause"
2020
dependencies = [
21-
"pyntcore==0.0.0",
22-
"robotpy-native-wpihal==0.0.0",
23-
"robotpy-wpiutil==0.0.0",
21+
"pyntcore==2027.0.0a3",
22+
"robotpy-native-wpihal==2027.0.0a3",
23+
"robotpy-wpiutil==2027.0.0a3",
2424
]
2525

2626
[project.urls]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ version_file = "halsim_ds_socket/version.py"
2828
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2929
artifact_id = "halsim_ds_socket"
3030
group_id = "edu.wpi.first.halsim"
31-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
32-
version = "2027.0.0-alpha-3"
31+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
32+
version = "2027.0.0-alpha-3-86-g418b381"
3333
use_headers = false
3434

3535
extract_to = "halsim_ds_socket"

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ version_file = "halsim_gui/version.py"
3636
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3737
artifact_id = "halsim_gui"
3838
group_id = "edu.wpi.first.halsim"
39-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
40-
version = "2027.0.0-alpha-3"
39+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
40+
version = "2027.0.0-alpha-3-86-g418b381"
4141
use_headers = true
4242

4343
libs = ["halsim_gui"]

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ version_file = "halsim_ws/version.py"
3333
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
3434
artifact_id = "halsim_ws_server"
3535
group_id = "edu.wpi.first.halsim"
36-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
37-
version = "2027.0.0-alpha-3"
36+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
37+
version = "2027.0.0-alpha-3-86-g418b381"
3838
use_headers = false
3939

4040
extract_to = "halsim_ws/server"
@@ -43,8 +43,8 @@ libs = ["halsim_ws_server"]
4343
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
4444
artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
46-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
47-
version = "2027.0.0-alpha-3"
46+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
47+
version = "2027.0.0-alpha-3-86-g418b381"
4848
use_headers = false
4949

5050
extract_to = "halsim_ws/client"

subprojects/robotpy-native-apriltag/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.1",
7-
"robotpy-native-wpiutil==0.0.0",
8-
"robotpy-native-wpimath==0.0.0",
7+
"robotpy-native-wpiutil==2027.0.0a3",
8+
"robotpy-native-wpimath==2027.0.0a3",
99
]
1010

1111
[project]
1212
name = "robotpy-native-apriltag"
13-
version = "0.0.0"
13+
version = "2027.0.0a3"
1414
description = "WPILib AprilTag Library"
1515
license = "BSD-3-Clause"
1616

1717
dependencies = [
18-
"robotpy-native-wpiutil==0.0.0",
19-
"robotpy-native-wpimath==0.0.0",
18+
"robotpy-native-wpiutil==2027.0.0a3",
19+
"robotpy-native-wpimath==2027.0.0a3",
2020
]
2121

2222
[tool.hatch.build.targets.wheel]
@@ -25,8 +25,8 @@ packages = ["src/native"]
2525
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2626
artifact_id = "apriltag-cpp"
2727
group_id = "edu.wpi.first.apriltag"
28-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
29-
version = "0.0.0"
28+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
29+
version = "2027.0.0-alpha-3-86-g418b381"
3030

3131
extract_to = "src/native/apriltag"
3232
libs = ["apriltag"]

subprojects/robotpy-native-datalog/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.1",
7-
"robotpy-native-wpiutil==0.0.0",
7+
"robotpy-native-wpiutil==2027.0.0a3",
88
]
99

1010
[project]
1111
name = "robotpy-native-datalog"
12-
version = "0.0.0"
12+
version = "2027.0.0a3"
1313
description = "WPILib Utility Library"
1414
license = "BSD-3-Clause"
1515

1616
dependencies = [
17-
"robotpy-native-wpiutil==0.0.0",
17+
"robotpy-native-wpiutil==2027.0.0a3",
1818
]
1919

2020
[tool.hatch.build.targets.wheel]
@@ -24,8 +24,8 @@ packages = ["src/native"]
2424
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
2525
artifact_id = "datalog-cpp"
2626
group_id = "edu.wpi.first.datalog"
27-
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
28-
version = "0.0.0"
27+
repo_url = "https://frcmaven.wpi.edu/artifactory/development-2027"
28+
version = "2027.0.0-alpha-3-86-g418b381"
2929

3030
extract_to = "src/native/datalog"
3131
libs = ["datalog"]

0 commit comments

Comments
 (0)