Skip to content

Commit

Permalink
Merge pull request #71 from open-vcpkg/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
m-kuhn authored Nov 2, 2024
2 parents 48ad123 + 1a66efb commit d842b9b
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 abae534907959d8d1032f5c99a241c74785ede89a7f8cd760dcbed07d77bbb92167db75cc8f212a5e635ce8d473b82a3b3d5cc89ecf9c068bb7f2e6f7d7fe9b7
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.1",
"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.1",
"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": "a43b9f1a199271ec88871a318c46bc9ec509cb79",
"version": "3.1.1",
"port-version": 0
},
{
"git-tree": "5ff39049aed44362e58f358b566b75df738e95de",
"version": "3.0.6",
Expand Down

0 comments on commit d842b9b

Please sign in to comment.