Skip to content

Commit

Permalink
Autoupdating ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Nov 1, 2024
1 parent a068d52 commit ec98ab5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ports/py-werkzeug/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME werkzeug
PACKAGE_NAME Werkzeug
VERSION ${VERSION}
SHA512 500f47e13546a3d0ce3a41f21157649571ea70b332ca22758bad939cb42aee4d1b58b64cecc4ed83a857ad466f37de8256cf7b53ad28e5fe0fd353455df3639b
SHA512 1c1e7f6a2e08aaf5a41f99dd41193cc1177a01242c9281cb7170db84fb193b15a1c3291ef039d8660ac35a89cc6fdf2664f15f742085305a46894f2a2f331976
FILENAME werkzeug
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-werkzeug/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-werkzeug",
"version": "3.0.6",
"version": "3.1.0",
"description": "The comprehensive WSGI web application library.",
"homepage": "https://werkzeug.palletsprojects.com/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"port-version": 0
},
"py-werkzeug": {
"baseline": "3.0.6",
"baseline": "3.1.0",
"port-version": 0
},
"py-wheel": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-werkzeug.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "841599935b90d4be02e9e4561f0278f81052d682",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "5ff39049aed44362e58f358b566b75df738e95de",
"version": "3.0.6",
Expand Down

0 comments on commit ec98ab5

Please sign in to comment.