Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 573b244

Browse files
committed
Update PyWinRT to v1.0.0-beta.6
1 parent 77f587d commit 573b244

File tree

1,266 files changed

+4099
-6131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,266 files changed

+4099
-6131
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param ([switch]$skipNugetInstall)
22

3-
$pywinrt_version = '1.0.0-beta.5'
3+
$pywinrt_version = '1.0.0-beta.6'
44
$cppwinrt_version = '2.0.220608.4'
55
$windows_sdk_version = '10.0.22621.0+'
66
$repoRootPath = (Get-Item $PSScriptRoot).FullName

pywinrt/winsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
from importlib.machinery import ExtensionFileLoader
44
from importlib.util import spec_from_loader, module_from_spec

pywinrt/winsdk/_winrt.pyi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
# WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33

44
import sys
5+
import uuid
56

67
if sys.version_info >= (3, 9):
78
from typing import Annotated
@@ -32,6 +33,9 @@ else:
3233

3334
Char16 = UInt16 # Char16 also implies valid UTF-16 codepoint
3435

36+
# WinRT GUIDs are marshaled to Python UUIDs
37+
Guid = uuid.UUID
38+
3539
MTA: int
3640
STA: int
3741

pywinrt/winsdk/src/_winrt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
#include "pybase.h"
44
#include <Shobjidl.h>

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.Preview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
#include "pybase.h"
44
#include "py.Windows.AI.MachineLearning.Preview.h"

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.Preview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
#pragma once
44

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
#include "pybase.h"
44
#include "py.Windows.AI.MachineLearning.h"

pywinrt/winsdk/src/py.Windows.AI.MachineLearning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
#pragma once
44

pywinrt/winsdk/src/py.Windows.ApplicationModel.Activation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.5
1+
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.6
22

33
#include "pybase.h"
44
#include "py.Windows.ApplicationModel.Activation.h"

0 commit comments

Comments
 (0)