Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update winrt-windows-data-xml-dom requirement from <=2.0.1 to <=2.1.0 #150

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Updates the requirements on winrt-windows-data-xml-dom to permit the latest version.

Release notes

Sourced from winrt-windows-data-xml-dom'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-data-xml-dom'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 <dependency name> 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)

Updates the requirements on [winrt-windows-data-xml-dom](https://github.com/pywinrt/pywinrt) to permit the latest version.
- [Release notes](https://github.com/pywinrt/pywinrt/releases)
- [Changelog](https://github.com/pywinrt/pywinrt/blob/main/CHANGELOG.md)
- [Commits](pywinrt/pywinrt@v1.0.0-beta.1...v2.1.0)

---
updated-dependencies:
- dependency-name: winrt-windows-data-xml-dom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2024
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2024

Looks like winrt-windows-data-xml-dom is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jun 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/winrt-windows-data-xml-dom-lte-2.1.0 branch June 30, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants