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-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 4dda2f0796d1a32d160e0786fc6ebb9908483e16edac6b0335df4779a0a8331f13b70fbf69986a27cc8f6ff10c1f696599059710fef99f36ff1e766f04220466
SHA512 52424f813bb8efa1d3aa8cb910338d29c36c6a641f7ded91d298c1abe7c1a24d572c60c14c028f3825af29b46d57a4ee454845b1d22b73b03278a9500d957dd9
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": "81.0.0",
"version": "82.0.0",
"description": "Official project repository for the Setuptools build system ",
"homepage": "https://pypi.org/project/setuptools/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"port-version": 0
},
"py-setuptools": {
"baseline": "81.0.0",
"baseline": "82.0.0",
"port-version": 0
},
"py-setuptools-rust": {
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": "43a9151569e427d29b9b4ee2481559fa01b96c03",
"version": "82.0.0",
"port-version": 0
},
{
"git-tree": "c0c11e908a84753fa685cc07b34e25b114918f08",
"version": "81.0.0",
Expand Down
Loading