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

Chore(deps): Bump comtypes from 1.1.14 to 1.4.5 #11

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 Jul 15, 2024

Bumps comtypes from 1.1.14 to 1.4.5.

Release notes

Sourced from comtypes's releases.

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.
  • Add static typing for when a CoClass is assigned as the return value type. By @​junkmd.
  • Improve EnumerationNamespaces and CodeGenerator.enum_aliases. By @​junkmd.
  • Modernize constructor arguments and attributes of each stuff in typedesc. By @​junkmd.
  • Split codegenerator into some modules in the sub-package directory. By @​junkmd.
  • Implement record pointers as method parameters of a Dispatch Interface. By @​geppi.
  • Add npsupport to CI pipeline matrix. By @​junkmd.
  • Add "Frequently Asked Questions" to README.md. By @​junkmd.

1.4.2

  • Improve the stability of module generation by GetModule. By @​junkmd.
  • Define c_int aliases earlier than others in wrapper modules. By @​junkmd.
  • Remove trailing newlines generated by codegenerator and typeannotator. By @​junkmd.
  • Determine whether a interface is one of the known symbols not only by its name but also by using its iid. By @​junkmd.
  • Add Incomplete and Hresult to hints.pyi. By @​junkmd.

1.4.1

  • Fix TypeError when defining enumeration types. By @​junkmd

1.4.0 Supporting enumerations in friendly modules

This is the first major version supporting enumerations in friendly modules.

The names that were used as aliases for c_int within friendly modules will now be used as the names of enumeration types.

  • Add enumeration definitions in generated friendly modules. By @​junkmd.
  • Add descriptions to index.rst about the enumeration types. By @​junkmd.
  • Add GitHub Actions auto-test workflow. By @​junkmd.

1.3.1

... (truncated)

Changelog

Sourced from comtypes's changelog.

Release 1.4.5

  • 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.

Release 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.

Release 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.
  • Add static typing for when a CoClass is assigned as the return value type. By @​junkmd.
  • Improve EnumerationNamespaces and CodeGenerator.enum_aliases. By @​junkmd.
  • Modernize constructor arguments and attributes of each stuff in typedesc. By @​junkmd.
  • Split codegenerator into some modules in the sub-package directory. By @​junkmd.
  • Implement record pointers as method parameters of a Dispatch Interface. By @​geppi.
  • Add npsupport to CI pipeline matrix. By @​junkmd.
  • Add "Frequently Asked Questions" to README.md. By @​junkmd.

Release 1.4.2

  • Improve the stability of module generation by GetModule. By @​junkmd.
  • Define c_int aliases earlier than others in wrapper modules. By @​junkmd.
  • Remove trailing newlines generated by codegenerator and typeannotator. By @​junkmd.
  • Determine whether a interface is one of the known symbols not only by its name but also by using its iid. By @​junkmd.
  • Add Incomplete and Hresult to hints.pyi. By @​junkmd.

Release 1.4.1

  • Fix TypeError when defining enumeration types. By @​junkmd.

Release 1.4.0

  • Add enumeration definitions in generated friendly modules. By @​junkmd.
  • Add descriptions to index.rst about the enumeration types. By @​junkmd.
  • Add GitHub Actions auto-test workflow. By @​junkmd.

... (truncated)

Commits
  • d73b917 fix changelog (#582)
  • ca280dc Bump version and update change log for 1.4.5 (#581)
  • 1d74d75 add static typing for _midlSAFEARRAY (#580)
  • e92bcfe Modernize test_wmi (#579)
  • b3a5ed7 Implement static import for ISequentialStream (#474) (#578)
  • 716719d Change the default value of the 'extra' parameter in the 'create' method of t...
  • 11d7651 Implement SAFEARRAY pointers and SAFEARRAYs as method parameters of a Dispatc...
  • a6aa153 Changed the name of the component that implements the interface for (#575)
  • e338dc5 Make the numpy version installed in the CI workflow lower than 2.0.0. (#574)
  • 7325806 add _post_coinit subpackage (#571)
  • 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.1.14 to 1.4.5.
- [Release notes](https://github.com/enthought/comtypes/releases)
- [Changelog](https://github.com/enthought/comtypes/blob/main/CHANGES.txt)
- [Commits](enthought/comtypes@1.1.14...1.4.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2024
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