Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by create-pull-request action #90

Merged
merged 1 commit into from
Jan 16, 2025
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-autopep8/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 autopep8
VERSION ${VERSION}
SHA512 27751ea37d3067efb693acf4872b9e15f1815f1d4116d73b504d491382e4e54337afaef4a1f171979d4cc737b0014e8ebfbc0d34fe02255c39c6b5b09c263067
SHA512 1fc897feec093e7e945b10bbd3cbbef5a83c4ec7d86215fb9643434d80a14ff54bf613dbb9dd0acacc9706ac35e8f0486ef643ae49da040471965d41fdd03cc4
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-autopep8/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-autopep8",
"version": "2.3.1",
"version": "2.3.2",
"description": "A tool that automatically formats Python code to conform to the PEP 8 style guide",
"homepage": "https://github.com/hhatto/autopep8",
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion ports/py-poetry-core/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME poetry-core
VERSION ${VERSION}
SHA512 cfac336f15af3cad8fae78e55e354ab86a2157d603bb4f656c625749c44d68419544fe769da422571b58eab22876d1ef3672df1f7f4ee08c132e2928ec99225c
SHA512 dd1d303abd034fc0341aaa5fc8d11f13ef305e93b9e9036f4040c2cb007c8b1eecbdb719d2b5692530b80ecc06d416751a45c499f373a05b7066e56785d1a8e8
FILENAME poetry_core
FILENAME poetry_core
FILENAME poetry_core
)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-poetry-core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-poetry-core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Poetry PEP 517 Build Backend",
"homepage": "https://github.com/python-poetry/poetry-core",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion ports/py-trove-classifiers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME trove-classifiers
VERSION ${VERSION}
SHA512 06210009c52e6d4bb070f40052a396a48d9643b09864d2ac370449a91200818aabb595703048b3cb1fb97551e8e86d17b4cccbc3dbc19b34d199bdcbe50c3d96
SHA512 460df4327866ea6ef19ea04e9ea4dd746eb733ceafec0db9920b1e6eb1649abfcc914f4e103700072696846c4af4c85003a1ef6323b4605a8f1659126d459503
FILENAME trove_classifiers
FILENAME trove_classifiers
FILENAME trove_classifiers
FILENAME trove_classifiers
Expand Down
2 changes: 1 addition & 1 deletion ports/py-trove-classifiers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-trove-classifiers",
"version": "2025.1.7.14",
"version": "2025.1.15.22",
"description": "Canonical source for classifiers on PyPI (pypi.org).",
"homepage": "https://github.com/pypa/trove-classifiers",
"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 74eabdc97ee53ba915cc5361554e3d7c0e1a0870cf024468ba790baec9a1ec17c3ba5751a00658cc19c576215e2eca83c55ab7f4c7aa83377955613327595de8
SHA512 004e060b37775f422dc08baccee148ca3d27c5281398aa4196bf279f561c65d5e5b7a4743fe22001b9107b18cf30a2296ca1ae4c30de79644769e2a619869e0d
)

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": "1.17.0",
"version": "1.17.2",
"description": "Module for decorators, wrappers and monkey patching.",
"homepage": "https://github.com/GrahamDumpleton/wrapt",
"dependencies": [
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"port-version": 0
},
"py-autopep8": {
"baseline": "2.3.1",
"baseline": "2.3.2",
"port-version": 0
},
"py-blinker": {
Expand Down Expand Up @@ -181,7 +181,7 @@
"port-version": 2
},
"py-poetry-core": {
"baseline": "2.0.0",
"baseline": "2.0.1",
"port-version": 0
},
"py-psycopg2": {
Expand Down Expand Up @@ -285,7 +285,7 @@
"port-version": 1
},
"py-trove-classifiers": {
"baseline": "2025.1.7.14",
"baseline": "2025.1.15.22",
"port-version": 0
},
"py-typing-extensions": {
Expand All @@ -305,7 +305,7 @@
"port-version": 0
},
"py-wrapt": {
"baseline": "1.17.0",
"baseline": "1.17.2",
"port-version": 0
},
"pybind11": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-autopep8.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "338b25ce939233122f9decc0d0866061c5f588d0",
"version": "2.3.2",
"port-version": 0
},
{
"git-tree": "f8ec3122a271a0e5252ea67fa80e62356785bc04",
"version": "2.3.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-poetry-core.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d651a58d9cbe772fc7b61c49d4e070c14bb5ae05",
"version": "2.0.1",
"port-version": 0
},
{
"git-tree": "fe017b5cf6fae36e0375fd83192b471960c83063",
"version": "2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-trove-classifiers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "353895425c83e0baac5c192a3a4faa7f18f100b6",
"version": "2025.1.15.22",
"port-version": 0
},
{
"git-tree": "ca0be076f14ff323449b8bd11629fc127f7dfd9a",
"version": "2025.1.7.14",
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": "9484266dd40a3e3c2219e83173fb9ad24221e672",
"version": "1.17.2",
"port-version": 0
},
{
"git-tree": "c571abf77195d43374241c09e0a431f4b51dc622",
"version": "1.17.0",
Expand Down
Loading