From 6b1403963c9c53fd09ceaf363f6ddaf3d88bd93c Mon Sep 17 00:00:00 2001 From: Update Bot Date: Sun, 11 Jan 2026 05:41:38 +0000 Subject: [PATCH] Autoupdating ports --- ports/py-adbc-driver-manager/portfile.cmake | 5 ++-- ports/py-adbc-driver-manager/vcpkg.json | 2 +- ports/py-adbc-postgresql/portfile.cmake | 5 ++-- ports/py-adbc-postgresql/vcpkg.json | 2 +- ports/py-adbc-sqlite/portfile.cmake | 5 ++-- ports/py-adbc-sqlite/vcpkg.json | 3 +-- ports/py-geopandas/portfile.cmake | 2 +- ports/py-geopandas/vcpkg.json | 3 +-- ports/py-jsonschema/portfile.cmake | 2 +- ports/py-jsonschema/vcpkg.json | 2 +- ports/py-maturin/portfile.cmake | 2 +- ports/py-maturin/vcpkg.json | 2 +- ports/py-pathspec/portfile.cmake | 2 +- ports/py-pathspec/vcpkg.json | 2 +- ports/py-pyqt6/portfile.cmake | 2 +- ports/py-pyqt6/vcpkg.json | 2 +- ports/py-rasterio/portfile.cmake | 2 +- ports/py-rasterio/vcpkg.json | 2 +- ports/py-scipy/portfile.cmake | 2 +- ports/py-scipy/vcpkg.json | 2 +- ports/py-tzdata/portfile.cmake | 2 +- ports/py-tzdata/vcpkg.json | 2 +- ports/py-urllib3/portfile.cmake | 2 +- ports/py-urllib3/vcpkg.json | 2 +- ports/py-werkzeug/portfile.cmake | 2 +- ports/py-werkzeug/vcpkg.json | 2 +- versions/baseline.json | 30 ++++++++++----------- versions/p-/py-adbc-driver-manager.json | 5 ++++ versions/p-/py-adbc-postgresql.json | 5 ++++ versions/p-/py-adbc-sqlite.json | 5 ++++ versions/p-/py-geopandas.json | 5 ++++ versions/p-/py-jsonschema.json | 5 ++++ versions/p-/py-maturin.json | 5 ++++ versions/p-/py-pathspec.json | 5 ++++ versions/p-/py-pyqt6.json | 5 ++++ versions/p-/py-rasterio.json | 5 ++++ versions/p-/py-scipy.json | 5 ++++ versions/p-/py-tzdata.json | 5 ++++ versions/p-/py-urllib3.json | 5 ++++ versions/p-/py-werkzeug.json | 5 ++++ 40 files changed, 112 insertions(+), 46 deletions(-) diff --git a/ports/py-adbc-driver-manager/portfile.cmake b/ports/py-adbc-driver-manager/portfile.cmake index a7ef9f11..fb2d84f2 100644 --- a/ports/py-adbc-driver-manager/portfile.cmake +++ b/ports/py-adbc-driver-manager/portfile.cmake @@ -1,8 +1,9 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH - PACKAGE_NAME adbc_driver_manager + PACKAGE_NAME adbc-driver-manager VERSION ${VERSION} - SHA512 a0981f69fb5b81c3ebb82fc01ac86bcf26f013592261b65acdf7b55f9044fb0a2b37fdcf187f30c053ce3bb409147e0c6df5b030faee98923c90d703bb10d1b8 + SHA512 7d6b54efdc9a4b75212276e0ce0c434270f4da1042212e690231c5ee2e2f1fc81081d42c070e3ab9de73805de42f2180205643553903b346711d8885b223daf7 + FILENAME adbc_driver_manager ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-adbc-driver-manager/vcpkg.json b/ports/py-adbc-driver-manager/vcpkg.json index 84ebea06..cdad1101 100644 --- a/ports/py-adbc-driver-manager/vcpkg.json +++ b/ports/py-adbc-driver-manager/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-adbc-driver-manager", - "version": "1.9.0", + "version": "1.10.0", "description": "A generic entrypoint for ADBC drivers.", "homepage": "https://arrow.apache.org/adbc/", "license": "Apache-2.0", diff --git a/ports/py-adbc-postgresql/portfile.cmake b/ports/py-adbc-postgresql/portfile.cmake index 5f11535b..c37d8fc2 100644 --- a/ports/py-adbc-postgresql/portfile.cmake +++ b/ports/py-adbc-postgresql/portfile.cmake @@ -1,8 +1,9 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH - PACKAGE_NAME adbc_driver_postgresql + PACKAGE_NAME adbc-driver-postgresql VERSION ${VERSION} - SHA512 088698277e559cf834b68e60647d680a90efaed78fc8f8b0c061013aef5ba641a56f8b96fa03426b328b85b9bceba89218ce4fd1b797191707b41332e793c68d + SHA512 85d4649de259e72c6d516556efdcd14685f5788d7aa84b556e154f749b08f19ff0ee3f9b51488b6345491fd6830abff4d187c4840ccf696fa2b5f69a078c3045 + FILENAME adbc_driver_postgresql ) set(ENV{ADBC_POSTGRESQL_LIBRARY} "${CURRENT_INSTALLED_DIR}/lib/libadbc_driver_postgresql${VCPKG_TARGET_SHARED_LIBRARY_SUFFIX}") diff --git a/ports/py-adbc-postgresql/vcpkg.json b/ports/py-adbc-postgresql/vcpkg.json index 047f9642..22200992 100644 --- a/ports/py-adbc-postgresql/vcpkg.json +++ b/ports/py-adbc-postgresql/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-adbc-postgresql", - "version": "1.9.0", + "version": "1.10.0", "description": "An ADBC driver for working with PostgreSQL.", "homepage": "https://arrow.apache.org/adbc/", "license": "Apache-2.0", diff --git a/ports/py-adbc-sqlite/portfile.cmake b/ports/py-adbc-sqlite/portfile.cmake index e433206a..75bb553b 100644 --- a/ports/py-adbc-sqlite/portfile.cmake +++ b/ports/py-adbc-sqlite/portfile.cmake @@ -1,8 +1,9 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH - PACKAGE_NAME adbc_driver_sqlite + PACKAGE_NAME adbc-driver-sqlite VERSION ${VERSION} - SHA512 08c1418e40aa58f26648dff49d35b5dd8f30b4a8888d1aad01ca415d296971837b10b89e2329070df7a09d322ca5fd824dfda58f43a772e9abfb10655197c6b5 + SHA512 2698c50c86bcccf9353ab6ce23e7167a9b7e6b781b70c4b77c6348eb684d5ccf8d1d96906e4a29323475e2a415110a96116ba6e56442f44fafb3b1dd4c24f954 + FILENAME adbc_driver_sqlite ) set(ENV{ADBC_SQLITE_LIBRARY} "${CURRENT_INSTALLED_DIR}/lib/libadbc_driver_sqlite${VCPKG_TARGET_SHARED_LIBRARY_SUFFIX}") diff --git a/ports/py-adbc-sqlite/vcpkg.json b/ports/py-adbc-sqlite/vcpkg.json index f1f3a836..36be5901 100644 --- a/ports/py-adbc-sqlite/vcpkg.json +++ b/ports/py-adbc-sqlite/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-adbc-sqlite", - "version": "1.9.0", - "port-version": 1, + "version": "1.10.0", "description": "An ADBC driver for working with SQLite.", "homepage": "https://arrow.apache.org/adbc/", "license": "Apache-2.0", diff --git a/ports/py-geopandas/portfile.cmake b/ports/py-geopandas/portfile.cmake index 0ab33a04..7fc1721d 100644 --- a/ports/py-geopandas/portfile.cmake +++ b/ports/py-geopandas/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME geopandas VERSION ${VERSION} - SHA512 41225eb7d51da9e6cf8314c18ef6d710eff976c358e80dd7f85c21ed04062525ccecaa3f6090919c963d9622892520ddfde553e049a9e8503173798737da53ae + SHA512 901ec9a16786872f673cb917bd37ff0790e0582b3738253cd73f0dec3f6bd2c1700cfcaeb4f0f2db87f01940521cb8401d1c511ecdfae98ddb5bce1fa500e941 ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-geopandas/vcpkg.json b/ports/py-geopandas/vcpkg.json index 0b4ae791..64230217 100644 --- a/ports/py-geopandas/vcpkg.json +++ b/ports/py-geopandas/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-geopandas", - "version": "1.1.1", - "port-version": 1, + "version": "1.1.2", "description": "Geographic pandas extensions.", "homepage": "https://geopandas.org", "license": "BSD-3-Clause", diff --git a/ports/py-jsonschema/portfile.cmake b/ports/py-jsonschema/portfile.cmake index 9b905813..8c2d1aa8 100644 --- a/ports/py-jsonschema/portfile.cmake +++ b/ports/py-jsonschema/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME jsonschema VERSION ${VERSION} - SHA512 292f8345044a9d94d0a355b531b9310f94e5811de7b17b0bdbd2e9a6ff72fcddac8d43c3d3ccf457a5f01d5e359178698086f04190d496be3bb663cdf39690f4 + SHA512 a7ae00392b8deb742f5826a65bce0a9149a67c6ddc4deff0bb2e99a79ed94f02c4738d93fef5247e30016fa38397ec68ecdead1c1d76a0caaf7755941544a0a2 FILENAME jsonschema ) diff --git a/ports/py-jsonschema/vcpkg.json b/ports/py-jsonschema/vcpkg.json index 820a879c..5ec318b9 100644 --- a/ports/py-jsonschema/vcpkg.json +++ b/ports/py-jsonschema/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-jsonschema", - "version": "4.25.1", + "version": "4.26.0", "description": "An implementation of JSON Schema validation for Python.", "homepage": "https://python-jsonschema.readthedocs.io/", "dependencies": [ diff --git a/ports/py-maturin/portfile.cmake b/ports/py-maturin/portfile.cmake index 4ff971dc..8a4e6eda 100644 --- a/ports/py-maturin/portfile.cmake +++ b/ports/py-maturin/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME maturin VERSION ${VERSION} - SHA512 6967bd293488d3d39810a12a65b7f17960c32d82cc01ac7d1cd8f08f29813e169e283fedc8df3befef945cb4234b33f682b4ccfb3dc7cca8a17f36c6367cfcba + SHA512 e8b2eb29b77a0b57517751510b20d050d05e4cd05c50be4fa47d9e7ab622b313908a9f93b74d35f3915657d3ece49567106e80f2dae18812ddd03b694ffee954 ) vcpkg_get_rust(CARGO) diff --git a/ports/py-maturin/vcpkg.json b/ports/py-maturin/vcpkg.json index 7036ed08..3b4a8745 100644 --- a/ports/py-maturin/vcpkg.json +++ b/ports/py-maturin/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-maturin", - "version": "1.10.2", + "version": "1.11.5", "description": "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages", "homepage": "https://github.com/pyca/cryptography", "dependencies": [ diff --git a/ports/py-pathspec/portfile.cmake b/ports/py-pathspec/portfile.cmake index 9fee9c54..d4d348d7 100755 --- a/ports/py-pathspec/portfile.cmake +++ b/ports/py-pathspec/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME pathspec VERSION ${VERSION} - SHA512 19d1a8ae5936e76eacd691b0e2fb33d0de376556751a9ae007f6b09d0aa36af7d171101df620cab3e93c9913be578ff3d6bba9d4460351ac248e5c9e015380ad + SHA512 8ca509c3085949827274efd73f5bb618b7446eab5e08e0c1a19b27dc5910d35b3e9dac36dc2f60152c2db4c95c776e5c4b9a436a17d9ade5da71a2bcf098dea8 ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-pathspec/vcpkg.json b/ports/py-pathspec/vcpkg.json index 691449d8..91abccd4 100755 --- a/ports/py-pathspec/vcpkg.json +++ b/ports/py-pathspec/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-pathspec", - "version": "0.12.1", + "version": "1.0.3", "description": "Utility library for gitignore style pattern matching of file paths.", "homepage": "https://python-path-specification.readthedocs.io/en/latest/index.html", "dependencies": [ diff --git a/ports/py-pyqt6/portfile.cmake b/ports/py-pyqt6/portfile.cmake index 5f20f107..aaa66b40 100644 --- a/ports/py-pyqt6/portfile.cmake +++ b/ports/py-pyqt6/portfile.cmake @@ -5,7 +5,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME PyQt6 VERSION ${VERSION} - SHA512 af9bb54b20fd177cf1dac5fe8fb0ff289e1e7e42716d09093d49dd99a7d8065c6b6f34784ed19e21e7e07ba0d550b270cb6be7273f7180e2bf886160fc773d01 + SHA512 d58515d181530fdd71edc3edfa0b647a3aeeb56cbc33f4d7fd0d40a7a99d52298ac5bb4438b5dadea5439759e52cc459e601f1fab5d9afdd61f2a492d0bae1ef FILENAME pyqt6 ) diff --git a/ports/py-pyqt6/vcpkg.json b/ports/py-pyqt6/vcpkg.json index 61a1aa7c..9e805f5d 100644 --- a/ports/py-pyqt6/vcpkg.json +++ b/ports/py-pyqt6/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-pyqt6", - "version": "6.10.1", + "version": "6.10.2", "description": "Python bindings for the Qt cross platform application toolkit", "homepage": "https://www.riverbankcomputing.com/software/pyqt/", "dependencies": [ diff --git a/ports/py-rasterio/portfile.cmake b/ports/py-rasterio/portfile.cmake index 32446d52..de42567b 100644 --- a/ports/py-rasterio/portfile.cmake +++ b/ports/py-rasterio/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME rasterio VERSION ${VERSION} - SHA512 297145904f573bfb5dfde81deb56dcc1e9b36d29213923726e6258a00214227cde10487778d93dba5446bf5e13ce617669824b2bc5165503ce86b209ffbb5270 + SHA512 ce20ca32ea3e4a887dd2fc18ccae4abe774d3754bc560b8a85228d9df58a829e12a04c2dcca2aadbcf888afd6dd89fe5a66cb0ec8231c9d996002ca47742e053 FILENAME rasterio ) # Read GDAL version from SPDX metadata diff --git a/ports/py-rasterio/vcpkg.json b/ports/py-rasterio/vcpkg.json index ee2c31ef..ec539a3c 100644 --- a/ports/py-rasterio/vcpkg.json +++ b/ports/py-rasterio/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-rasterio", - "version": "1.4.4", + "version": "1.5.0", "description": "Fast and direct raster I/O for use with Numpy and SciPy.", "homepage": "https://rasterio.readthedocs.io/", "dependencies": [ diff --git a/ports/py-scipy/portfile.cmake b/ports/py-scipy/portfile.cmake index d3d955dd..3bbd669d 100644 --- a/ports/py-scipy/portfile.cmake +++ b/ports/py-scipy/portfile.cmake @@ -17,7 +17,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME scipy VERSION ${VERSION} - SHA512 7386670d2be598f46425a5f2ac0194748c83ec006be0b0395a850a613bc12731669469aefe503c9db2521aba956325d44e7a75fa82e4c1e629202cafd1966aa5 + SHA512 299339cf7885ae6ad81bb29ab1a9128c1e7baef387e64e03a5ca784c14f08de1fe58c8d58b25c76c9068b09d8d97fc8b38d2e03922f0f8ada4e5d00910d56dae ) vcpkg_mesonpy_prepare_build_options(OUTPUT meson_opts) diff --git a/ports/py-scipy/vcpkg.json b/ports/py-scipy/vcpkg.json index d341101d..cbc22558 100644 --- a/ports/py-scipy/vcpkg.json +++ b/ports/py-scipy/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-scipy", - "version": "1.16.3", + "version": "1.17.0", "description": "Fundamental algorithms for scientific computing in Python", "homepage": "https://scipy.org/", "dependencies": [ diff --git a/ports/py-tzdata/portfile.cmake b/ports/py-tzdata/portfile.cmake index 45ed2578..81924caf 100644 --- a/ports/py-tzdata/portfile.cmake +++ b/ports/py-tzdata/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME tzdata VERSION ${VERSION} - SHA512 f525eb24719ec7e060989f03bb39c612ff0792f3469b31badb8011863cf1e6cc115c932fc4382b4a5b648f91f2f84631e18b404d627ea19b7bfe44355b1ab3f1 + SHA512 4991f027a8af2ac8b01dcd4d0399cede64fa590915be239787b2e2a305240e8f40a7a9b5cb06059a443b056ddfcd51c4517654111f0ea7ff095f8adc56f71f7e ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-tzdata/vcpkg.json b/ports/py-tzdata/vcpkg.json index f1ba0ed0..22471196 100644 --- a/ports/py-tzdata/vcpkg.json +++ b/ports/py-tzdata/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-tzdata", - "version": "2025.2", + "version": "2025.3", "description": "Provider of IANA time zone data.", "homepage": "http://pythonhosted.org/tzdata", "dependencies": [ diff --git a/ports/py-urllib3/portfile.cmake b/ports/py-urllib3/portfile.cmake index d89f3e12..ae3b535b 100755 --- a/ports/py-urllib3/portfile.cmake +++ b/ports/py-urllib3/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME urllib3 VERSION ${VERSION} - SHA512 6a12cd56ac3a437e3f7213ea0eb0456a71ac85e373df5c4b7dc52098ee0c181256d87bc17b1fe1a734d97f8d01589858178ea9b8bacddc46601de9e32f32cd23 + SHA512 663c83a78908dac9bb05c7ac833183c2fdc2969d0662d21dd8751ba13c51880ee264f7804760f33ebdabfd1c1f04a5d44171a420396de6ae582f9789801b141c ) vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/py-urllib3/vcpkg.json b/ports/py-urllib3/vcpkg.json index 0c9d91db..d1c9b43e 100755 --- a/ports/py-urllib3/vcpkg.json +++ b/ports/py-urllib3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-urllib3", - "version": "2.6.2", + "version": "2.6.3", "description": "HTTP library with thread-safe connection pooling, file post, and more.", "homepage": "https://github.com/urllib3/urllib3", "dependencies": [ diff --git a/ports/py-werkzeug/portfile.cmake b/ports/py-werkzeug/portfile.cmake index a15f94cc..0f7a55c1 100644 --- a/ports/py-werkzeug/portfile.cmake +++ b/ports/py-werkzeug/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted( OUT_SOURCE_PATH SOURCE_PATH PACKAGE_NAME Werkzeug VERSION ${VERSION} - SHA512 5d2ad334edf0908024e29dadf88f772ae8f26c0eb24fb10caf6bd09021008aae67ece05703fe2490a34dd72213ad7db4e25921dbaf35d5f256e7a4cd4c9d1619 + SHA512 eb76c4b1af04af6c3cdf4fdb0a21df52b1b8414466620d80ad0e284a9ebd22a4ff93d8028b5cb1b7caf5a3fcc079de61aa90030282bb647018c1b53e90c77360 FILENAME werkzeug ) diff --git a/ports/py-werkzeug/vcpkg.json b/ports/py-werkzeug/vcpkg.json index 7bc853c2..303ea092 100644 --- a/ports/py-werkzeug/vcpkg.json +++ b/ports/py-werkzeug/vcpkg.json @@ -1,6 +1,6 @@ { "name": "py-werkzeug", - "version": "3.1.4", + "version": "3.1.5", "description": "The comprehensive WSGI web application library.", "homepage": "https://werkzeug.palletsprojects.com/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 881bc62e..749a44c4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9,16 +9,16 @@ "port-version": 1 }, "py-adbc-driver-manager": { - "baseline": "1.9.0", + "baseline": "1.10.0", "port-version": 0 }, "py-adbc-postgresql": { - "baseline": "1.9.0", + "baseline": "1.10.0", "port-version": 0 }, "py-adbc-sqlite": { - "baseline": "1.9.0", - "port-version": 1 + "baseline": "1.10.0", + "port-version": 0 }, "py-add-vcpkg-dll-path": { "baseline": "2024-03-13", @@ -133,8 +133,8 @@ "port-version": 0 }, "py-geopandas": { - "baseline": "1.1.1", - "port-version": 1 + "baseline": "1.1.2", + "port-version": 0 }, "py-gpep517": { "baseline": "16", @@ -173,7 +173,7 @@ "port-version": 1 }, "py-jsonschema": { - "baseline": "4.25.1", + "baseline": "4.26.0", "port-version": 0 }, "py-jsonschema-specifications": { @@ -201,7 +201,7 @@ "port-version": 2 }, "py-maturin": { - "baseline": "1.10.2", + "baseline": "1.11.5", "port-version": 0 }, "py-meson": { @@ -233,7 +233,7 @@ "port-version": 1 }, "py-pathspec": { - "baseline": "0.12.1", + "baseline": "1.0.3", "port-version": 0 }, "py-pillow": { @@ -305,7 +305,7 @@ "port-version": 0 }, "py-pyqt6": { - "baseline": "6.10.1", + "baseline": "6.10.2", "port-version": 0 }, "py-pyqt6-sip": { @@ -337,7 +337,7 @@ "port-version": 2 }, "py-rasterio": { - "baseline": "1.4.4", + "baseline": "1.5.0", "port-version": 0 }, "py-referencing": { @@ -365,7 +365,7 @@ "port-version": 0 }, "py-scipy": { - "baseline": "1.16.3", + "baseline": "1.17.0", "port-version": 0 }, "py-semantic-version": { @@ -413,11 +413,11 @@ "port-version": 0 }, "py-tzdata": { - "baseline": "2025.2", + "baseline": "2025.3", "port-version": 0 }, "py-urllib3": { - "baseline": "2.6.2", + "baseline": "2.6.3", "port-version": 0 }, "py-versioneer": { @@ -429,7 +429,7 @@ "port-version": 0 }, "py-werkzeug": { - "baseline": "3.1.4", + "baseline": "3.1.5", "port-version": 0 }, "py-wheel": { diff --git a/versions/p-/py-adbc-driver-manager.json b/versions/p-/py-adbc-driver-manager.json index c22c62a9..d36fa69d 100644 --- a/versions/p-/py-adbc-driver-manager.json +++ b/versions/p-/py-adbc-driver-manager.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "519b5c6deaf28f19bb75616f9256892f3cc66e96", + "version": "1.10.0", + "port-version": 0 + }, { "git-tree": "e2afe04f5b79adf811bf15e6cb1ff1ff9f84d1d9", "version": "1.9.0", diff --git a/versions/p-/py-adbc-postgresql.json b/versions/p-/py-adbc-postgresql.json index b7bc5ebe..bcd4990b 100644 --- a/versions/p-/py-adbc-postgresql.json +++ b/versions/p-/py-adbc-postgresql.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4dd6120c181c4f9bccdb0afb3140eb5475577354", + "version": "1.10.0", + "port-version": 0 + }, { "git-tree": "68a36df265f97766a33851bb4dbc34d267d3ffc7", "version": "1.9.0", diff --git a/versions/p-/py-adbc-sqlite.json b/versions/p-/py-adbc-sqlite.json index dc1d4bcc..4e1cd78b 100644 --- a/versions/p-/py-adbc-sqlite.json +++ b/versions/p-/py-adbc-sqlite.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "70d4c4e540194459e3ade560933d7a737be0c449", + "version": "1.10.0", + "port-version": 0 + }, { "git-tree": "0520ea16d3a60e9604e63329bc507c07aec9d459", "version": "1.9.0", diff --git a/versions/p-/py-geopandas.json b/versions/p-/py-geopandas.json index 5791f2b8..6912f1e0 100644 --- a/versions/p-/py-geopandas.json +++ b/versions/p-/py-geopandas.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "06ea6cd7b098bfd0a76bd9a3edb1de89c84ccbe9", + "version": "1.1.2", + "port-version": 0 + }, { "git-tree": "60794cfe06d1924012e2f541b696aaff25303981", "version": "1.1.1", diff --git a/versions/p-/py-jsonschema.json b/versions/p-/py-jsonschema.json index c8e21a5a..88659d78 100644 --- a/versions/p-/py-jsonschema.json +++ b/versions/p-/py-jsonschema.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9009e93b4fd002b86d113c655521f1bafab395e6", + "version": "4.26.0", + "port-version": 0 + }, { "git-tree": "f5273236c84f9f32b951bd5257107dd7cce7d80e", "version": "4.25.1", diff --git a/versions/p-/py-maturin.json b/versions/p-/py-maturin.json index eeabd951..b0e55518 100644 --- a/versions/p-/py-maturin.json +++ b/versions/p-/py-maturin.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e0a5a385f03fabba54f5515abfd7ac5cf88a3262", + "version": "1.11.5", + "port-version": 0 + }, { "git-tree": "08428389cd98a696e26250a1f5d50927452b0d2f", "version": "1.10.2", diff --git a/versions/p-/py-pathspec.json b/versions/p-/py-pathspec.json index 74773a9e..f3c6eb00 100644 --- a/versions/p-/py-pathspec.json +++ b/versions/p-/py-pathspec.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fd7ddd1549f6c814a30bdb2284ef0b06a66f4f54", + "version": "1.0.3", + "port-version": 0 + }, { "git-tree": "5398df931e3060b63ed4a4b385d1d67f46e92b5b", "version": "0.12.1", diff --git a/versions/p-/py-pyqt6.json b/versions/p-/py-pyqt6.json index af75fe73..a31417b6 100644 --- a/versions/p-/py-pyqt6.json +++ b/versions/p-/py-pyqt6.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a155d99275b9a7a40b59663f0e654f18cfb2211f", + "version": "6.10.2", + "port-version": 0 + }, { "git-tree": "83e0129d3123735d54ad88987980a796b03883fa", "version": "6.10.1", diff --git a/versions/p-/py-rasterio.json b/versions/p-/py-rasterio.json index 333f6450..99f41409 100644 --- a/versions/p-/py-rasterio.json +++ b/versions/p-/py-rasterio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dee14f27261433e01b6e3dd0ca010cc870e3bc5b", + "version": "1.5.0", + "port-version": 0 + }, { "git-tree": "b2fa0f77707e662593c7b209c7e1842349be49b7", "version": "1.4.4", diff --git a/versions/p-/py-scipy.json b/versions/p-/py-scipy.json index c133604b..b6e16e55 100644 --- a/versions/p-/py-scipy.json +++ b/versions/p-/py-scipy.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3742d07c9df93f25546ba4ebb99089f2dd01f92a", + "version": "1.17.0", + "port-version": 0 + }, { "git-tree": "306d4acb1696fc78474dc77e5ef9db4c8bf5ee3c", "version": "1.16.3", diff --git a/versions/p-/py-tzdata.json b/versions/p-/py-tzdata.json index 54298707..d10f76f0 100644 --- a/versions/p-/py-tzdata.json +++ b/versions/p-/py-tzdata.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "29e893b622703b4b662b51ce00e7a50e23a5e355", + "version": "2025.3", + "port-version": 0 + }, { "git-tree": "91a6a27b9021398192ff609329df6f685841c59b", "version": "2025.2", diff --git a/versions/p-/py-urllib3.json b/versions/p-/py-urllib3.json index bfa4d7d6..cab5ba10 100644 --- a/versions/p-/py-urllib3.json +++ b/versions/p-/py-urllib3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b9e47b57c20c4876ebc5bdcb75420cdf523956fd", + "version": "2.6.3", + "port-version": 0 + }, { "git-tree": "95e64913d900df095641df61fe567c4ed1bf0653", "version": "2.6.2", diff --git a/versions/p-/py-werkzeug.json b/versions/p-/py-werkzeug.json index 41f4f334..a6b3cedd 100644 --- a/versions/p-/py-werkzeug.json +++ b/versions/p-/py-werkzeug.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9a292c3727b556e51dd389c9bdf2d5b106690c3a", + "version": "3.1.5", + "port-version": 0 + }, { "git-tree": "f4f69e1c01b486dc03f45853804d29a74deaef03", "version": "3.1.4",