Skip to content

Commit f5f5266

Browse files
author
Update Bot
committed
Autoupdating ports
1 parent 73e3ec2 commit f5f5266

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

ports/py-maturin/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_pythonhosted(
22
OUT_SOURCE_PATH SOURCE_PATH
33
PACKAGE_NAME maturin
44
VERSION ${VERSION}
5-
SHA512 298b8f5f6679572044422b05514cc3987a93e24627ca905721b4fe5dd20b47b007171e8ed5ccb276391f680a9adbacf585dc91bf1ba18dd642c989918224566d
5+
SHA512 066397f47dc540a4b8ce2e42422dc3ca77c5712416a4ebc3c8a9a190c1dd021511d70f4145e419c0c1e660d2ecf33fceb7562842fe8c54291cf24f82d8cd0146
66
)
77

88
vcpkg_get_rust(CARGO)

ports/py-maturin/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "py-maturin",
3-
"version": "1.9.6",
3+
"version": "1.10.0",
44
"description": "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages",
55
"homepage": "https://github.com/pyca/cryptography",
66
"dependencies": [

ports/py-wrapt/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
44
OUT_SOURCE_PATH SOURCE_PATH
55
PACKAGE_NAME wrapt
66
VERSION ${VERSION}
7-
SHA512 61f3aae61b9a1fd6cc2227dc08b6738a21413f5b56baf8e0c77942975165704f538a94e10bb85a656c7519d0c9e25d6371026b1541ab134579ff7bb50e5f16bf
7+
SHA512 e134ac2ef8db889fb14596d543faa2be076bc383cb0f16734ca08e8c80f5570b6bd65cc9475d99a707290fc9ead07debbe9714120b404f9b244b700e79b19f88
88
)
99

1010
vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

ports/py-wrapt/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "py-wrapt",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Module for decorators, wrappers and monkey patching.",
55
"homepage": "https://github.com/GrahamDumpleton/wrapt",
66
"dependencies": [

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"port-version": 2
142142
},
143143
"py-maturin": {
144-
"baseline": "1.9.6",
144+
"baseline": "1.10.0",
145145
"port-version": 0
146146
},
147147
"py-meson": {
@@ -321,7 +321,7 @@
321321
"port-version": 0
322322
},
323323
"py-wrapt": {
324-
"baseline": "2.0.0",
324+
"baseline": "2.0.1",
325325
"port-version": 0
326326
},
327327
"pybind11": {

versions/p-/py-maturin.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "1b22f6d6af42dddc2f3220cbd8706c934790c934",
5+
"version": "1.10.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "9702f1073a235b2de628504bb1c543b022c36400",
510
"version": "1.9.6",

versions/p-/py-wrapt.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "7fc2f22d9d6ba8f7cd6bd8b1c56e142d0e6fe369",
5+
"version": "2.0.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "32b78d47594e09eb978e9a9d5538370dc7426384",
510
"version": "2.0.0",

0 commit comments

Comments
 (0)