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

Bump comtypes from 1.2.1 to 1.4.8 in /tools/deps #5364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps comtypes from 1.2.1 to 1.4.8.

Release notes

Sourced from comtypes's releases.

1.4.7

1.4.6

  • Add tests and method annotations for IRecordInfo. By @​junkmd.
  • Improve static typings in automation. By @​junkmd.
  • Tidy up import part in some modules. By @​junkmd.
  • Refer to Any and Tuple from the hints stub instead of directly importing them in generated modules. By @​junkmd.
  • Modernize GUID.py. By @​junkmd.
  • Improve codegenerator.modulenamer static typing. By @​junkmd.
  • Avoid using keywords in TYPE_CHECKING blocks. By @​junkmd.
  • Improve member defining parts of ParseInterface and ParseDispatch. By @​junkmd.
  • Fix Annoying SyntaxWarning. By @​v01d-gh.

1.4.5 Add statically defined ISequentialStream and improve creation of SAFEARRAYs

  • Split __init__.py into some modules. By @​junkmd.
  • Fix importing _DispMemberSpec in automation. By @​junkmd.
  • Fix importing _encode_idl in _comobject. By @​junkmd.
  • Change the name of the component that implements the interface for record parameter testing. By @​geppi.
  • Implement SAFEARRAY pointers and SAFEARRAYs as method parameters of a Dispatch Interface. By @​geppi.
  • Change the default value of the extra parameter in the create method of tagSAFEARRAY subtypes. By @​geppi.
  • Implement static import for ISequentialStream. By @​jonschz.
  • Modernize test_wmi. By @​junkmd.
  • Add static typing for _midlSAFEARRAY. By @​junkmd.

1.4.4

  • Stop mentioning the last version supporting Windows CE in README.md. By @​forderud.
  • Declare the minimum Python version as 3.7. By @​jaraco.
  • Move package configuration to declarative config. By @​jaraco.

1.4.3

  • Refactor test_findgendir. By @​junkmd.
  • Update test_GUID. By @​junkmd.
  • Add a feature to typeannotator that interprets the return value. By @​junkmd.
  • Update type annotations for _IUnknown_Base and IUnknown. By @​junkmd.
  • Add groupby_impltypeflags. By @​junkmd.

... (truncated)

Changelog

Sourced from comtypes's changelog.

Release 1.4.8

  • Remove Python 3.7 and add Python 3.13 to the CI pipelines. By @​junkmd.
  • Add constant definitions to shelllink. By @​junkmd.
  • Add more tests to test_stream. By @​junkmd.
  • Add the void_type definition to tlbparser. By @​junkmd.
  • Modernize tools.tlbparser.get_tlib_filename. By @​junkmd.
  • Extract the methods for parsing externals and dual interfaces from Parser.parse_typeinfo. By @​junkmd.
  • Fix type annotations referenced by tlbparser. By @​junkmd.
  • Modernize codegenerator.namespaces. By @​junkmd.
  • Improve static typing for CoGetClassObject and GetClassObject. By @​junkmd.
  • Refactor the __new__ methods of _cominterface_meta and _coclass_meta. By @​junkmd.
  • Prevent errors caused by defining members with the same name within an enum type. By @​junkmd.
  • Remove remaining __cmp__ methods. By @​newwingbird.
  • Remove remaining from __future__ import print_function lines. By @​newwingbird.
  • Prevent itf to be an unbound variable in _cominterface_meta.__get_baseinterface_methodcount. By @​newwingbird.
  • Modify the metaclasses to ensure compatibility with Python 3.13 and earlier versions. By @​junkmd.

Release 1.4.7

Release 1.4.6

  • Add tests and method annotations for IRecordInfo. By @​junkmd.
  • Improve static typings in automation. By @​junkmd.
  • Tidy up import part in some modules. By @​junkmd.
  • Refer to Any and Tuple from the hints stub instead of directly importing them in generated modules. By @​junkmd.
  • Modernize GUID.py. By @​junkmd.
  • Improve codegenerator.modulenamer static typing. By @​junkmd.
  • Avoid using keywords in TYPE_CHECKING blocks. By @​junkmd.
  • Improve member defining parts of ParseInterface and ParseDispatch. By @​junkmd.
  • Fix Annoying SyntaxWarning. By @​v01d-gh.

Release 1.4.5

... (truncated)

Commits
  • 4cbdb03 Bump version and update change log for 1.4.8 (#642)
  • 5153b3a Modify the metaclasses to ensure compatibility with Python 3.13 and earlier v...
  • 112cd26 Prevent itf to be an unbound variable in `_cominterface_meta.__get_baseinte...
  • 7c58429 Remove cmp method (#639)
  • 97cbe1c Remove unnecessary import statements (#638)
  • fd79ce6 Delete cmp (#637)
  • 0256434 Prevent errors caused by defining members with the same name within an enum t...
  • 07e0664 Add comments to metaclasses. (#635)
  • 99f8900 Add @overloads to ImportedNamespaces.add. (#634)
  • fa08187 Adopt ruff formatter and linter. (#632)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [comtypes](https://github.com/enthought/comtypes) from 1.2.1 to 1.4.8.
- [Release notes](https://github.com/enthought/comtypes/releases)
- [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt)
- [Commits](enthought/comtypes@1.2.1...1.4.8)

---
updated-dependencies:
- dependency-name: comtypes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

sourcery-ai bot commented Oct 21, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.91%. Comparing base (74fc14e) to head (95cc5bf).
Report is 36 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (74fc14e) and HEAD (95cc5bf). Click for more details.

HEAD has 10 uploads less than BASE
Flag BASE (74fc14e) HEAD (95cc5bf)
unit 3 0
functional 6 1
integration 2 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5364       +/-   ##
===========================================
- Coverage   49.24%   38.91%   -10.34%     
===========================================
  Files          94       92        -2     
  Lines       15699    14749      -950     
===========================================
- Hits         7731     5739     -1992     
- Misses       7968     9010     +1042     
Flag Coverage Δ
functional 38.91% <ø> (+0.83%) ⬆️
integration ?
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant