Skip to content

chore(port): update python-cmake/pytest-cmake to v0.12.0 #255

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 10, 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
a1f4185a0befeab41759c88c6b5a9ef93fd720b8d7ea521e7398d514cdd8d1188a6f5d712e1928200355c9fe395252b3b7fc8c5894f5ab0ecb445218a30cfa6f
8bf96abcc5a695951a619f845b21e37334da7af0a7c9c22b43a2840c190225888e12be78b1fc8d3cc0a60826e9e173a25606512ec38f621d55eb7bab98d1e9f0
)

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.11.4",
"version": "0.12.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.11.4",
"baseline": "0.12.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": "e9d92b726b9db74fe93aa62621b52704fea5d6f7",
"version": "0.12.0",
"port-version": 0
},
{
"git-tree": "d33538d26867872e1e4f2f6fed44cae9d50d2503",
"version": "0.11.4",
Expand Down
Loading