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 .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v7
with:
repository: microsoft/vcpkg
ref: cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3 # TODO: can we have a canonical baseline for tests?
ref: 9e593bb18ea69cc5095e012465dcd675a822ed0d # 2026.07.29 - TODO: can we have a canonical baseline for tests?
path: vcpkg
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v7
with:
repository: microsoft/vcpkg
ref: cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3 # TODO: can we have a canonical baseline for tests?
ref: 9e593bb18ea69cc5095e012465dcd675a822ed0d # 2026.07.29 - TODO: can we have a canonical baseline for tests?
path: vcpkg
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion ports/py-adbc-driver-manager/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 adbc-driver-manager
VERSION ${VERSION}
SHA512 e3a8d578ac9bf157323d6b3004d8c182ad331fc2c19b74ecf3b9c4a8a1da17aceb368d787c6128c4d3de31728882bb7bea3914202736f7f937cf837a92b446e2
SHA512 ea8556003f5301d729eadc139efbb464797eac0bfd07ddb13c9ec637fd945214cbed951b2844cee9bd52d0354a57575dfbe17e3aad21fee902becd7774b49b14
FILENAME adbc_driver_manager
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-adbc-driver-manager/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-adbc-driver-manager",
"version": "1.11.0",
"port-version": 1,
"version": "1.12.0",
"description": "A generic entrypoint for ADBC drivers.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-adbc-postgresql/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 adbc-driver-postgresql
VERSION ${VERSION}
SHA512 fee2da86a6f9a31b22b41c1d57a1eac5d261336d30c48a80497a4fb63b8150508f3b752d00bf135de51b339e708981c9dc3b9f7b0229b1cab59603e4e478ad9e
SHA512 b63fc3dec732669d7937f27671d37c8a7823459dd588adb077a8e1b61bcba5830c2213bf32ec5f90ac0ed9624e14c123f585da45ff08cd38ca3bd5056fcbb779
FILENAME adbc_driver_postgresql
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-adbc-postgresql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-adbc-postgresql",
"version": "1.11.0",
"version": "1.12.0",
"description": "An ADBC driver for working with PostgreSQL.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-adbc-sqlite/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 adbc-driver-sqlite
VERSION ${VERSION}
SHA512 57ab3e845d88c82f328867a36658f6362fe5c095d6b173cbcdc9094593984095bb9f077fe79ccdc22fcfd0afd19bc2ff33196ed47a111ba20f8731eb3781f963
SHA512 0ef723f98a0563c837af6cbd3f13a0750e4c51badd89f52f40d7282e75f6807f98a14072a2a1ee7f7e74394d8728be3e70c00c25d1e73ffb6289531ae1baa532
FILENAME adbc_driver_sqlite
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-adbc-sqlite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-adbc-sqlite",
"version": "1.11.0",
"version": "1.12.0",
"description": "An ADBC driver for working with SQLite.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-affine/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME affine
VERSION ${VERSION}
SHA512 e09c78338c650ce592590ec17a6ce22732a5d1b52c52410c1a25b5ad9e319bffd679c588b1eb3159ac215013f5f228d03470926ad6778d3f85e089d26ce76752
SHA512 37e5f2c1179c4e5a15997dfa6b399d1490e5647f672361acbdb2b681d83fcaaa8fc34114286ce1bfe5cfa0680e43b8eaef2a2e0eed47ddcd2e4462aa8aac77e3
FILENAME affine
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-affine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-affine",
"version": "2.4.0",
"version": "3.0.0",
"description": "Matrices describing affine transformation of the plane.",
"homepage": "https://github.com/rasterio/affine",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-annotated-types/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 annotated-types/annotated-types
REF v${VERSION}
SHA512 1cd43119f9127bcf68929a53158a91cef94d16b7bae3647b830899089b05bb66070ca4ac052e2a0b2fadbe567bca01d7773006568382034b3fbe20678d5fdc9c
SHA512 ec55f24602a4a70f49630e1e8f3302d5f1f8f82129e3c0c16c0e083a18b6c832c5c89226d673042a8a185e807090ba950ca56b363ba1a65c336084e2591e9fbd
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-annotated-types/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-annotated-types",
"version": "0.7.0",
"port-version": 1,
"version": "0.8.0",
"description": "Reusable constraints for Python types, using PEP 593 Annotated",
"homepage": "https://github.com/pydantic/annotated-types",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion ports/py-calamine/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME python-calamine
VERSION ${VERSION}
SHA512 206d25269bd589bef3b14a825c82935128247986c3497976ba5bf69b8d310da38dae346f0bf07ecfdbf8817940a8cccc46afdd7ac4d16c469474b8284446113b
SHA512 be2a48126175a503a940cde92a27da8adf240737fe71d83bac124de93d22b3454d71249c7ea119cad61bbd1b94197d977a21b07c8b0843318a265e39935ee54a
FILENAME python_calamine
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-calamine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-calamine",
"version": "0.7.0",
"version": "0.8.2",
"description": "Python binding for Rust's library for reading excel and odf file - calamine.",
"homepage": "https://github.com/dimastbk/python-calamine",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions ports/py-certifi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO certifi/python-certifi
REF 2026.06.17
SHA512 fd6f29d4034eebc8ad8f3999a394ed6c6ee853b41f2ae38e9f6bd07c05203f4f37c2c2f5d9cc5595fa1ee25d51074273668767bf235f4329930979cc85f8c59a
REF 2026.07.22
SHA512 94512f6a91b411cd307187ac9d310449704f4c16c256518b812f867e47a3c791da0e43012b0268bf8e94b6cd4147cb56ddec9cb4b1dc9c994205a6adc9dca15a
HEAD_REF 2026.02.25
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-certifi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-certifi",
"version-date": "2026-06-17",
"port-version": 1,
"version-date": "2026-07-22",
"description": "A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.",
"homepage": "https://github.com/certifi/python-certifi",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion ports/py-cffi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME cffi
VERSION ${VERSION}
SHA512 44c5e434580ba5ff1f2c23bbabe959d49e77a8823648eaab631c46f175c2b4ff3b96d5976b66ef33b93537674a1ba01e355cf836d40de7e2c0557a51f5fc7959
SHA512 60299646ae72e54155a3ca220f00a2b2fee079276a01ff13e30fb6af0d19b07fb4ae539af55e4704ce2081d34c4a3079ef43c0dcb2fe854f835f8441b348f7c5
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-cffi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-cffi",
"version": "2.1.0",
"version": "2.1.1",
"description": "Foreign Function Interface for Python calling C code.",
"homepage": "http://cffi.readthedocs.org/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-cryptography/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 cryptography
VERSION ${VERSION}
SHA512 047ffa4073ed124bc6fe3459663853b50c55c6ed9e5604bd1709b7f17e72788f0e4eb5c533a174afbead40fc16a1a798600d29f4963b190867d9d9e50dea6af8
SHA512 b473d5625aa0367825fdbe771377056b660dbe0e9d155a769098bfa03d77e0e3d9d11c4c0761c66f45ed93857c1410239c0e8e5f558d1d9d603b4b7502a626a4
)

if(VCPKG_TARGET_IS_WINDOWS)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-cryptography/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-cryptography",
"version": "49.0.0",
"version": "50.0.0",
"description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers",
"homepage": "https://github.com/pyca/cryptography",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-cython/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 cython/cython
REF ${VERSION}
SHA512 75712af94c8c3129bc06df84db2c8cac92ecba28950811a52366dcb95c0cd53847079824d16493d1cd97b910beaf4c0226513650e04e76e93178d9ebd40cd915
SHA512 16a7fae5cfebfe76015de817d66d1bad8e39f922916338015f0f2209fe4a64fc3c5ff7f1fdc8f78304ffe854052fbe96e667a3ebdf94d2b554d322947d8c1e67
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-cython/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-cython",
"version": "3.2.8",
"version": "3.2.9",
"description": "Cython is a Python compiler that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations.",
"homepage": "https://cython.org/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-duckdb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME duckdb
VERSION ${VERSION}
SHA512 9d03fda570ad288c1cf8f6c68656b018af7ae895f8841b576ee6e0efac27e7b309779d5e1e79b7dedc66e5a5d9b6b1a52068fbf0a53769a81390a5d25f1c2b7e
SHA512 08c716866c7a4aba17c27da5faa130f958f568c4fcb479191d4a377fb2fd2f2dbb70bd21c764afb0c43cdb57fafe7c18fea3197b03139e75a81de058fa58b3c6
)

z_vcpkg_make_prepare_flags()
Expand Down
2 changes: 1 addition & 1 deletion ports/py-duckdb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-duckdb",
"version": "1.5.4",
"version": "1.5.5",
"description": "Python bindings for high-performance in-process analytical database system",
"homepage": "https://duckdb.org",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-flit-core/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/flit
REF ${VERSION}
SHA512 1de9358fa33d0924355679ab6bccf5933f2f154257a875dfec7bf88bb569fce487129ff2d7ea13df16287acaedf9da49ce5f9baccd160ebfb6fd33e831e9c9cb
SHA512 10086861c59047fad5b02b39b527f3e805bf93ea21d66879ce67743ab04fca4021b491963d89590821806c3747baccdc697f953a27ef50f0608eb0519f8a6909
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-flit-core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-flit-core",
"version": "4.0.0",
"version": "4.0.2",
"description": "Simplified packaging of Python modules",
"homepage": "https://flit.pypa.io",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-gpep517/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 projg2/gpep517
REF v${VERSION}
SHA512 463c3812f388ea7ef83aaf6b3b90de4036b0a8200038a654621822c02d46627f7adf2ed4c7accf016293f89b8c3a2080d9ac80d2f82caaa3fdd370aa98c4335b
SHA512 3a8782eb513bb189b6d4d10516a122fa496185960a2970445058030fccde10b841e222cce04ce3bde2c3f1e1186cb8e3f50f44e40be2fd35e7e1b91e937585b0
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-gpep517/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-gpep517",
"version": "19",
"port-version": 1,
"version": "20",
"description": "Python package builder and installer for non-pip-centric world",
"homepage": "https://github.com/projg2/gpep517",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-matplotlib/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 matplotlib/matplotlib
REF v${VERSION}
SHA512 160ebdcf335c8fb051405f61b05c613047e0164b93b1ff9ea6a8e23dc205af98e6459fab4f067ae3ea826572bc740e768111ecf40aaa28418860ac0861eed881
SHA512 fe3f00d6ddc30cf0e9a8a316d8e4025778eec07ccd133d28ab6c8f6f295b39bd0238767f3cd6ad1282adc8e6cad79fbae8e188ad1e99b3f0248a9e1f289fe1b1
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-matplotlib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-matplotlib",
"version": "3.11.0",
"port-version": 8,
"version": "3.11.1",
"description": "Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.",
"homepage": "https://matplotlib.org/stable/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion ports/py-narwhals/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME narwhals
VERSION ${VERSION}
SHA512 72752d620db34fd24fc048adb38ad8988ca88303d4bde18e4a47c21b3924699316141d7d111b2bf578a2a0f55568f9cb3112e27aad485684e53908c4698f2b3e
SHA512 701deb53fb9b188b37bdf1549fbd1b3092fceac161e0b073b0b7c5c57b55ab8cb1d766df3eefa43639ebb49bf0f768a37487779f20d74df77156e823a0bae94b
PATCHES
use-hatchling.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-narwhals/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-narwhals",
"version": "2.23.0",
"version": "2.24.0",
"description": "Extremely lightweight compatibility layer between dataframe libraries",
"homepage": "https://github.com/narwhals-dev/narwhals",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-numexpr/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 numexpr
VERSION ${VERSION}
SHA512 6602afcab2085f875c20883358956f3f813c6dbe9274654868d3d28d4fa07fd77cd1291b33d56afd1f91955af9118ebdcc39b19202638b6ee6559cc4f0e67f64
SHA512 7c6900bd054f54fb1a23777f0d41f14871e4379c2eb7fa4e1be66d6465db20db6d2294875d1efb87b3f3e476290736c673562cf91a072852156ac14089fc73f2
)
vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

Expand Down
2 changes: 1 addition & 1 deletion ports/py-numexpr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-numexpr",
"version": "2.14.1",
"version": "2.14.2",
"description": "Fast numerical expression evaluator for NumPy.",
"homepage": "https://github.com/pydata/numexpr",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-numpy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO numpy/numpy
REF v${VERSION}
SHA512 e0a353f049fa3a939ec0f92363721e3919b0c0b96218a42f87f9d237023de21d013e8b175147bf08ccc71bdb55d990532d72ef2173ccefbd16cdcda6e984ca4a
SHA512 5be77d0e836967cf2090fd6b81793f1e6d8096402ee32f67c0730ec64f6735cb2a036d22157cc9e963a6dee07bed7a496769247e6d2d371ca53151eb601b76dd
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-numpy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-numpy",
"version": "2.5.1",
"version": "2.5.2",
"description": "The fundamental package for scientific computing with Python.",
"homepage": "https://www.numpy.org/",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-packaging/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/packaging
REF ${VERSION}
SHA512 28a93b2c3ff099eb4ebe82ac09d3c7e7260de37918558d495e2d84a1a8f67603b4b9adb87633ee3d00d953fc0ed50f8b54f573c97ece134fa9b3f5eb636bf05f
SHA512 7559e4f0376c775f57c362394ba276451bee0952012fc461458ee450e86fe89909166bb11c217be100b7909f0958f4ee9df4b51c3019e664186fda06a48d810d
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-packaging/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-packaging",
"version": "26.2",
"port-version": 2,
"version": "26.3",
"description": "Core utilities for Python packages",
"homepage": "https://packaging.pypa.io/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pandas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pandas-dev/pandas
REF v${VERSION}
SHA512 844f85b89e122ed2c1edaf6f162ac155f4330c89df126008875d08e753ebe0c94e0c2c173df188d71358de1fe6fdab299e3821eb7009d5d0a843a50c9c217d8d
SHA512 af22c3952ba5a96271ba07f947484bff82cc2d7d3c2bd53b60b48b7c201821ddacd2882d8d5b6c1b44273ae23207bead67483aa500f2596b867331d478304d05
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-pandas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pandas",
"version": "3.0.4",
"version": "3.0.5",
"description": "Powerful data structures for data analysis, time series, and statistics.",
"homepage": "https://pandas.pydata.org",
"license": "BSD-3-Clause",
Expand Down
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 0f04c3867fcd0c707e9b532f9b85940e7fd3d822b6d71ce418d2f75746449cd12a1b85bee75c88ada1336c26d5ea2886340f70a1a0c0612534108a2d2145ebf7
SHA512 8a892d364ad065c4f4371aa8b1b409155adde02a6103a8f2a90c592afc5cec6de02b75ff10f967aafcd2033a54156c02326f1e8e2503dd9f51f42995d9303f73
)

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.1.2",
"version": "26.2.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-platformdirs/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 platformdirs
VERSION ${VERSION}
SHA512 ad3c2dd1d65522be5b5cbd7e22447681ee0a9de80fd3716b64205c229995118ace7e9bd0282e98f9d83106df5d1332bcbebea97bc6433156de22d1e1ef2756f4
SHA512 253623b2a6018ef471a93f6999e9173c699d8f566cd7051e22c5624a1952d0a2098d2592d332614dd724b2e39756d18e6f78530cf08ef09207a0278afddd86fc
FILENAME platformdirs
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-platformdirs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-platformdirs",
"version": "4.10.0",
"version": "4.11.1",
"description": "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`.",
"homepage": "https://platformdirs.readthedocs.io/en/latest/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-plotly/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME plotly
VERSION ${VERSION}
SHA512 0b0ec694294ca0b80007f4e84ed0ba09be94d227ba2b9b7109f72c6fa612ae876312fd795cc21d02701eaa2db50d8b78e7ce8edd210d0749690200e0d90beef5
SHA512 9e60016acac69a0f1428237d97b671319fb6a988b2d01c4c6efbe898bda5ea34f3db6310394e425260a889e291ac39c7a5c7ed65b60fb50256e366b4a5c172a5
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-plotly/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-plotly",
"version": "6.8.0",
"version": "6.9.0",
"description": "An open-source interactive data visualization library for Python",
"homepage": "https://plotly.com/python/",
"license": "MIT",
Expand Down
Loading
Loading