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

build(deps): bump bitarray from 2.9.3 to 3.0.0 in /plc4py #1826

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps bitarray from 2.9.3 to 3.0.0.

Changelog

Sourced from bitarray's changelog.

Change log

3.0.0 (2024-10-15):

  • see Bitarray 3 transition <bitarray3.rst>__
  • remove Python 2.7 support
  • .decode() now returns iterator (equivalent to past .iterdecode())
  • .search() now returns iterator (equivalent to past .itersearch())
  • remove .iterdecode() and .itersearch()
  • remove util.rindex(), use .index(..., right=1) instead, deprecated since 2.9
  • remove util.make_endian(), use bitarray(..., endian=...) instead, deprecated since 2.9
  • remove hackish support for bitarray() handling unpickling, see detailed explaination in [#207](https://github.com/ilanschnell/bitarray/issues/207) <https://github.com/ilanschnell/bitarray/issues/207>__ - closes [#206](https://github.com/ilanschnell/bitarray/issues/206) <https://github.com/ilanschnell/bitarray/issues/206>__

2.9.3 (2024-10-10):

  • add official Python 3.13 support
  • update cibuildwheel to 2.21.3
  • minor simplifications
  • fix some typos

2.9.2 (2024-01-01):

  • optimize initialization from strings by not constantly resizing buffer
  • optimize util.hex2ba() and util.base2ba() by avoiding unnecessary copies
  • optimize util.base2ba() and util.ba2base() for n=16 (hexadecimal)

2.9.1 (2023-12-23):

  • avoid buffer being unnecessarily initialized with 0s in several functions of the bitarray.util module
  • fix .count() type hint in pyi-file
  • improve testing

2.9.0 (2023-12-17):

  • deprecate support for Python 2 - Python 2.7 support will be removed in bitarray version 3.0, see roadmap <https://github.com/ilanschnell/bitarray#roadmap>__
  • bitarray(n) for integer initializer n will always return a bitarray of length n with all items initialized to 0, see [#212](https://github.com/ilanschnell/bitarray/issues/212) <https://github.com/ilanschnell/bitarray/issues/212>__
  • allow sub-bitarray in .count(), [#212](https://github.com/ilanschnell/bitarray/issues/212) <https://github.com/ilanschnell/bitarray/issues/212>__

... (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 [bitarray](https://github.com/ilanschnell/bitarray) from 2.9.3 to 3.0.0.
- [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst)
- [Commits](ilanschnell/bitarray@2.9.3...3.0.0)

---
updated-dependencies:
- dependency-name: bitarray
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 16, 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