Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Confidence
comtypes 1.4.101.4.15 age confidence

Release Notes

enthought/comtypes (comtypes)

v1.4.15

Compare Source

  • Fix TYPE_E_ELEMENTNOTFOUND HRESULT constant value. By @​junkmd.
  • Enhance ITypeInfo testing in test_typeinfo.py. By @​junkmd.
  • Improve type hints for for generated dispmethods and properties. By @​junkmd.
  • Enhance tests for generated type hints. By @​junkmd.
  • Remove Internet Explorer dependency from test_QueryService.py and test_casesensitivity.py. By @​junkmd.
  • Rename test_ie.py to test_eventinterface.py. By @​junkmd.
  • Fix SyntaxError in DispMethodAnnotator signature generation. By @​junkmd.
  • Rename test_msi.py to test_puredispatch.py. By @​junkmd.
  • Rename test_wmi.py to test_variant_outparam.py. By @​junkmd.
  • Replace the module-level skip with individual @skip decorators on the test methods in test_eventinterface.py. By @​junkmd.
  • Add tests for stdole.IPicture creation through IStream. By @​junkmd.
  • Improve enum testing in test_client.py. By @​junkmd.
  • Revive and enhance test_outparam. By @​junkmd.
  • Enhance test_stream. By @​junkmd.
  • Enhance test_storage. By @​junkmd.
  • Add malloc module. By @​junkmd.
  • Enhance and refactor COM moniker tests. By @​junkmd.
  • Refine type hints and enhance tests for client.GetClassObject, CoGetClassObject and IClassFactory. By @​junkmd.
  • Implement ITypeInfo.AddressOfMember with tests and clarifications. By @​junkmd.
  • Enhance ITypeComp.Bind tests and type hints. By @​junkmd.
  • Introduce warnings for Python 3.15 enum compatibility. By @​junkmd.

v1.4.14

Compare Source

  • Replace setup.py with pyproject.toml. By @​moi15moi.
  • Update codebases for PEP585 compliance. By @​junkmd.

v1.4.13

Compare Source

  • Remove Python 3.8 and add Python 3.14 to the CI pipelines. By @​junkmd.
  • Declare the minimum Python version as 3.9. By @​junkmd. By @​junkmd.
  • Update PyCArgObject.value for Python 3.14 compatibility. By @​junkmd.
  • Add version bridges for the __pointer_type__ attribute protocol. By @​junkmd.

v1.4.12

Compare Source

  • Add support for coverage. By @​moi15moi.
  • CI/CD Improvements for runners and the codecov badge. By @​junkmd.
  • Add signed 32-bit hexadecimal converters. By @​junkmd.
  • Add Test_Stat to test_stream. By @​junkmd.
  • Add client-side RegisterActiveObject. By @​junkmd.
  • Remove useless object inheritance from every class. By @​moi15moi.
  • Modernize super() calls by removing explicit class and instance arguments. By @​moi15moi.
  • Eliminate outdated encoding boilerplates. By @​moi15moi.
  • Update byte string creation to use b"" instead of str.encode("utf-8"). By @​moi15moi.
  • Introduce codecov.yml. By @​moi15moi.
  • Migrate exception catches from older aliases to OSError. By @​moi15moi.
  • Remove obsolete Python 2 compatibility code in test_variant. By @​junkmd.
  • Skip test_eval in INPROC server tests due to instability. By @​junkmd.
  • Adjust structure sizes and alignments for 64-bit Python in viewobject.py. By @​junkmd.
  • Add test_viewobject. By @​junkmd.
  • Ensure test_npsupport passes with numpy>=2.0.0 by explicitly setting dtype=numpy.int32. By @​junkmd.
  • Add tests for DictPropertyBag and type hints for IPropertyBag. By @​junkmd.
  • Fix numpy interoperability and enable datetime64 tests. By @​junkmd.
  • Revive and correct integer handling logic for VARIANTs when setting values. By @​junkmd.
  • Add tests for messageloop. By @​junkmd.
  • Revive util and add comprehensive tests. By @​junkmd.
  • Refactor and enhance util with explicit imports and typing. By @​junkmd.
  • Modernize npsupport by removing the patch for the np._typecodes. By @​junkmd.

v1.4.11

Compare Source

  • Improve PARAMFLAG_... and DISPATCH_... constants definitions and imports. By @​junkmd.
  • Introduce the _CDataType alias from typeshed. By @​junkmd.
  • Replace 260 literals/constant definitions with imports from ctypes.wintypes.MAX_PATH. By @​junkmd.
  • Replace client._code_cache._get_module_filename with typeinfo.GetModuleFileName. By @​junkmd.
  • Improve client._code_cache.SHGetSpecialFolderPath definition. By @​junkmd.
  • Add type annotations to many modules. By @​junkmd.
  • Add constants to many modules. By @​junkmd.
  • Improve import block styles to many modules. By @​junkmd.
  • Add SupportErrorInfoTest to test_comserver. By @​junkmd.
  • Add test_errorinfo. By @​junkmd.
  • Improve the type safety of errorinfo.ReportException. By @​junkmd.
  • Change the method of retrieving the values of each field in _...MemberSpec from unpacking to dot access. By @​junkmd.
  • Split server.connectionpoints.ConnectionPointImpl._call_sinks. By @​junkmd.
  • Refactor create_vtbl_mapping, create_dispimpl and _encode_idl. By @​junkmd.
  • Add test_hresult. By @​junkmd.
  • Add Test_Vtbl to test_comobject.py. By @​junkmd.
  • Delint IUnknown_AddRef and IUnknown_Release. By @​junkmd.
  • Convert assertRaises usage to context manager for improved readability. By @​junkmd.
  • Remove the unused PATH variable from client/_generate.py. By @​moi15moi.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/comtypes-1.x-lockfile branch from 7ae7629 to 5263343 Compare August 28, 2025 00:41
@renovate renovate bot changed the title fix(deps): update dependency comtypes to v1.4.11 fix(deps): update dependency comtypes to v1.4.12 Aug 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency comtypes to v1.4.12 chore(deps): update dependency comtypes to v1.4.12 Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency comtypes to v1.4.12 chore(deps): update dependency comtypes to v1.4.13 Oct 12, 2025
@renovate renovate bot changed the title chore(deps): update dependency comtypes to v1.4.13 chore(deps): update dependency comtypes to v1.4.14 Dec 16, 2025
@renovate renovate bot changed the title chore(deps): update dependency comtypes to v1.4.14 chore(deps): update dependency comtypes to v1.4.15 Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant