Skip to content

chore(port): update python-cmake/pytest-cmake to v0.10.0 #210

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 12, 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
1b8e0237d42ca9d1b688be26f33e22dce8c23e35f6d73a100706e2a3a992c502d4ca899b55e4fbe1cbd06bd9a4c0da3447e55236049dcc287d82ec9b3fcf8c3e
4c3c73641ab920e3ae753ce9d3ec1e11dfe9910be3f0ac716ccc29692dda0b33c18c8d8d5f2cd380e315c449641836e614747de9be2237d1942d1d68a2a93b67
)

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.9.0",
"version": "0.10.0",
"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.9.0",
"baseline": "0.10.0",
"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": "a68dca44139627e5fdd6445ecf636cdcc1600290",
"version": "0.10.0",
"port-version": 0
},
{
"git-tree": "fd52e9fa6a77451ef4beb60e13b130ae90217857",
"version": "0.9.0",
Expand Down
Loading