Skip to content

Commit aa3d1fb

Browse files
committed
Updated dependencies
- build-system.requires: hatch-meson~=0.1.0b2 - build-system.requires: pyntcore==2025.3.2.2 - build-system.requires: robotpy-hal==2025.3.2.2 - build-system.requires: robotpy-wpimath==2025.3.2.2 - build-system.requires: robotpy-wpinet==2025.3.2.2 - build-system.requires: robotpy-wpiutil==2025.3.2.2 - build-system.requires: wpilib==2025.3.2.2 - project.dependencies: pyntcore==2025.3.2.2 - project.dependencies: robotpy-hal==2025.3.2.2 - project.dependencies: robotpy-wpimath==2025.3.2.2 - project.dependencies: robotpy-wpinet==2025.3.2.2 - project.dependencies: robotpy-wpiutil==2025.3.2.2 - project.dependencies: wpilib==2025.3.2.2
1 parent 903bf2a commit aa3d1fb

File tree

12 files changed

+58
-55
lines changed

12 files changed

+58
-55
lines changed

rdev.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
# Usually the same as wpilib_bin_version
1414
native = "2025.3.2"
1515

16+
# Will eventually sync with native
17+
halsim_native = "2025.3.2.2"
18+
1619
# Usually similar to native, but subminor version is bumped for bugfixes
17-
wrapper = "2025.3.2.3"
20+
wrapper = "2025.3.2.2"
1821

1922
[params]
2023

@@ -29,7 +32,7 @@ exclude_artifacts = [
2932

3033
[params.requirements]
3134
semiwrap = "~=0.1"
32-
hatch-meson = "~=0.1"
35+
hatch-meson = "~=0.1.0b2"
3336
hatch-nativelib = "~=0.2.0"
3437
hatch-robotpy = "~=0.2"
3538

@@ -103,11 +106,11 @@ py_version = "wrapper"
103106
roborio = true
104107

105108
[subprojects."robotpy-halsim-ds-socket"]
106-
py_version = "native"
109+
py_version = "halsim_native"
107110
roborio = false
108111

109112
[subprojects."robotpy-halsim-ws"]
110-
py_version = "native"
113+
py_version = "halsim_native"
111114
roborio = false
112115

113116
[subprojects."robotpy-halsim-gui"]

subprojects/pyntcore/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.ntcore==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.3",
10-
"robotpy-wpinet==2025.3.2.3",
9+
"robotpy-wpiutil==2025.3.2.2",
10+
"robotpy-wpinet==2025.3.2.2",
1111
]
1212

1313

@@ -21,8 +21,8 @@ authors = [
2121
license = "BSD-3-Clause"
2222
dependencies = [
2323
"native.ntcore==2025.3.2",
24-
"robotpy-wpiutil==2025.3.2.3",
25-
"robotpy-wpinet==2025.3.2.3",
24+
"robotpy-wpiutil==2025.3.2.2",
25+
"robotpy-wpinet==2025.3.2.2",
2626
]
2727

2828
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.apriltag==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.3",
10-
"robotpy-wpimath==2025.3.2.3",
9+
"robotpy-wpiutil==2025.3.2.2",
10+
"robotpy-wpimath==2025.3.2.2",
1111
]
1212

1313
[project]
@@ -19,8 +19,8 @@ authors = [
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"robotpy-wpiutil==2025.3.2.3",
23-
"robotpy-wpimath==2025.3.2.3",
22+
"robotpy-wpiutil==2025.3.2.2",
23+
"robotpy-wpimath==2025.3.2.2",
2424
]
2525

2626
[project.urls]

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
8-
"robotpy-wpiutil==2025.3.2.3",
9-
"robotpy-wpinet==2025.3.2.3",
10-
"pyntcore==2025.3.2.3",
8+
"robotpy-wpiutil==2025.3.2.2",
9+
"robotpy-wpinet==2025.3.2.2",
10+
"pyntcore==2025.3.2.2",
1111
# "numpy", # required for pybind11-stubgen to not complain, broken in raspbian CI
1212
]
1313

@@ -20,9 +20,9 @@ authors = [
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2025.3.2.3",
24-
"robotpy-wpinet==2025.3.2.3",
25-
"pyntcore==2025.3.2.3",
23+
"robotpy-wpiutil==2025.3.2.2",
24+
"robotpy-wpinet==2025.3.2.2",
25+
"pyntcore==2025.3.2.2",
2626
]
2727

2828
[project.urls]

subprojects/robotpy-hal/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"native.wpihal==2025.3.2",
8-
"robotpy-wpiutil==2025.3.2.3",
8+
"robotpy-wpiutil==2025.3.2.2",
99
]
1010

1111
[project]
@@ -18,7 +18,7 @@ authors = [
1818
license = "BSD-3-Clause"
1919
dependencies = [
2020
"native.wpihal==2025.3.2",
21-
"robotpy-wpiutil==2025.3.2.3",
21+
"robotpy-wpiutil==2025.3.2.2",
2222
]
2323

2424
[project.urls]

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
8-
"robotpy-wpiutil==2025.3.2.3",
9-
"robotpy-wpimath==2025.3.2.3",
10-
"robotpy-hal==2025.3.2.3",
11-
"pyntcore==2025.3.2.3",
8+
"robotpy-wpiutil==2025.3.2.2",
9+
"robotpy-wpimath==2025.3.2.2",
10+
"robotpy-hal==2025.3.2.2",
11+
"pyntcore==2025.3.2.2",
1212
]
1313

1414
[project]
@@ -20,10 +20,10 @@ authors = [
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2025.3.2.3",
24-
"robotpy-wpimath==2025.3.2.3",
25-
"robotpy-hal==2025.3.2.3",
26-
"pyntcore==2025.3.2.3",
23+
"robotpy-wpiutil==2025.3.2.2",
24+
"robotpy-wpimath==2025.3.2.2",
25+
"robotpy-hal==2025.3.2.2",
26+
"pyntcore==2025.3.2.2",
2727
]
2828

2929
[project.urls]

subprojects/robotpy-romi/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.romi==2025.3.2",
9-
"wpilib==2025.3.2.3",
9+
"wpilib==2025.3.2.2",
1010
]
1111

1212

@@ -19,7 +19,7 @@ authors = [
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"wpilib==2025.3.2.3"
22+
"wpilib==2025.3.2.2"
2323
]
2424

2525
[project.urls]

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.wpilib==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.3",
10-
"robotpy-wpimath==2025.3.2.3",
11-
"robotpy-hal==2025.3.2.3",
12-
"pyntcore==2025.3.2.3",
9+
"robotpy-wpiutil==2025.3.2.2",
10+
"robotpy-wpimath==2025.3.2.2",
11+
"robotpy-hal==2025.3.2.2",
12+
"pyntcore==2025.3.2.2",
1313
]
1414

1515
[project]
@@ -22,10 +22,10 @@ authors = [
2222
license = "BSD-3-Clause"
2323
dependencies = [
2424
"native.ntcore==2025.3.2",
25-
"robotpy-wpiutil==2025.3.2.3",
26-
"robotpy-wpimath==2025.3.2.3",
27-
"robotpy-hal==2025.3.2.3",
28-
"pyntcore==2025.3.2.3",
25+
"robotpy-wpiutil==2025.3.2.2",
26+
"robotpy-wpimath==2025.3.2.2",
27+
"robotpy-hal==2025.3.2.2",
28+
"pyntcore==2025.3.2.2",
2929
"robotpy-cli~=2024.0b"
3030
]
3131

subprojects/robotpy-wpimath/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.wpimath==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.3",
9+
"robotpy-wpiutil==2025.3.2.2",
1010
# "numpy", # broken in raspbian CI
1111
]
1212

@@ -20,7 +20,7 @@ authors = [
2020
license = "BSD-3-Clause"
2121
dependencies = [
2222
"native.wpimath==2025.3.2",
23-
"robotpy-wpiutil==2025.3.2.3",
23+
"robotpy-wpiutil==2025.3.2.2",
2424
]
2525

2626
[project.urls]

subprojects/robotpy-wpinet/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"native.wpinet==2025.3.2",
8-
"robotpy-wpiutil==2025.3.2.3"
8+
"robotpy-wpiutil==2025.3.2.2"
99
]
1010

1111
[project]
@@ -18,7 +18,7 @@ authors = [
1818
license = "BSD-3-Clause"
1919
dependencies = [
2020
"native.wpinet==2025.3.2",
21-
"robotpy-wpiutil==2025.3.2.3"
21+
"robotpy-wpiutil==2025.3.2.2"
2222
]
2323

2424
[project.urls]

subprojects/robotpy-wpiutil/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.wpiutil==2025.3.2",

subprojects/robotpy-xrp/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"semiwrap~=0.1",
5-
"hatch-meson~=0.1",
5+
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.xrp==2025.3.2",
9-
"wpilib==2025.3.2.3",
9+
"wpilib==2025.3.2.2",
1010
]
1111

1212

@@ -19,7 +19,7 @@ authors = [
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"wpilib==2025.3.2.3"
22+
"wpilib==2025.3.2.2"
2323
]
2424

2525
[project.entry-points.robotpysimext]

0 commit comments

Comments
 (0)