Skip to content

Commit

Permalink
Autoupdating ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Oct 25, 2024
1 parent d4bc16c commit ee6f517
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ports/py-owslib/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME OWSLib
PACKAGE_NAME OWSLib
VERSION ${VERSION}
SHA512 4182ca1df362c2f30bff843d7937c642d730d7d5de312a20d8f2c8396653ee52265218a17fe6ee0777accccc7ebbe6eee94fc7f160dc495015361fe3981907cf
SHA512 e71a553b4cbba7b5d650e495a376bab8e27ce99dcb0ada26997b29d6deae1ac6d1de5ac30d980f2b12c494af1179e6c14ed8eae606efc820a17e8f2d94786b78
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-owslib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-owslib",
"version": "0.31.0",
"version": "0.32.0",
"description": "OGC Web Service utility library",
"homepage": "https://owslib.readthedocs.io/",
"dependencies": [
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 7d67947c12e2fbe8a3d380e50e22671cc538593e0bf752955b84f74018c364dcc56553727dc53a540da713df5db73601acdc1e1cd608f55a968b9ec48a04d9ee
SHA512 4fca7cc5d172ddcb210bfbd6e993fc3d7243887762ba37c05aca3d6c5fcece8f573372704160c8048eb39c68d284fe808ca289c8c07564b06334bed6bafdc61e
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": "2024.10.16",
"version": "2024.10.21.16",
"description": "Canonical source for classifiers on PyPI (pypi.org).",
"homepage": "https://github.com/pypa/trove-classifiers",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"port-version": 0
},
"py-owslib": {
"baseline": "0.31.0",
"baseline": "0.32.0",
"port-version": 0
},
"py-packaging": {
Expand Down Expand Up @@ -209,7 +209,7 @@
"port-version": 0
},
"py-trove-classifiers": {
"baseline": "2024.10.16",
"baseline": "2024.10.21.16",
"port-version": 0
},
"py-typing-extensions": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-owslib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c7410a8084a3c547559061f291f7080f18e9da54",
"version": "0.32.0",
"port-version": 0
},
{
"git-tree": "e4bcbf7076e370c325e5be3e2ab72235d9020337",
"version": "0.31.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": "6ff9b96d4d0495c69de545e4b0e87e14c2e83c14",
"version": "2024.10.21.16",
"port-version": 0
},
{
"git-tree": "3b417bfa921702720003ed811d83fa1a85a8dd07",
"version": "2024.10.16",
Expand Down

0 comments on commit ee6f517

Please sign in to comment.