Skip to content

chore(port): update python-cmake/pytest-cmake to v0.8.4 #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/pytest-cmake/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
${VERSION}
SHA512
dc40adfde49ffe08485875e2afc83426f4aa3bc0fa4411857371c6f9dda9314d3e635a52e561574437029584dca3b098878a124c5dab999ac4c3fc961a24c67e
71144480d8bf86b1e0b8f82056547b4ec415c0d274805e636745ca594fae45afa418a50d929b30d5f4996e3610e28f7fd91ff5f66a2a4315ea8ff608816beb9d
)

file(GLOB items ${SOURCE_PATH}/cmake/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/pytest-cmake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pytest-cmake",
"version": "0.8.3",
"version": "0.8.4",
"description": "Pytest module for CMake.",
"homepage": "https://github.com/python-cmake/pytest-cmake",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"port-version": 0
},
"pytest-cmake": {
"baseline": "0.8.3",
"baseline": "0.8.4",
"port-version": 0
},
"robotology-cmake-ycm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pytest-cmake.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "70d40c5a168696192d589946c81d55e70b8ac7b1",
"version": "0.8.4",
"port-version": 0
},
{
"git-tree": "80852eb02333b7129c527e46ec42cbd03e3845b8",
"version": "0.8.3",
Expand Down
Loading