Skip to content

chore(port): update python-cmake/pytest-cmake to v0.13.0 #258

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
Feb 28, 2025
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
8bf96abcc5a695951a619f845b21e37334da7af0a7c9c22b43a2840c190225888e12be78b1fc8d3cc0a60826e9e173a25606512ec38f621d55eb7bab98d1e9f0
bef789a51f65130ca29370c05e08d98c8c04537a49eee12a48e932f973e6f67f41feab6c6495324562eff025324887f69119af74bfff676ff3333e1409d341f4
)

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.12.0",
"version": "0.13.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.12.0",
"baseline": "0.13.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": "e671cfe23bd3f35d541879879afdc813ece3f801",
"version": "0.13.0",
"port-version": 0
},
{
"git-tree": "e9d92b726b9db74fe93aa62621b52704fea5d6f7",
"version": "0.12.0",
Expand Down
Loading