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-pip/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 pip
VERSION ${VERSION}
SHA512 00097de18ae8f80e4093752687a0eeadcc1fd4ba7e3ea8e78a18fffc72f85e679d60399d9117ba889750ce804ae05464bedc09ff87eae13d68c64c507fc7e759
SHA512 7fbcdd1f3f49ccc2b635b3f464488fedbafc71c2c18e2f801b2bc00c765c3ffbe3068050ea9a2964c93975c87a1f27d0188e7d01a9a17893dd6d2593ec58cf69
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pip",
"version": "26.0",
"version": "26.0.1",
"description": "Tool for installing and managing Python packages",
"homepage": "https://pypi.org/project/setuptools",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-setuptools/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 setuptools
VERSION ${VERSION}
SHA512 7dbc657878b418a9bdba124e5b8f98228af0590ffbb02c6396ac5b3d84be8f04b327780a7b1f9fa223d4c179004e822e2b00eec673f8eeb700b08b095ff6491d
SHA512 4dda2f0796d1a32d160e0786fc6ebb9908483e16edac6b0335df4779a0a8331f13b70fbf69986a27cc8f6ff10c1f696599059710fef99f36ff1e766f04220466
PATCHES
fix-prefix.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-setuptools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-setuptools",
"version": "80.10.2",
"version": "81.0.0",
"description": "Official project repository for the Setuptools build system ",
"homepage": "https://pypi.org/project/setuptools/",
"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 @@ -241,7 +241,7 @@
"port-version": 1
},
"py-pip": {
"baseline": "26.0",
"baseline": "26.0.1",
"port-version": 0
},
"py-pip-system-certs": {
Expand Down Expand Up @@ -381,7 +381,7 @@
"port-version": 0
},
"py-setuptools": {
"baseline": "80.10.2",
"baseline": "81.0.0",
"port-version": 0
},
"py-setuptools-rust": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a42365ce3571348200c200a2dd47b75b62916e77",
"version": "26.0.1",
"port-version": 0
},
{
"git-tree": "c260a267d3df46b9de4fab94e723efd4adba9ccf",
"version": "26.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-setuptools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c0c11e908a84753fa685cc07b34e25b114918f08",
"version": "81.0.0",
"port-version": 0
},
{
"git-tree": "1a80bd89092007e0e4dc19b06b2b00a8de8da8ef",
"version": "80.10.2",
Expand Down
Loading