Skip to content

Chore(deps): Bump comtypes from 1.1.14 to 1.4.1#4

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/comtypes-1.4.1
Closed

Chore(deps): Bump comtypes from 1.1.14 to 1.4.1#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/comtypes-1.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps comtypes from 1.1.14 to 1.4.1.

Release notes

Sourced from comtypes's releases.

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

  • Add type annotations to dynamically generated modules. By @​junkmd.
  • Bring back Excel early-bind test. By @​junkmd.
  • update README.md. By @​junkmd.

1.2.0 numpy interop breaking changes & a lot of re-factoring

This is the last major version supporting Python 2.7. Next major one 1.3.0 will be Python3 only.

  • Remove all automatic imports of numpy, and make numpy interop opt-in. By @​bennyrowland.
  • Move and redefine generating module functions for fixing cross imports. By @​junkmd.
  • Refactor creating __all__ part in codegenerator.Generator.generate_code. By @​junkmd.
  • Quit calling GetModule from tools.codegenerator. By @​junkmd.
  • Commonize module-creating functions. By @​junkmd.
  • Shorten the lifetime of io.StringIO used for code generation. By @​junkmd.
  • Fix import source of Array from _ctypes to ctypes. By @​junkmd.
  • Add for_stub mode to ImportedNamespaces.getvalue. By @​junkmd.
  • Remove monkeypatch_COMError. By @​junkmd.
  • Remove CodeGenerator.need_GUID. By @​junkmd.
  • Carve out CodeGenerator.type_name method to TypeNamer class. By @​junkmd.
  • Add __known_symbols__ attributes. By @​junkmd.
  • Remove CodeGenerator.type_name calls no longer needed and rename to _to_type_name. By @​junkmd.
  • Change _fix_inout_args to module-level top level function. By @​junkmd.
  • Fix docstring from DispInterfaceHead. By @​junkmd.
  • ...METHOD and ...PROPERTY return _MemberSpecs instead of tuples. By @​junkmd.
  • Make generating ...property DRY. By @​junkmd.
  • Refactor _MemberSpec stuffs and separate modules. By @​junkmd.
  • Carve out make_...Method and make_...Property of codegenerator. By @​junkmd.
  • Removed extra space in typeinfo.IRecordInfo._methods_. By @​j0ker70.
  • Add type annotations to many modules. By @​junkmd.
  • Fix type annotations in many modules. By @​j0ker70, @​muddi900, and @​junkmd.
  • Delint setup.py. By @​jaraco.
  • Add CONTRIBUTING.md. By @​junkmd.
  • Modernize README.md style. By @​junkmd.
  • Add announcements of plan for renaming master branch to main and dropping Python2 to README.md. By @​junkmd.
Changelog

Sourced from comtypes's changelog.

Release 1.4.1

  • Fix TypeError when defining enumeration types

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.

Release 1.3.1

  • Add type annotations to dynamically generated modules. By @​junkmd.
  • Bring back Excel early-bind test. By @​junkmd.
  • update README.md. By @​junkmd.

Release 1.3.0

  • Improve error message on non Windows environments. By @​CristiFati.
  • Adjust styles of codebase. By @​junkmd.
  • Apply black==22.12.0 formatter. By @​junkmd.
  • Modernize client.dynamic. By @​junkmd.
  • Add tests for client.dynamic. By @​junkmd.
  • Fix test_client. By @​junkmd.
  • Fix test_getactiveobj. By @​junkmd.
  • Make explicit the symbols that imports from the wrapper module into the friendly module. By @​junkmd.
  • Modernize type annotations in statically defined modules. By @​junkmd.
  • Fix several type annotations in statically defined modules. By @​jonschz and @​junkmd.
  • Remove sys.version_info bridges from production codebase. By @​junkmd.
  • Remove for_stub=True conditional branch from the tools.codegenerator.ImportedNamespaces.getvalue. By @​junkmd.
  • Fix codegenerator as generating __next__() instead of next() in IEnum.... By @​jonschz.
  • Add unit test for generated IEnum... interfaces. By @​jonschz.
  • Remove 'Programming Language :: Python :: 2.7' from setup.py. By @​junkmd.
  • Change the base class of _ComMemberSpec and _DispMemberSpec to typing.NamedTuple. By @​junkmd.
  • Delint and remove wildcard-import from typeinfo. By @​junkmd.
  • Split DISPPARAMS instantiation in IDispatch.Invoke method. By @​junkmd.
  • Move clear_comtypes_cache to be a callable comtypes.clear_cache module. By @​bennyrowland.
  • Wrapper modules are now imported into friendly modules using an abstracted name, __wrapper_module__. By @​junkmd.
  • Fix old index bug in call_with_inout within _fix_inout_args. By @​jonschz.
  • Fix CONTRIBUTING.md. By @​junkmd.
  • Update README.md. By @​junkmd.

Release 1.2.1

  • Replace distutils with setuptools. By @​junkmd.
  • Add Python 3.12 testing into CI pipeline. By @​junkmd.
  • Set long description type to "markdown" to fix PyPI description rendering. By @​junkmd.
  • Add hints.pyi to package_data in setup.py which copies hints.pyi to correct install location. By @​junkmd.
  • Remove Python >=3.3, <=3.6 from CI pipeline. By @​vasily-v-ryabov.

... (truncated)

Commits

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.1.
- [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.1)

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

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 Apr 23, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #9.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/comtypes-1.4.1 branch May 13, 2024 07: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