Skip to content
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

Changes by create-pull-request action #76

Merged
merged 1 commit into from
Nov 13, 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/py-contourpy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME contourpy
VERSION ${VERSION}
SHA512 1804b5512cbccef38e86a1d28c91e7a19a72cf9baeaede0873abd7ed7c46f78e3a81a1e7fa87b91cbeef96d55930db6527fbbff905803ad393170e3ed709e0b0
SHA512 de3f6dc930bb752a3cf8d2244fc15b20061380dc84de11c847ad534ac92eb56049448e397c54831f735ac02b42387ddfa559d4aad3699cb765b03e2cb808efe7
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-contourpy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-contourpy",
"version": "1.3.0",
"version": "1.3.1",
"description": "Python library for calculating contours in 2D quadrilateral grids",
"homepage": "https://contourpy.readthedocs.io/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-hatchling/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME hatchling
VERSION ${VERSION}
SHA512 d3b93b3c2d6c8928f8f6029e0b8e9cbd4fb341dbfc699ed0b333d50b09768a9163a57106bf1941db1a975407b569c21d15d4d357345326a78651e7282aa9fd50
SHA512 08d56be0641f8c009ecf32eafc7659158c6b2b67709b22e8cecf5dd1d7edd2307bf4a1d79af51064fdfde7017b6972df32f545f90f48f74410b02c7ca8aae993
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-hatchling/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-hatchling",
"version": "1.26.1",
"version": "1.26.3",
"description": "Modern, extensible Python build backend",
"homepage": "https://hatch.pypa.io/latest/",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"port-version": 0
},
"py-contourpy": {
"baseline": "1.3.0",
"baseline": "1.3.1",
"port-version": 0
},
"py-cppy": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"port-version": 0
},
"py-hatchling": {
"baseline": "1.26.1",
"baseline": "1.26.3",
"port-version": 0
},
"py-idna": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-contourpy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9da79e7c100765f608d9ba2a436bcb61dbaa29ba",
"version": "1.3.1",
"port-version": 0
},
{
"git-tree": "08e6f5cb8a4e00e3e55b593656e7b20702ecca90",
"version": "1.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-hatchling.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eab7873adc6d91844cae486889739b5529262c98",
"version": "1.26.3",
"port-version": 0
},
{
"git-tree": "531017f299924b322a698787d27c14ab3203118f",
"version": "1.26.1",
Expand Down
Loading