Skip to content

Commit

Permalink
Autoupdating ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Dec 25, 2024
1 parent 954073d commit 254eb6d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ports/py-charset-normalizer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ set(VCPKG_BUILD_TYPE release)

vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME charset_normalizer
PACKAGE_NAME charset-normalizer
VERSION ${VERSION}
SHA512 7b7098d389bf4b181bd26037fa439abb44811ee68b01b78bfd399b4213cca7309d4878e90a0983d6aa2c550c3b9b355c8b5157fae731981f3e6e4028a911d143
SHA512 2891c0bd3097ad38d296a8378ded36110a06113c0f79e49cdfd7f3bca4f42487d10895db34cbb020cb70e93d9094ae72555ceef5535f8984de1cac4082232f4f
FILENAME charset_normalizer
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-charset-normalizer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-charset-normalizer",
"version": "3.4.0",
"version": "3.4.1",
"description": "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.",
"homepage": "https://github.com/Ousret/charset_normalizer",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"port-version": 0
},
"py-charset-normalizer": {
"baseline": "3.4.0",
"baseline": "3.4.1",
"port-version": 0
},
"py-click": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-charset-normalizer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b15affd9b7f75cfbecd8de012632a6f6d834b68",
"version": "3.4.1",
"port-version": 0
},
{
"git-tree": "e01ac0dd36f0d344a6c7ae761336aad75196aff0",
"version": "3.4.0",
Expand Down

0 comments on commit 254eb6d

Please sign in to comment.