Skip to content

Commit 9b00423

Browse files
committed
Updated dependencies
- build-system.requires: pyntcore==2027.0.0a5.post1 - build-system.requires: robotpy-hal==2027.0.0a5.post1 - build-system.requires: robotpy-wpilog==2027.0.0a5.post1 - build-system.requires: robotpy-wpimath==2027.0.0a5.post1 - build-system.requires: robotpy-wpinet==2027.0.0a5.post1 - build-system.requires: robotpy-wpiutil==2027.0.0a5.post1 - build-system.requires: wpilib==2027.0.0a5.post1 - project.dependencies: pyntcore==2027.0.0a5.post1 - project.dependencies: robotpy-hal==2027.0.0a5.post1 - project.dependencies: robotpy-wpilog==2027.0.0a5.post1 - project.dependencies: robotpy-wpimath==2027.0.0a5.post1 - project.dependencies: robotpy-wpinet==2027.0.0a5.post1 - project.dependencies: robotpy-wpiutil==2027.0.0a5.post1 - project.dependencies: wpilib==2027.0.0a5.post1 - pyntcore updated to 2027.0.0a5.post1 - robotpy-apriltag updated to 2027.0.0a5.post1 - robotpy-commands-v2 updated to 2027.0.0a5.post1 - robotpy-cscore updated to 2027.0.0a5.post1 - robotpy-hal updated to 2027.0.0a5.post1 - robotpy-halsim-gui updated to 2027.0.0a5.post1 - robotpy-romi updated to 2027.0.0a5.post1 - robotpy-wpilog updated to 2027.0.0a5.post1 - robotpy-wpimath updated to 2027.0.0a5.post1 - robotpy-wpinet updated to 2027.0.0a5.post1 - robotpy-wpiutil updated to 2027.0.0a5.post1 - robotpy-xrp updated to 2027.0.0a5.post1 - wpilib updated to 2027.0.0a5.post1
1 parent d2be594 commit 9b00423

14 files changed

Lines changed: 61 additions & 61 deletions

File tree

rdev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ halsim_native = "2027.0.0a5"
1818

1919
# Usually similar to native, but subminor version is bumped for bugfixes
2020
# - ./rdev.sh ci check_tag will fail if this doesn't match current tag
21-
wrapper = "2027.0.0a5"
21+
wrapper = "2027.0.0a5.post1"
2222

2323
[params]
2424

subprojects/pyntcore/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ requires = [
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
88
"robotpy-native-ntcore==2027.0.0a5",
9-
"robotpy-wpiutil==2027.0.0a5",
10-
"robotpy-wpinet==2027.0.0a5",
11-
"robotpy-wpilog==2027.0.0a5",
9+
"robotpy-wpiutil==2027.0.0a5.post1",
10+
"robotpy-wpinet==2027.0.0a5.post1",
11+
"robotpy-wpilog==2027.0.0a5.post1",
1212
]
1313

1414

1515
[project]
1616
name = "pyntcore"
17-
version = "2027.0.0a5"
17+
version = "2027.0.0a5.post1"
1818
description = "Binary wrappers for the FIRST ntcore library"
1919
authors = [
2020
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2121
]
2222
license = "BSD-3-Clause"
2323
dependencies = [
2424
"robotpy-native-ntcore==2027.0.0a5",
25-
"robotpy-wpiutil==2027.0.0a5",
26-
"robotpy-wpinet==2027.0.0a5",
27-
"robotpy-wpilog==2027.0.0a5",
25+
"robotpy-wpiutil==2027.0.0a5.post1",
26+
"robotpy-wpinet==2027.0.0a5.post1",
27+
"robotpy-wpilog==2027.0.0a5.post1",
2828
]
2929

3030
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ requires = [
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
88
"robotpy-native-apriltag==2027.0.0a5",
9-
"robotpy-wpiutil==2027.0.0a5",
10-
"robotpy-wpimath==2027.0.0a5",
9+
"robotpy-wpiutil==2027.0.0a5.post1",
10+
"robotpy-wpimath==2027.0.0a5.post1",
1111
]
1212

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

2727
[project.urls]

subprojects/robotpy-commands-v2/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "robotpy-commands-v2"
7-
version = "2027.0.0a5"
7+
version = "2027.0.0a5.post1"
88
description = "WPILib command framework v2"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "BSD-3-Clause"
1212
license-files = ["LICENSE"]
1313
dependencies = [
14-
"wpilib==2027.0.0a5",
14+
"wpilib==2027.0.0a5.post1",
1515
"typing_extensions>=4.1.0,<5",
1616
]
1717

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ requires = [
55
"hatch-meson~=0.1.2",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-wpiutil==2027.0.0a5",
9-
"robotpy-wpinet==2027.0.0a5",
10-
"pyntcore==2027.0.0a5",
8+
"robotpy-wpiutil==2027.0.0a5.post1",
9+
"robotpy-wpinet==2027.0.0a5.post1",
10+
"pyntcore==2027.0.0a5.post1",
1111
# "numpy", # required for pybind11-stubgen to not complain, broken in raspbian CI
1212
]
1313

1414
[project]
1515
name = "robotpy-cscore"
16-
version = "2027.0.0a5"
16+
version = "2027.0.0a5.post1"
1717
description = "RobotPy bindings for cscore image processing library"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2027.0.0a5",
24-
"robotpy-wpinet==2027.0.0a5",
25-
"pyntcore==2027.0.0a5",
23+
"robotpy-wpiutil==2027.0.0a5.post1",
24+
"robotpy-wpinet==2027.0.0a5.post1",
25+
"pyntcore==2027.0.0a5.post1",
2626
]
2727

2828
[project.urls]

subprojects/robotpy-hal/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ requires = [
44
"semiwrap~=0.3.0",
55
"hatch-meson~=0.1.2",
66
"hatchling",
7-
"pyntcore==2027.0.0a5",
7+
"pyntcore==2027.0.0a5.post1",
88
"robotpy-native-wpihal==2027.0.0a5",
9-
"robotpy-wpiutil==2027.0.0a5",
9+
"robotpy-wpiutil==2027.0.0a5.post1",
1010
]
1111

1212
[project]
1313
name = "robotpy-hal"
14-
version = "2027.0.0a5"
14+
version = "2027.0.0a5.post1"
1515
description = "Binary wrapper for WPILib HAL"
1616
authors = [
1717
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1818
]
1919
license = "BSD-3-Clause"
2020
dependencies = [
21-
"pyntcore==2027.0.0a5",
21+
"pyntcore==2027.0.0a5.post1",
2222
"robotpy-native-wpihal==2027.0.0a5",
23-
"robotpy-wpiutil==2027.0.0a5",
23+
"robotpy-wpiutil==2027.0.0a5.post1",
2424
]
2525

2626
[project.urls]

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ requires = [
55
"hatch-meson~=0.1.2",
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
8-
"robotpy-wpiutil==2027.0.0a5",
9-
"robotpy-wpimath==2027.0.0a5",
10-
"robotpy-hal==2027.0.0a5",
11-
"pyntcore==2027.0.0a5",
8+
"robotpy-wpiutil==2027.0.0a5.post1",
9+
"robotpy-wpimath==2027.0.0a5.post1",
10+
"robotpy-hal==2027.0.0a5.post1",
11+
"pyntcore==2027.0.0a5.post1",
1212
]
1313

1414
[project]
1515
name = "robotpy-halsim-gui"
16-
version = "2027.0.0a5"
16+
version = "2027.0.0a5.post1"
1717
description = "WPILib simulation GUI"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2027.0.0a5",
24-
"robotpy-wpimath==2027.0.0a5",
25-
"robotpy-hal==2027.0.0a5",
26-
"pyntcore==2027.0.0a5",
23+
"robotpy-wpiutil==2027.0.0a5.post1",
24+
"robotpy-wpimath==2027.0.0a5.post1",
25+
"robotpy-hal==2027.0.0a5.post1",
26+
"pyntcore==2027.0.0a5.post1",
2727
]
2828

2929
[project.urls]

subprojects/robotpy-romi/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ requires = [
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
88
"robotpy-native-romi==2027.0.0a5",
9-
"wpilib==2027.0.0a5",
9+
"wpilib==2027.0.0a5.post1",
1010
]
1111

1212

1313
[project]
1414
name = "robotpy-romi"
15-
version = "2027.0.0a5"
15+
version = "2027.0.0a5.post1"
1616
description = "Binary wrapper for WPILib Romi Vendor library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
2222
"robotpy-native-romi==2027.0.0a5",
23-
"wpilib==2027.0.0a5",
23+
"wpilib==2027.0.0a5.post1",
2424
"robotpy-halsim-ws==2027.0.0a5",
2525
]
2626

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ requires = [
66
"hatch-robotpy~=0.2.1",
77
"hatchling",
88
"robotpy-native-wpilib==2027.0.0a5",
9-
"robotpy-wpiutil==2027.0.0a5",
10-
"robotpy-wpimath==2027.0.0a5",
11-
"robotpy-hal==2027.0.0a5",
12-
"pyntcore==2027.0.0a5",
9+
"robotpy-wpiutil==2027.0.0a5.post1",
10+
"robotpy-wpimath==2027.0.0a5.post1",
11+
"robotpy-hal==2027.0.0a5.post1",
12+
"pyntcore==2027.0.0a5.post1",
1313
]
1414

1515
[project]
1616
name = "wpilib"
17-
version = "2027.0.0a5"
17+
version = "2027.0.0a5.post1"
1818
description = "Binary wrapper for WPILib"
1919
authors = [
2020
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2121
]
2222
license = "BSD-3-Clause"
2323
dependencies = [
2424
"robotpy-native-wpilib==2027.0.0a5",
25-
"robotpy-wpiutil==2027.0.0a5",
26-
"robotpy-wpimath==2027.0.0a5",
27-
"robotpy-hal==2027.0.0a5",
28-
"pyntcore==2027.0.0a5",
25+
"robotpy-wpiutil==2027.0.0a5.post1",
26+
"robotpy-wpimath==2027.0.0a5.post1",
27+
"robotpy-hal==2027.0.0a5.post1",
28+
"pyntcore==2027.0.0a5.post1",
2929
"robotpy-cli~=2027.0.0a1",
3030

3131
# For running robot tests

subprojects/robotpy-wpilog/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ requires = [
55
"hatch-meson~=0.1.2",
66
"hatchling",
77
"robotpy-native-datalog==2027.0.0a5",
8-
"robotpy-wpiutil==2027.0.0a5"
8+
"robotpy-wpiutil==2027.0.0a5.post1"
99
]
1010

1111
[project]
1212
name = "robotpy-wpilog"
13-
version = "2027.0.0a5"
13+
version = "2027.0.0a5.post1"
1414
description = "Binary wrapper for WPILib logging library"
1515
authors = [
1616
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1717
]
1818
license = "BSD-3-Clause"
1919
dependencies = [
2020
"robotpy-native-datalog==2027.0.0a5",
21-
"robotpy-wpiutil==2027.0.0a5"
21+
"robotpy-wpiutil==2027.0.0a5.post1"
2222
]
2323

2424
[project.urls]

0 commit comments

Comments
 (0)