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-hatchling/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 hatchling
VERSION ${VERSION}
SHA512 e48055970b0b6d0752d704c89c660d11530c2594c24eb8d4660b6ae53d79fa8170b0306481c8a8bca3d06feb4476bcdd79d9c1a5dea3c7a4f84a762ecfd5c594
SHA512 8a4989943705f547f848ca6d46e33cf3b4949c81b21dff38baf48b532b6ea415cd0558538a8f404a1fd09d8d97ec47c36cb7b1e350aef9b8840f55380841de34
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-hatchling/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-hatchling",
"version": "1.31.0",
"version": "1.32.0",
"description": "Modern, extensible Python build backend",
"homepage": "https://hatch.pypa.io/latest/",
"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 253623b2a6018ef471a93f6999e9173c699d8f566cd7051e22c5624a1952d0a2098d2592d332614dd724b2e39756d18e6f78530cf08ef09207a0278afddd86fc
SHA512 9a01bc715cba8e577513a21388096e8c9c41922bf12c12c41258ec99118924a05b53a7079498b1b50c70c94c6d076d7b415c1c0d23577050c1fb259415239c82
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.1",
"version": "4.11.2",
"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
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"port-version": 0
},
"py-hatchling": {
"baseline": "1.31.0",
"baseline": "1.32.0",
"port-version": 0
},
"py-idna": {
Expand Down Expand Up @@ -269,7 +269,7 @@
"port-version": 1
},
"py-platformdirs": {
"baseline": "4.11.1",
"baseline": "4.11.2",
"port-version": 0
},
"py-plotly": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-hatchling.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "31b86ff21201ed97217a7228b93f07e0ec643cc8",
"version": "1.32.0",
"port-version": 0
},
{
"git-tree": "f3a3bfc2fa8ce00a1bce7b90d4628e2bfd5c0cde",
"version": "1.31.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": "2caf8c971782184d5df37f55ee01d236f9dad3c7",
"version": "4.11.2",
"port-version": 0
},
{
"git-tree": "a5d0914ed4be3397969d504bfaeacbbaac063704",
"version": "4.11.1",
Expand Down
Loading