Skip to content

Commit

Permalink
Merge pull request #72 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 6, 2024
2 parents a45e057 + 8072aa1 commit 176dfd6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
5 changes: 3 additions & 2 deletions ports/py-setuptools-rust/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 setuptools_rust
PACKAGE_NAME setuptools-rust
VERSION ${VERSION}
SHA512 6a89447d1642c46595df9922a2ded209bebd69639195b2ead85946ededc661a2b76fef5be43b6fbf0e184850df8483703142ed4306b392a4ccf2ff7e53dc624a
SHA512 4a97ece7d42856532c9517ec1cc5ad7d8f765b8b4157ffcf458688478db7b3d1b4aa10898ebedd2251e3d29d80e81b45ad93128ae72bc270794f77c006ece324
FILENAME setuptools_rust
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-setuptools-rust/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-setuptools-rust",
"version": "1.10.1",
"version": "1.10.2",
"description": "Setuptools Rust extension plugin",
"homepage": "https://github.com/PyO3/setuptools-rust",
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion ports/py-werkzeug/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME Werkzeug
VERSION ${VERSION}
SHA512 abae534907959d8d1032f5c99a241c74785ede89a7f8cd760dcbed07d77bbb92167db75cc8f212a5e635ce8d473b82a3b3d5cc89ecf9c068bb7f2e6f7d7fe9b7
SHA512 f8628364dcd999ab4c50c3c4fbf8de78da24f541d2fb768be313296a116de901c9a8c3001c6280f07a0ffba102f7dcf02658f3f9a2c48517c029df5753d44c35
FILENAME werkzeug
FILENAME werkzeug
)

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.1.1",
"version": "3.1.2",
"description": "The comprehensive WSGI web application library.",
"homepage": "https://werkzeug.palletsprojects.com/",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"port-version": 0
},
"py-setuptools-rust": {
"baseline": "1.10.1",
"baseline": "1.10.2",
"port-version": 0
},
"py-setuptools-scm": {
Expand Down Expand Up @@ -297,7 +297,7 @@
"port-version": 0
},
"py-werkzeug": {
"baseline": "3.1.1",
"baseline": "3.1.2",
"port-version": 0
},
"py-wheel": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-setuptools-rust.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cde684bcbe89d26845c12486bfb831d17c2228b9",
"version": "1.10.2",
"port-version": 0
},
{
"git-tree": "2cee6392f4ca03f2e95610cbddf8913ac86977d2",
"version": "1.10.1",
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": "fe0e500f25e84b9b4cc94887018381108bc05247",
"version": "3.1.2",
"port-version": 0
},
{
"git-tree": "a43b9f1a199271ec88871a318c46bc9ec509cb79",
"version": "3.1.1",
Expand Down

0 comments on commit 176dfd6

Please sign in to comment.