From db20cf581d0eb4eff57ba0c974e758f996388089 Mon Sep 17 00:00:00 2001 From: Update Bot Date: Sat, 22 Aug 2026 05:42:57 +0000 Subject: [PATCH] Autoupdating ports --- ports/py-charset-normalizer/portfile.cmake | 2 +- ports/py-charset-normalizer/vcpkg.json | 2 +- ports/py-cython/portfile.cmake | 2 +- ports/py-cython/vcpkg.json | 2 +- ports/py-idna/portfile.cmake | 2 +- ports/py-idna/vcpkg.json | 2 +- ports/py-lxml/portfile.cmake | 2 +- ports/py-lxml/vcpkg.json | 3 +-- ports/py-narwhals/portfile.cmake | 2 +- ports/py-narwhals/vcpkg.json | 2 +- ports/py-platformdirs/portfile.cmake | 2 +- ports/py-platformdirs/vcpkg.json | 2 +- ports/py-pythran/portfile.cmake | 2 +- ports/py-pythran/vcpkg.json | 3 +-- ports/py-scipy/portfile.cmake | 2 +- ports/py-scipy/vcpkg.json | 3 +-- ports/py-sip/portfile.cmake | 2 +- ports/py-sip/vcpkg.json | 2 +- ports/py-typing-inspection/portfile.cmake | 2 +- ports/py-typing-inspection/vcpkg.json | 3 +-- versions/baseline.json | 28 +++++++++++----------- versions/p-/py-charset-normalizer.json | 5 ++++ versions/p-/py-cython.json | 5 ++++ versions/p-/py-idna.json | 5 ++++ versions/p-/py-lxml.json | 5 ++++ versions/p-/py-narwhals.json | 5 ++++ versions/p-/py-platformdirs.json | 5 ++++ versions/p-/py-pythran.json | 5 ++++ versions/p-/py-scipy.json | 5 ++++ versions/p-/py-sip.json | 5 ++++ versions/p-/py-typing-inspection.json | 5 ++++ 31 files changed, 84 insertions(+), 38 deletions(-) diff --git a/ports/py-charset-normalizer/portfile.cmake b/ports/py-charset-normalizer/portfile.cmake index a2dffba9..cb2c804d 100755 --- a/ports/py-charset-normalizer/portfile.cmake +++ b/ports/py-charset-normalizer/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME charset-normalizer VERSION ${VERSION} - SHA512 eb96d91b60b5ed083a6169a2c67534a6fd261d91e957f592a52076c98fad99d30e45a11754d51472e1b2815b08061005a5cf9a6844441726cd2814f22bdeef2c + SHA512 9f77c6eb941e7b718ccfeefc0febbf964c9b4992fc14c9d64efac1da346f24f1c0b5b82a094512f2ab220232b2b269614ca34e59b93eb05e57e13cd85f7167fb FILENAME charset_normalizer ) diff --git a/ports/py-charset-normalizer/vcpkg.json b/ports/py-charset-normalizer/vcpkg.json index 9cd68f87..8ad907ca 100755 --- a/ports/py-charset-normalizer/vcpkg.json +++ b/ports/py-charset-normalizer/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-charset-normalizer", - "version": "3.4.9", + "version": "3.5.1", "description": "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.", "homepage": "https://github.com/Ousret/charset_normalizer", "dependencies": [ diff --git a/ports/py-cython/portfile.cmake b/ports/py-cython/portfile.cmake index abe27537..cc51dede 100644 --- a/ports/py-cython/portfile.cmake +++ b/ports/py-cython/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cython/cython REF ${VERSION} - SHA512 16a7fae5cfebfe76015de817d66d1bad8e39f922916338015f0f2209fe4a64fc3c5ff7f1fdc8f78304ffe854052fbe96e667a3ebdf94d2b554d322947d8c1e67 + SHA512 78ac67edde9e8ef2d382cfd013f78d4a1b8f1a5e505dd13438245879f7b583328c127e40ef3c2a90277b7e6e5b00015aa9b85ceace1f7c6537761c783b26591c HEAD_REF main ) diff --git a/ports/py-cython/vcpkg.json b/ports/py-cython/vcpkg.json index 150db9ae..9ee103be 100644 --- a/ports/py-cython/vcpkg.json +++ b/ports/py-cython/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-cython", - "version": "3.2.9", + "version": "3.3.0", "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", diff --git a/ports/py-idna/portfile.cmake b/ports/py-idna/portfile.cmake index e30e7826..0c936316 100755 --- a/ports/py-idna/portfile.cmake +++ b/ports/py-idna/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME idna VERSION ${VERSION} - SHA512 5cdfa086a6a1d2c5fbb6fe56ceae5434a71e2215711d252be41f82cebfa48cef35cc8b2ff03e6af17ae309f230a04a008c41eae55852dd77942f97f65848c916 + SHA512 9d80b04098d59eb2f2c82a91d1b8153aa5cf135dafc9f792b69d5efee05a1b7f441a907286741f85992a67b175e2910b2233bdf7492c61a3dc204ff74aed3aca ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-idna/vcpkg.json b/ports/py-idna/vcpkg.json index 04d21ef7..8458209b 100755 --- a/ports/py-idna/vcpkg.json +++ b/ports/py-idna/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-idna", - "version": "3.18", + "version": "3.19", "description": "Internationalized Domain Names in Applications (IDNA)", "homepage": "https://github.com/kjd/idna", "dependencies": [ diff --git a/ports/py-lxml/portfile.cmake b/ports/py-lxml/portfile.cmake index b60f1645..4ec2fc18 100644 --- a/ports/py-lxml/portfile.cmake +++ b/ports/py-lxml/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME lxml VERSION ${VERSION} - SHA512 972956629ce8fca885fd2261e7d46d0954f851ab14557de2706cec8a68ac7f612052b0c9ec64477aecc9284d769bf3958d688c58beea876f311acc0c6d59ab8a + SHA512 18695beecaf86aa9b44bbefccbe3980b62f20d492707b81d143421b85e2b1725472953f093c46454ba3581af990d8e9ba66becfe9e0df5f6064c422f158fce77 ) if(VCPKG_TARGET_IS_WINDOWS) diff --git a/ports/py-lxml/vcpkg.json b/ports/py-lxml/vcpkg.json index b4144ad6..49af717e 100644 --- a/ports/py-lxml/vcpkg.json +++ b/ports/py-lxml/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-lxml", - "version": "6.1.1", - "port-version": 3, + "version": "6.1.2", "description": "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.", "homepage": "https://lxml.de/", "dependencies": [ diff --git a/ports/py-narwhals/portfile.cmake b/ports/py-narwhals/portfile.cmake index 5e11b847..19a0d1e7 100644 --- a/ports/py-narwhals/portfile.cmake +++ b/ports/py-narwhals/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME narwhals VERSION ${VERSION} - SHA512 701deb53fb9b188b37bdf1549fbd1b3092fceac161e0b073b0b7c5c57b55ab8cb1d766df3eefa43639ebb49bf0f768a37487779f20d74df77156e823a0bae94b + SHA512 225190b5e31f3fd5ac514527bd8dcb3c50ae7f4abd3620ae1cf5a28b5f88b5c115b590705eb3c63de97dd8c5e172fd892286c3f896439815a3a83c076c18b3ba PATCHES use-hatchling.patch ) diff --git a/ports/py-narwhals/vcpkg.json b/ports/py-narwhals/vcpkg.json index 1021c9e3..816492f8 100644 --- a/ports/py-narwhals/vcpkg.json +++ b/ports/py-narwhals/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-narwhals", - "version": "2.24.0", + "version": "2.25.0", "description": "Extremely lightweight compatibility layer between dataframe libraries", "homepage": "https://github.com/narwhals-dev/narwhals", "license": "MIT", diff --git a/ports/py-platformdirs/portfile.cmake b/ports/py-platformdirs/portfile.cmake index 00979386..6fa18b4f 100644 --- a/ports/py-platformdirs/portfile.cmake +++ b/ports/py-platformdirs/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME platformdirs VERSION ${VERSION} - SHA512 9a01bc715cba8e577513a21388096e8c9c41922bf12c12c41258ec99118924a05b53a7079498b1b50c70c94c6d076d7b415c1c0d23577050c1fb259415239c82 + SHA512 0d90ccbb4f75bc2c0eda42223d475c688c59214fd696ff4690abd022322d9883816bc7c33765da8c9a792afc04ab21faa08c69dcbe027f7cbdcb4087e5baa2a1 FILENAME platformdirs ) diff --git a/ports/py-platformdirs/vcpkg.json b/ports/py-platformdirs/vcpkg.json index 11b87727..7d158d30 100644 --- a/ports/py-platformdirs/vcpkg.json +++ b/ports/py-platformdirs/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-platformdirs", - "version": "4.11.2", + "version": "4.11.3", "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", diff --git a/ports/py-pythran/portfile.cmake b/ports/py-pythran/portfile.cmake index e6099859..6391acf5 100644 --- a/ports/py-pythran/portfile.cmake +++ b/ports/py-pythran/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME pythran VERSION ${VERSION} - SHA512 f80770b62490c0acb03953ad8b7f4dbfc715e0653b27f6ef0cbae47f7fd088e5f959e1f74a88d310975135a7c35b1aabd2d727443dcbc12a61960d2db78d0fef + SHA512 638dc09bbd8f424cb91b36270d529369108a44b28ac16418012e83e66f426f33ad1057ddf9fcacc90567dfad7b03f37279fd0d42beaf63131413108506c99016 ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-pythran/vcpkg.json b/ports/py-pythran/vcpkg.json index 55942bb2..838dab14 100644 --- a/ports/py-pythran/vcpkg.json +++ b/ports/py-pythran/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-pythran", - "version": "0.18.1", - "port-version": 1, + "version": "0.19.0", "description": "Ahead of Time compiler for numeric kernels.", "homepage": "https://github.com/serge-sans-paille/pythran", "dependencies": [ diff --git a/ports/py-scipy/portfile.cmake b/ports/py-scipy/portfile.cmake index 61f07fac..b85d5757 100644 --- a/ports/py-scipy/portfile.cmake +++ b/ports/py-scipy/portfile.cmake @@ -23,7 +23,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME scipy VERSION ${VERSION} - SHA512 77ae3bb64f08fa3f204a8187b4f319f73daea60b8b05bad5564c3809a33aeb091160a6d3e2c7b8e4a5a35202c6c9c3a7d8bc0098332c4c01623eb06ba613bbf3 + SHA512 d9e4d014dfef23990128ed29dfc4f0a8c6173b193640d9c059e0c1f02945c91ffb79b4b87286c3b8d7314eb1c6b07e6c4f4084a0180a2c768aa64cd3e2f2ea7b ) vcpkg_replace_string("${SOURCE_PATH}/meson.build" "py3.dependency()" "dependency('python-3.${PYTHON3_VERSION_MINOR}', method : 'pkg-config')") diff --git a/ports/py-scipy/vcpkg.json b/ports/py-scipy/vcpkg.json index 00b30207..211b9af1 100644 --- a/ports/py-scipy/vcpkg.json +++ b/ports/py-scipy/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-scipy", - "version": "1.18.0", - "port-version": 1, + "version": "1.18.1", "description": "Fundamental algorithms for scientific computing in Python", "homepage": "https://scipy.org/", "dependencies": [ diff --git a/ports/py-sip/portfile.cmake b/ports/py-sip/portfile.cmake index e7141f91..0797a376 100644 --- a/ports/py-sip/portfile.cmake +++ b/ports/py-sip/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME sip VERSION ${VERSION} - SHA512 8d828aa1c71cdd2b7e7e379d2d2298641ec17afee5ef1e2022ea58f27d02754351aae321eba9c5cfe70c1f821a8212f66a46a7486d15746b581e0816bbda54c7 + SHA512 464d71ffe76dc170b863a6a6faf16df8b0e8c363063bcd32b784d8a1055dd9558f41975c7b17cfcb3e7b383a812f22d6542fe0228193cc4cc7c8b745f3843b1d ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-sip/vcpkg.json b/ports/py-sip/vcpkg.json index b16e8818..57012cd8 100644 --- a/ports/py-sip/vcpkg.json +++ b/ports/py-sip/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-sip", - "version": "6.16.0", + "version": "6.16.1", "description": "A tool that makes it easy to create Python bindings for C and C++ libraries", "homepage": "https://www.riverbankcomputing.com/software/sip", "dependencies": [ diff --git a/ports/py-typing-inspection/portfile.cmake b/ports/py-typing-inspection/portfile.cmake index 8cf74381..167188b2 100644 --- a/ports/py-typing-inspection/portfile.cmake +++ b/ports/py-typing-inspection/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pydantic/typing-inspection REF v${VERSION} - SHA512 8661c5e8da636d6b4269ef99dcd3fc34cc1157a64c1aae5ba2a94495668a5b0171fdeae9a8f64e5e1d2e8bd9194517984a9514e0443a0c5d3d8abaab07f141bf + SHA512 b39a7fbffc52f599809f0276c9cba01e54a2a30f9ef1fa94961faf586277917e0b756fac1a32e5ab9a8405c0c6a7a1629e7d85ad20e43e7f84581d77954c0efb HEAD_REF main ) diff --git a/ports/py-typing-inspection/vcpkg.json b/ports/py-typing-inspection/vcpkg.json index 76e3947a..7e641fd4 100644 --- a/ports/py-typing-inspection/vcpkg.json +++ b/ports/py-typing-inspection/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-typing-inspection", - "version": "0.4.2", - "port-version": 1, + "version": "0.4.3", "description": "Runtime typing introspection tools", "homepage": "https://github.com/pydantic/typing-inspection", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 1bd15d46..17c39699 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -73,7 +73,7 @@ "port-version": 0 }, "py-charset-normalizer": { - "baseline": "3.4.9", + "baseline": "3.5.1", "port-version": 0 }, "py-click": { @@ -97,7 +97,7 @@ "port-version": 1 }, "py-cython": { - "baseline": "3.2.9", + "baseline": "3.3.0", "port-version": 0 }, "py-dateutil": { @@ -157,7 +157,7 @@ "port-version": 0 }, "py-idna": { - "baseline": "3.18", + "baseline": "3.19", "port-version": 0 }, "py-installer": { @@ -205,8 +205,8 @@ "port-version": 0 }, "py-lxml": { - "baseline": "6.1.1", - "port-version": 3 + "baseline": "6.1.2", + "port-version": 0 }, "py-markupsafe": { "baseline": "3.0.3", @@ -225,7 +225,7 @@ "port-version": 2 }, "py-narwhals": { - "baseline": "2.24.0", + "baseline": "2.25.0", "port-version": 0 }, "py-networkx": { @@ -269,7 +269,7 @@ "port-version": 1 }, "py-platformdirs": { - "baseline": "4.11.2", + "baseline": "4.11.3", "port-version": 0 }, "py-plotly": { @@ -361,8 +361,8 @@ "port-version": 0 }, "py-pythran": { - "baseline": "0.18.1", - "port-version": 1 + "baseline": "0.19.0", + "port-version": 0 }, "py-pytz": { "baseline": "2026.2", @@ -409,8 +409,8 @@ "port-version": 2 }, "py-scipy": { - "baseline": "1.18.0", - "port-version": 1 + "baseline": "1.18.1", + "port-version": 0 }, "py-semantic-version": { "baseline": "2.10.0", @@ -433,7 +433,7 @@ "port-version": 0 }, "py-sip": { - "baseline": "6.16.0", + "baseline": "6.16.1", "port-version": 0 }, "py-six": { @@ -461,8 +461,8 @@ "port-version": 0 }, "py-typing-inspection": { - "baseline": "0.4.2", - "port-version": 1 + "baseline": "0.4.3", + "port-version": 0 }, "py-tzdata": { "baseline": "2026.3", diff --git a/versions/p-/py-charset-normalizer.json b/versions/p-/py-charset-normalizer.json index 58e389fb..8340fdf5 100644 --- a/versions/p-/py-charset-normalizer.json +++ b/versions/p-/py-charset-normalizer.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1b924cfe8db606c61f7ed264e0bf65948832d22b", + "version": "3.5.1", + "port-version": 0 + }, { "git-tree": "afbe9bea143ffce56a50f90ca1bd120c7a99c7f4", "version": "3.4.9", diff --git a/versions/p-/py-cython.json b/versions/p-/py-cython.json index 98cbab8e..f068681c 100644 --- a/versions/p-/py-cython.json +++ b/versions/p-/py-cython.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ed2e375243f7af0f62af761fc60226aa5d78193e", + "version": "3.3.0", + "port-version": 0 + }, { "git-tree": "0f1fc17628fb561f239f4be5983c7a6cd2efc29b", "version": "3.2.9", diff --git a/versions/p-/py-idna.json b/versions/p-/py-idna.json index 3f96f935..aeeb3fc6 100644 --- a/versions/p-/py-idna.json +++ b/versions/p-/py-idna.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9cab4d17bbf9d9ddd04525c74e9f437db84f1056", + "version": "3.19", + "port-version": 0 + }, { "git-tree": "ef8cd54793877e664a630dd293ea87db584984a2", "version": "3.18", diff --git a/versions/p-/py-lxml.json b/versions/p-/py-lxml.json index a68a7cb3..6aad7533 100644 --- a/versions/p-/py-lxml.json +++ b/versions/p-/py-lxml.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8a563bd6b11ea310c445839e9c596c04c83cb869", + "version": "6.1.2", + "port-version": 0 + }, { "git-tree": "b199b3f1464eddea205ef70cafd2c441b7d37ef9", "version": "6.1.1", diff --git a/versions/p-/py-narwhals.json b/versions/p-/py-narwhals.json index 2eedc691..05e82a09 100644 --- a/versions/p-/py-narwhals.json +++ b/versions/p-/py-narwhals.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a6724986fa21729aaf693eb1a09bcdcfa5597869", + "version": "2.25.0", + "port-version": 0 + }, { "git-tree": "1750896d9d08d916c79cfc48cd3f92d32a71b474", "version": "2.24.0", diff --git a/versions/p-/py-platformdirs.json b/versions/p-/py-platformdirs.json index e36dc3e8..ff7448d4 100644 --- a/versions/p-/py-platformdirs.json +++ b/versions/p-/py-platformdirs.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b0eea5a27a87337dece03f4a87bafcb795ee859", + "version": "4.11.3", + "port-version": 0 + }, { "git-tree": "2caf8c971782184d5df37f55ee01d236f9dad3c7", "version": "4.11.2", diff --git a/versions/p-/py-pythran.json b/versions/p-/py-pythran.json index d40b1959..3a6c4324 100644 --- a/versions/p-/py-pythran.json +++ b/versions/p-/py-pythran.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "659f2292cf83037dbb01b5cbbe13bb66409c80ff", + "version": "0.19.0", + "port-version": 0 + }, { "git-tree": "8e8c9251afbdf0c487946b7c39324b0aef63ef66", "version": "0.18.1", diff --git a/versions/p-/py-scipy.json b/versions/p-/py-scipy.json index 05a3e704..75a1ecdb 100644 --- a/versions/p-/py-scipy.json +++ b/versions/p-/py-scipy.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "127f6faad9a30857d1727d3c5b1d40f720b9ecf4", + "version": "1.18.1", + "port-version": 0 + }, { "git-tree": "e9be993bf3dfdffb58266419f83aaf8c57767c42", "version": "1.18.0", diff --git a/versions/p-/py-sip.json b/versions/p-/py-sip.json index fb2c8dab..f4963f36 100644 --- a/versions/p-/py-sip.json +++ b/versions/p-/py-sip.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4cbed4bf0ee756a9bd4e36aa97b463a82de9659e", + "version": "6.16.1", + "port-version": 0 + }, { "git-tree": "28d99da45d244464fce57b934c9cd6cc6482a32a", "version": "6.16.0", diff --git a/versions/p-/py-typing-inspection.json b/versions/p-/py-typing-inspection.json index 0d5c7809..ad0e3544 100644 --- a/versions/p-/py-typing-inspection.json +++ b/versions/p-/py-typing-inspection.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a8dfa8e8404f30ac90706a27c3a680b5f51000cc", + "version": "0.4.3", + "port-version": 0 + }, { "git-tree": "d7e8b4b4403391af14f63f4ebc7a67b887196b5e", "version": "0.4.2",