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-pysal/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 pysal
VERSION ${VERSION}
SHA512 aca319e8d2128738e760fba7d6628493f200dc9ee46e952e49b2176337acad03dfce9c0e455e6f7305507af7717ccaecc9d796a0bd7e33f122a54c7dac2d1630
SHA512 7bb3377204ff68f68ff68835febd21b84b86038e3b8e8f6ef2c966e9938ad5643b97d8ce28fa05b865c8d08826d69757bcbd0618b492abbed1fc1603ed3dcaa5
FILENAME pysal
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-pysal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pysal",
"version": "25.7",
"version": "26.1",
"description": "Python Spatial Analysis Library - meta-package for the PySAL ecosystem.",
"homepage": "https://pysal.org/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-wrapt/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 wrapt
VERSION ${VERSION}
SHA512 e134ac2ef8db889fb14596d543faa2be076bc383cb0f16734ca08e8c80f5570b6bd65cc9475d99a707290fc9ead07debbe9714120b404f9b244b700e79b19f88
SHA512 4e20da9d29284f3391c983772482ac8f1b371bc3f6020765f77c54df9842287ba90242069dadf819fb680ddc9378515ffc27f99f28a5f3ce18d70cab3ff7d017
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-wrapt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-wrapt",
"version": "2.0.1",
"version": "2.1.0",
"description": "Module for decorators, wrappers and monkey patching.",
"homepage": "https://github.com/GrahamDumpleton/wrapt",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"port-version": 0
},
"py-pysal": {
"baseline": "25.7",
"baseline": "26.1",
"port-version": 0
},
"py-pyspnego": {
Expand Down Expand Up @@ -445,7 +445,7 @@
"port-version": 0
},
"py-wrapt": {
"baseline": "2.0.1",
"baseline": "2.1.0",
"port-version": 0
},
"pybind11": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pysal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2d716c71491dc13a427e554fb88824fc2627d69e",
"version": "26.1",
"port-version": 0
},
{
"git-tree": "eb1a8e9823574f315f973c397a1650084da46435",
"version": "25.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-wrapt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20fc25208b9c4dbaa84cab7c9e5c00dfb0a852f4",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "7fc2f22d9d6ba8f7cd6bd8b1c56e142d0e6fe369",
"version": "2.0.1",
Expand Down
Loading