DatGuy1 / Windows-Toasts

Python library used to send toast notifications on Windows machines
Apache License 2.0
96 stars 6 forks source link

build(deps): update winrt-windows-foundation-collections requirement from <=2.0.1 to <=2.1.0 #151

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Updates the requirements on winrt-windows-foundation-collections to permit the latest version.

Release notes

Sourced from winrt-windows-foundation-collections's releases.

v2.1.0

Added

  • Added winrt.Microsoft.Windows.ApplicationModel.DynamicDepedency.Bootstrap interop package.
  • Added _iids_ and _runtime_class_name_ properties to system.Object.
  • Added __eq__ and __ne__ methods to projected structs.
  • Added projection of inherited members of composed classes.

Changed

  • PyWinRT.exe is now a dotnet tool.
  • Static events are moved to the metaclass.

Fixed

  • Fixed possible crash when checking if API is available at runtime.
  • Fixed memory leak when converting Python object to char16_t or hstring.
  • Fixed importing modules containing delegates with parameters that reference other modules.
  • Fixed TypeError when trying to pass composed runtime object to API that requires subclass (#25).
  • Fixed TypeError when passing None to APIs that require a system.Object.
  • Fixed ui.xaml.Application.start() methods not releasing GIL.
  • Fixed some type hints not working when not all dependent packages installed.
  • Fixed type hints should not have _from() method in projected static classes.
  • Fixed type hints for methods that return an array.
  • Fixed handling of bool, char, string and IReference types in projected structs.

#25: pywinrt/pywinrt#25

Changelog

Sourced from winrt-windows-foundation-collections's changelog.

[v2.1.0] - 2024-06-23

Added

  • Added winrt.Microsoft.Windows.ApplicationModel.DynamicDepedency.Bootstrap interop package.
  • Added _iids_ and _runtime_class_name_ properties to system.Object.
  • Added __eq__ and __ne__ methods to projected structs.
  • Added projection of inherited members of composed classes.

Changed

  • PyWinRT.exe is now a dotnet tool.
  • Static events are moved to the metaclass.

Fixed

  • Fixed possible crash when checking if API is available at runtime.
  • Fixed memory leak when converting Python object to char16_t or hstring.
  • Fixed importing modules containing delegates with parameters that reference other modules.
  • Fixed TypeError when trying to pass composed runtime object to API that requires subclass (#25).
  • Fixed TypeError when passing None to APIs that require a system.Object.
  • Fixed ui.xaml.Application.start() methods not releasing GIL.
  • Fixed some type hints not working when not all dependent packages installed.
  • Fixed type hints should not have _from() method in projected static classes.
  • Fixed type hints for methods that return an array.
  • Fixed handling of bool, char, string and IReference types in projected structs.

#25: pywinrt/pywinrt#25

[v2.0.1] - 2024-04-28

Fixed

  • Fixed modules with protected methods/properties failing to compile.

[v2.0.0] - 2024-04-27

Added

  • Added py.typed to each subpackage.
  • Added winrt.windows.foundation.interop module with box and unbox methods.

Changed

  • Regenerated files for Windows 11 SDK 10.0.22621.0 February 2024 update.
  • Updated to Windows App SDK 1.5.240311000
  • Updated to CppWinRT 2.0.240111.5

Fixed

  • Fixed implicitly converting None to System.Object.
  • Fixed KeyError when accessing accessing values of mappings that return None.
  • Fixed building from source package with non-MSVC compiler (#44).
  • Fixed module load failing on systems without msvcp140.dll (#43).

... (truncated)

Commits
  • e39658d v2.1.0
  • 18aa70f projection: regenerate pyproject
  • 0689e82 samples: add hello world app for Windows App SDK
  • 3ee9683 PyWinRT: included inherited events in composed classes
  • 543c728 PyWinRT: include inherited properties in composed classes
  • 9d7eb55 PyWinRT: include inherited methods in composed classes
  • 9d56f34 test: ignore type error when testing "wrong" code
  • 16da72f PyWinRT: generate struct equality methods
  • 115a56b PyWinRT: don't call WriteMethodFunctions for structs
  • 97075ef PyWinRT: move struct functions to separate class
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.34%. Comparing base (386c7aa) to head (5e17b72).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #151 +/- ## ======================================= Coverage 97.34% 97.34% ======================================= Files 10 10 Lines 640 640 Branches 91 91 ======================================= Hits 623 623 Misses 10 10 Partials 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 2 months ago

Looks like winrt-windows-foundation-collections is no longer updatable, so this is no longer needed.