Skip to content
Open
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-charset-normalizer/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 charset-normalizer
VERSION ${VERSION}
SHA512 eb96d91b60b5ed083a6169a2c67534a6fd261d91e957f592a52076c98fad99d30e45a11754d51472e1b2815b08061005a5cf9a6844441726cd2814f22bdeef2c
SHA512 9f77c6eb941e7b718ccfeefc0febbf964c9b4992fc14c9d64efac1da346f24f1c0b5b82a094512f2ab220232b2b269614ca34e59b93eb05e57e13cd85f7167fb
FILENAME charset_normalizer
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-charset-normalizer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
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 16a7fae5cfebfe76015de817d66d1bad8e39f922916338015f0f2209fe4a64fc3c5ff7f1fdc8f78304ffe854052fbe96e667a3ebdf94d2b554d322947d8c1e67
SHA512 78ac67edde9e8ef2d382cfd013f78d4a1b8f1a5e505dd13438245879f7b583328c127e40ef3c2a90277b7e6e5b00015aa9b85ceace1f7c6537761c783b26591c
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.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",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-idna/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 idna
VERSION ${VERSION}
SHA512 5cdfa086a6a1d2c5fbb6fe56ceae5434a71e2215711d252be41f82cebfa48cef35cc8b2ff03e6af17ae309f230a04a008c41eae55852dd77942f97f65848c916
SHA512 9d80b04098d59eb2f2c82a91d1b8153aa5cf135dafc9f792b69d5efee05a1b7f441a907286741f85992a67b175e2910b2233bdf7492c61a3dc204ff74aed3aca
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-idna/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-lxml/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 lxml
VERSION ${VERSION}
SHA512 972956629ce8fca885fd2261e7d46d0954f851ab14557de2706cec8a68ac7f612052b0c9ec64477aecc9284d769bf3958d688c58beea876f311acc0c6d59ab8a
SHA512 18695beecaf86aa9b44bbefccbe3980b62f20d492707b81d143421b85e2b1725472953f093c46454ba3581af990d8e9ba66becfe9e0df5f6064c422f158fce77
)

if(VCPKG_TARGET_IS_WINDOWS)
Expand Down
3 changes: 1 addition & 2 deletions ports/py-lxml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
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 701deb53fb9b188b37bdf1549fbd1b3092fceac161e0b073b0b7c5c57b55ab8cb1d766df3eefa43639ebb49bf0f768a37487779f20d74df77156e823a0bae94b
SHA512 225190b5e31f3fd5ac514527bd8dcb3c50ae7f4abd3620ae1cf5a28b5f88b5c115b590705eb3c63de97dd8c5e172fd892286c3f896439815a3a83c076c18b3ba
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.24.0",
"version": "2.25.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-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 9a01bc715cba8e577513a21388096e8c9c41922bf12c12c41258ec99118924a05b53a7079498b1b50c70c94c6d076d7b415c1c0d23577050c1fb259415239c82
SHA512 0d90ccbb4f75bc2c0eda42223d475c688c59214fd696ff4690abd022322d9883816bc7c33765da8c9a792afc04ab21faa08c69dcbe027f7cbdcb4087e5baa2a1
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.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",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pythran/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 pythran
VERSION ${VERSION}
SHA512 f80770b62490c0acb03953ad8b7f4dbfc715e0653b27f6ef0cbae47f7fd088e5f959e1f74a88d310975135a7c35b1aabd2d727443dcbc12a61960d2db78d0fef
SHA512 638dc09bbd8f424cb91b36270d529369108a44b28ac16418012e83e66f426f33ad1057ddf9fcacc90567dfad7b03f37279fd0d42beaf63131413108506c99016
)
vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

Expand Down
3 changes: 1 addition & 2 deletions ports/py-pythran/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-scipy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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')")
Expand Down
3 changes: 1 addition & 2 deletions ports/py-scipy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-sip/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 sip
VERSION ${VERSION}
SHA512 8d828aa1c71cdd2b7e7e379d2d2298641ec17afee5ef1e2022ea58f27d02754351aae321eba9c5cfe70c1f821a8212f66a46a7486d15746b581e0816bbda54c7
SHA512 464d71ffe76dc170b863a6a6faf16df8b0e8c363063bcd32b784d8a1055dd9558f41975c7b17cfcb3e7b383a812f22d6542fe0228193cc4cc7c8b745f3843b1d
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-sip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-typing-inspection/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 pydantic/typing-inspection
REF v${VERSION}
SHA512 8661c5e8da636d6b4269ef99dcd3fc34cc1157a64c1aae5ba2a94495668a5b0171fdeae9a8f64e5e1d2e8bd9194517984a9514e0443a0c5d3d8abaab07f141bf
SHA512 b39a7fbffc52f599809f0276c9cba01e54a2a30f9ef1fa94961faf586277917e0b756fac1a32e5ab9a8405c0c6a7a1629e7d85ad20e43e7f84581d77954c0efb
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-typing-inspection/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
28 changes: 14 additions & 14 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"port-version": 0
},
"py-charset-normalizer": {
"baseline": "3.4.9",
"baseline": "3.5.1",
"port-version": 0
},
"py-click": {
Expand All @@ -97,7 +97,7 @@
"port-version": 1
},
"py-cython": {
"baseline": "3.2.9",
"baseline": "3.3.0",
"port-version": 0
},
"py-dateutil": {
Expand Down Expand Up @@ -157,7 +157,7 @@
"port-version": 0
},
"py-idna": {
"baseline": "3.18",
"baseline": "3.19",
"port-version": 0
},
"py-installer": {
Expand Down Expand Up @@ -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",
Expand All @@ -225,7 +225,7 @@
"port-version": 2
},
"py-narwhals": {
"baseline": "2.24.0",
"baseline": "2.25.0",
"port-version": 0
},
"py-networkx": {
Expand Down Expand Up @@ -269,7 +269,7 @@
"port-version": 1
},
"py-platformdirs": {
"baseline": "4.11.2",
"baseline": "4.11.3",
"port-version": 0
},
"py-plotly": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -433,7 +433,7 @@
"port-version": 0
},
"py-sip": {
"baseline": "6.16.0",
"baseline": "6.16.1",
"port-version": 0
},
"py-six": {
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-charset-normalizer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b924cfe8db606c61f7ed264e0bf65948832d22b",
"version": "3.5.1",
"port-version": 0
},
{
"git-tree": "afbe9bea143ffce56a50f90ca1bd120c7a99c7f4",
"version": "3.4.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-cython.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ed2e375243f7af0f62af761fc60226aa5d78193e",
"version": "3.3.0",
"port-version": 0
},
{
"git-tree": "0f1fc17628fb561f239f4be5983c7a6cd2efc29b",
"version": "3.2.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-idna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9cab4d17bbf9d9ddd04525c74e9f437db84f1056",
"version": "3.19",
"port-version": 0
},
{
"git-tree": "ef8cd54793877e664a630dd293ea87db584984a2",
"version": "3.18",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-lxml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a563bd6b11ea310c445839e9c596c04c83cb869",
"version": "6.1.2",
"port-version": 0
},
{
"git-tree": "b199b3f1464eddea205ef70cafd2c441b7d37ef9",
"version": "6.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-narwhals.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a6724986fa21729aaf693eb1a09bcdcfa5597869",
"version": "2.25.0",
"port-version": 0
},
{
"git-tree": "1750896d9d08d916c79cfc48cd3f92d32a71b474",
"version": "2.24.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-platformdirs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b0eea5a27a87337dece03f4a87bafcb795ee859",
"version": "4.11.3",
"port-version": 0
},
{
"git-tree": "2caf8c971782184d5df37f55ee01d236f9dad3c7",
"version": "4.11.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pythran.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "659f2292cf83037dbb01b5cbbe13bb66409c80ff",
"version": "0.19.0",
"port-version": 0
},
{
"git-tree": "8e8c9251afbdf0c487946b7c39324b0aef63ef66",
"version": "0.18.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-scipy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "127f6faad9a30857d1727d3c5b1d40f720b9ecf4",
"version": "1.18.1",
"port-version": 0
},
{
"git-tree": "e9be993bf3dfdffb58266419f83aaf8c57767c42",
"version": "1.18.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-sip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4cbed4bf0ee756a9bd4e36aa97b463a82de9659e",
"version": "6.16.1",
"port-version": 0
},
{
"git-tree": "28d99da45d244464fce57b934c9cd6cc6482a32a",
"version": "6.16.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-typing-inspection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a8dfa8e8404f30ac90706a27c3a680b5f51000cc",
"version": "0.4.3",
"port-version": 0
},
{
"git-tree": "d7e8b4b4403391af14f63f4ebc7a67b887196b5e",
"version": "0.4.2",
Expand Down