Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps construct-typing from 0.5.6 to 0.6.2.

Release notes

Sourced from construct-typing's releases.

v0.6.2

  • fixed error message from EnumBase and FlagsEnumBase that occures since pyright v1.1.320
  • removed unnessasary __new__ methods in DataclassStruct, TEnum and TFlagsEnum

v0.6.1

fixed missmatch between stub and runtime type for Array

v0.6.0

  • Reworked construct-stubs so that it supports pyright>=v1.1.310. To support pyright and mypy in the past, __new__ and __init__ had to be defined. However, this is no longer supported by pyright. Now in most cases only __init__ is defined. Only for some special cases __new__ is used (e.g. for FormatField, Const, Hex, HexDump, IfThenElse, Switch)
  • Added stubs for cs.Compiled.
  • Added some more missing definitions (__author__, __version__, possiblestringencodings, hexdump, hexundump, PY)
  • Use PEP688 buffer protocol for the parse method (fixes #24). This requires a dependency to typing_extensions>=4.6.0.
  • build_stream and build_file do not return anything (fixes #25).
Commits
  • 2ffa785 incremented version to 0.6.2
  • c7e3fc7 removed unnessasary __new__ methods in DataclassStruct, TEnum and `TFla...
  • c405d09 fixed error message from EnumBase and FlagsEnumBase that occures since py...
  • af98d20 incremented version to 0.6.1
  • 7459340 fixed missmatch between stub and runtime type for Array
  • af1a93c incremented version to 0.6.0
  • c04a905 use PEP688 buffer protocol for "parse" Method (fixes #24)
  • c6bded5 fixes #25
  • 86fddbe simplified "IfThenElse"
  • 26f7fd8 removed unnessesary comment
  • 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 [construct-typing](https://github.com/timrid/construct-typing) from 0.5.6 to 0.6.2.
- [Release notes](https://github.com/timrid/construct-typing/releases)
- [Commits](timrid/construct-typing@v0.5.6...v0.6.2)

---
updated-dependencies:
- dependency-name: construct-typing
  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 Mar 1, 2025
@codecov
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.96%. Comparing base (0d6689e) to head (0679dec).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #527   +/-   ##
=======================================
  Coverage   91.96%   91.96%           
=======================================
  Files          27       27           
  Lines        2228     2228           
=======================================
  Hits         2049     2049           
  Misses        179      179           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@michaelhly michaelhly closed this Apr 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/construct-typing-0.6.2 branch April 6, 2025 15:16
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.

2 participants