Skip to content
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-wheel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pypa/wheel
REF ${VERSION}
SHA512 c07fa4a4e9efa28680f5ee7601058d71d9de3f005771eb452029a3866d0734a5a341d51b73f90f94773e9bb39a1438755aa1f9a34a24929c253047b7f7e65708
SHA512 2eb1b9d8f24b9f7221d24a49b54352f001df778172828d7d58626fd5b5463109cef7fbbdc48548c128b8cdf99a4b76a833f4092d758239375ede7285dfa7c701
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-wheel/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-wheel",
"version": "0.47.0",
"port-version": 2,
"version": "0.48.0",
"description": "The official binary distribution format for Python",
"homepage": "https://github.com/pypa/wheel",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@
"port-version": 0
},
"py-wheel": {
"baseline": "0.47.0",
"port-version": 2
"baseline": "0.48.0",
"port-version": 0
},
"py-wrapt": {
"baseline": "2.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-wheel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c8037f2bdcd244bf55a7c16ee5a0418265f5c916",
"version": "0.48.0",
"port-version": 0
},
{
"git-tree": "0f187aa45e1ccb36ac33428cb2468d30853094f7",
"version": "0.47.0",
Expand Down
Loading