New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

winrt-Windows.System.Display

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winrt-Windows.System.Display - pypi Package Compare versions

Comparing version
2.0.0b2
to
2.0.1
winrt/windows/system/display/py.typed
+2
-1
Metadata-Version: 2.1
Name: winrt-Windows.System.Display
Version: 2.0.0b2
Version: 2.0.1
Summary: Python projection of Windows Runtime (WinRT) APIs

@@ -15,2 +15,3 @@ License: MIT

Description-Content-Type: text/markdown
Requires-Dist: winrt-runtime==2.0.1

@@ -17,0 +18,0 @@ <!-- warning: Please don't edit this file. It was automatically generated. -->

@@ -1,2 +0,2 @@

// WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.0-beta.2
// WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.1

@@ -3,0 +3,0 @@ #include "py.Windows.System.Display.h"

# WARNING: Please don't edit this file. It was automatically generated.
[build-system]
requires = ["setuptools", "setuptools-scm", "winrt-sdk"]
requires = ["setuptools", "winrt-sdk"]
build-backend = "setuptools.build_meta"

@@ -32,3 +32,3 @@

[tool.setuptools.package-data]
winrt = ["*.pyi"]
"*" = ["*.pyi", "py.typed"]

@@ -35,0 +35,0 @@ [tool.cibuildwheel]

@@ -1,1 +0,1 @@

2.0.0-beta.2
2.0.1

@@ -1,3 +0,3 @@

# WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.0-beta.2
# WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.1
winrt-runtime==2.0.0-beta.2
winrt-runtime==2.0.1
# WARNING: Please don't edit this file. It was automatically generated.
from setuptools import Extension, setup
from setuptools.command.build_ext import build_ext
from winrt_sdk import get_include_dirs
class build_ext_ex(build_ext):
def build_extension(self, ext):
if self.compiler.compiler_type == "msvc":
ext.extra_compile_args = ["/std:c++20", "/permissive-"]
elif self.compiler.compiler_type == "mingw32":
ext.extra_compile_args = ["-std=c++20", "-D_WIN32_WINNT=_WIN32_WINNT_WIN10"]
ext.extra_link_args = ["-loleaut32"]
else:
raise ValueError(f"Unsupported compiler: {self.compiler.compiler_type}")
build_ext.build_extension(self, ext)
setup(
cmdclass = {'build_ext': build_ext_ex},
ext_modules=[

@@ -12,3 +28,2 @@ Extension(

include_dirs=get_include_dirs(),
extra_compile_args=["/std:c++20", "/permissive-"],
libraries=["windowsapp"],

@@ -15,0 +30,0 @@ )

Metadata-Version: 2.1
Name: winrt-Windows.System.Display
Version: 2.0.0b2
Version: 2.0.1
Summary: Python projection of Windows Runtime (WinRT) APIs

@@ -15,2 +15,3 @@ License: MIT

Description-Content-Type: text/markdown
Requires-Dist: winrt-runtime==2.0.1

@@ -17,0 +18,0 @@ <!-- warning: Please don't edit this file. It was automatically generated. -->

@@ -1,1 +0,1 @@

winrt-runtime==2.0.0-beta.2
winrt-runtime==2.0.1

@@ -9,2 +9,3 @@ README.md

winrt/windows/system/display/__init__.py
winrt/windows/system/display/py.typed
winrt_Windows.System.Display.egg-info/PKG-INFO

@@ -11,0 +12,0 @@ winrt_Windows.System.Display.egg-info/SOURCES.txt

@@ -1,2 +0,2 @@

# WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.0-beta.2
# WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.1

@@ -3,0 +3,0 @@ import datetime

@@ -1,2 +0,2 @@

# WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.0-beta.2
# WARNING: Please don't edit this file. It was generated by Python/WinRT v2.0.1

@@ -3,0 +3,0 @@ import winrt.system