Skip to content

Commit

Permalink
Merge pull request #83 from open-vcpkg/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
m-kuhn authored Dec 24, 2024
2 parents 532d6ed + 39251d2 commit 954073d
Show file tree
Hide file tree
Showing 27 changed files with 71 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: microsoft/vcpkg
ref: c4467cb686f92671f0172aa8299a77d908175b4e # TODO: can we have a canonical baseline for tests?
ref: 80d54ff62d528339c626a6fbc3489a7f25956ade # TODO: can we have a canonical baseline for tests?
path: vcpkg
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: microsoft/vcpkg
ref: c4467cb686f92671f0172aa8299a77d908175b4e # TODO: can we have a canonical baseline for tests?
ref: 80d54ff62d528339c626a6fbc3489a7f25956ade # TODO: can we have a canonical baseline for tests?
path: vcpkg
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions ports/py-click/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME click
VERSION ${VERSION}
SHA512 c67146ad0112daf8ed4db62a6b0a0065109332eb8fa31962ce40d61e27e2736020a0cadfebdd1656e2f23c20291b069d3a409faffe999a0907e6dbdef77aa014
SHA512 943e31a31369eb09d5da8efd89cca340229ab6ecbb49c02dcdabcce090099705b9b6a1bc12380ec9b8baacd469c3573ea8311b2197c594e591e5738a735e92b6
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.rst")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
vcpkg_python_test_import(MODULE "click")

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
2 changes: 1 addition & 1 deletion ports/py-click/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-click",
"version": "8.1.7",
"version": "8.1.8",
"description": "Composable command line interface toolkit",
"homepage": "https://palletsprojects.com/p/click/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-fonttools/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 fonttools
VERSION ${VERSION}
SHA512 4168a708f97da6ab211fa8b006166f8b56fcc3337b269f4c1c09d5be4298b3066fc196153fd3928a254101e2c659ac20fc45bf35de2e7624487ed9e1a3db20db
SHA512 26d81455394f38c3e97a6f354a85ee409d91e8fec7e196d56d4ca9edd863cd2e43ca20e6bbd85c03e00eb21570e14336fc90a6a0ed41ec8c3926761a98dd56a4
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-fonttools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-fonttools",
"version": "4.55.2",
"version": "4.55.3",
"description": "A library to manipulate font files from Python.",
"homepage": "https://github.com/fonttools/fonttools",
"dependencies": [
Expand Down
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 08d56be0641f8c009ecf32eafc7659158c6b2b67709b22e8cecf5dd1d7edd2307bf4a1d79af51064fdfde7017b6972df32f545f90f48f74410b02c7ca8aae993
SHA512 6d862bef8aad3f21521b07c668ba03c348640f8b1a461bd2196d85d1a38325c3f266bf3a1e6b16d07b5cabe1af3942beb863682f5cf90c8fb1000b0668fbde64
)

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.26.3",
"version": "1.27.0",
"description": "Modern, extensible Python build backend",
"homepage": "https://hatch.pypa.io/latest/",
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions ports/py-jinja2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME jinja2
PACKAGE_NAME Jinja2
VERSION ${VERSION}
SHA512 d07d68a2687af68c705d3b7f5a2c67aca7b9d125316b15085888b9d0d6e769981af76f6f524728b89b5501bd671d518fcb2638f9ae112e57ca2bf2a53482cd89
SHA512 75ad0094482c69d45fcd3aa8ee32e249931e53fee3f804f6ddfd5b6da0ed16962d8f1fced811e7dcb4d8401fadd828e77528d6d1280547a7d4f5f77cccf9bbd4
FILENAME jinja2
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-jinja2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-jinja2",
"version": "3.1.4",
"version": "3.1.5",
"description": "A very fast and expressive template engine.",
"homepage": "https://github.com/pallets/jinja/",
"dependencies": [
Expand Down
5 changes: 2 additions & 3 deletions ports/py-pyqt6-sip/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME PyQt6-sip
VERSION ${VERSION}
SHA512 0661fc4f851403183eeafaeec3c3176aa11fe0974b163a0168f757a357556ec0731d0c54afd0e581495178fda0aada4bd5c655b2e6f19bafa78c91ec7b74d61c
FILENAME PyQt6_sip
FILENAME PyQt6_sip
SHA512 a4d4f3207f6bc86e148934fc84f86bcbe895d1d890b9e642154a1b5881898f1d363662ca51a847aed9bfc9942479b77581771b4f5d8d9c140bc4066d06d584f9
FILENAME pyqt6_sip
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyqt6-sip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyqt6-sip",
"version": "13.9.0",
"version": "13.9.1",
"description": "Python bindings for the Qt cross platform application toolkit",
"homepage": "https://www.riverbankcomputing.com/software/pyqt/",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions ports/py-pyqt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set(VCPKG_BUILD_TYPE release)

vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME PyQt6
PACKAGE_NAME PyQt6
VERSION ${VERSION}
SHA512 1e0fec009e1823b06460fd96eddc00ed31388c20f6d832aa0ebaa130baf06d83514df43af7961c3cb2872570d27e539d6db7bf6143ccdfd61a19da7521be2c7e
SHA512 da57be66ede5fe1355ab1fd95e436c139e0d1dffc75f23f3933c20623d62fc9b9fad573d876e90d066588d2dc2f01e83771a0f05fe3b668fbb69a889ddfbcc15
)

# https://www.riverbankcomputing.com/static/Docs/PyQt6/installation.html
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyqt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyqt6",
"version": "6.7.1",
"version": "6.8.0",
"description": "Python bindings for the Qt cross platform application toolkit",
"homepage": "https://www.riverbankcomputing.com/software/pyqt/",
"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 1bcd097936e5f1762588df9146467216d069000c0bbfef93fc7fc49d4775fa8917332d31391165b80e204c59109ec09be14bbd143598b12c8f77eb7c5d086195
SHA512 a81e7e4c792af524bfb1aff3c3b8911903b7ca19f2378bfffe5bc1221110d657953ce4a7aa727de4bb4d2e318e2e8268591f5be7e0b53339d2e7441206850f9c
)

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.9.0",
"version": "6.9.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-urllib3/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 urllib3
VERSION ${VERSION}
SHA512 f461cc959d675b8b13c2f40f4b021cab01ccb3a5033143f5c3eae3fce7486115994d198c78db9ef353fce47c17b25e0ecb010fbdebc1b8731d4fd708054b39cc
SHA512 cf33a9082c304d8782fa054412686f9fac65fa860404243b72c75374f7459bf6c7668297b37b5fadc978f9a85b3e7653ddc7b2c415903f7eee5a70fe9ae281cb
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-urllib3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-urllib3",
"version": "2.2.3",
"version": "2.3.0",
"description": "HTTP library with thread-safe connection pooling, file post, and more.",
"homepage": "https://github.com/urllib3/urllib3",
"dependencies": [
Expand Down
16 changes: 8 additions & 8 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"port-version": 0
},
"py-click": {
"baseline": "8.1.7",
"baseline": "8.1.8",
"port-version": 0
},
"py-contourpy": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"port-version": 1
},
"py-fonttools": {
"baseline": "4.55.2",
"baseline": "4.55.3",
"port-version": 0
},
"py-geographiclib": {
Expand All @@ -93,7 +93,7 @@
"port-version": 0
},
"py-hatchling": {
"baseline": "1.26.3",
"baseline": "1.27.0",
"port-version": 0
},
"py-idna": {
Expand All @@ -113,7 +113,7 @@
"port-version": 0
},
"py-jinja2": {
"baseline": "3.1.4",
"baseline": "3.1.5",
"port-version": 0
},
"py-kerberos-proxy-auth": {
Expand Down Expand Up @@ -213,11 +213,11 @@
"port-version": 0
},
"py-pyqt6": {
"baseline": "6.7.1",
"baseline": "6.8.0",
"port-version": 0
},
"py-pyqt6-sip": {
"baseline": "13.9.0",
"baseline": "13.9.1",
"port-version": 0
},
"py-pyspnego": {
Expand Down Expand Up @@ -269,7 +269,7 @@
"port-version": 1
},
"py-sip": {
"baseline": "6.9.0",
"baseline": "6.9.1",
"port-version": 0
},
"py-six": {
Expand All @@ -293,7 +293,7 @@
"port-version": 0
},
"py-urllib3": {
"baseline": "2.2.3",
"baseline": "2.3.0",
"port-version": 0
},
"py-werkzeug": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-click.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "98cf8e64c06f70089eb3743d39ceb2ceaa617308",
"version": "8.1.8",
"port-version": 0
},
{
"git-tree": "e1457af4c839dd948e5b8a152e6ef64c0d378dc4",
"version": "8.1.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-fonttools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7860be537c754c2d0c3206452fdf1a6ea0825963",
"version": "4.55.3",
"port-version": 0
},
{
"git-tree": "8f8e33bf6fcf898e31bece1bd14e6cd2e7b146a1",
"version": "4.55.2",
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": "54f1948a981f7a8d9a0351d4c0cbd3b08380df6d",
"version": "1.27.0",
"port-version": 0
},
{
"git-tree": "eab7873adc6d91844cae486889739b5529262c98",
"version": "1.26.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-jinja2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "468edcf4ff63698b71fbc591b6c437e61fa3cdd5",
"version": "3.1.5",
"port-version": 0
},
{
"git-tree": "8037975db4c894a889c999df9e20a800d812309e",
"version": "3.1.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pyqt6-sip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "092ff5f5f46b30a54e021bc0310a471d06114de0",
"version": "13.9.1",
"port-version": 0
},
{
"git-tree": "c736986617091e77d7cb1022c7b9bb7333b018de",
"version": "13.9.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pyqt6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "db21e95b9bfa2541d909015e3dfc2a3809094eff",
"version": "6.8.0",
"port-version": 0
},
{
"git-tree": "63996161fdc6804e6c353ff82e8ce5301040b9c9",
"version": "6.7.1",
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": "290bbe2d0fdcf89cc6cd5e0034e5612397b86cd9",
"version": "6.9.1",
"port-version": 0
},
{
"git-tree": "d1e8a583806604e0d46d0e28b67262f6f7daa647",
"version": "6.9.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-urllib3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5c942d9cd512316ebb02725a7bdc3317d5616375",
"version": "2.3.0",
"port-version": 0
},
{
"git-tree": "7c941aa0ddf4eecbd8f7b419f452dfa169a4a4ae",
"version": "2.2.3",
Expand Down

0 comments on commit 954073d

Please sign in to comment.