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.1.0 to 2.1.1 #1133

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 11, 2021

Bumps bitarray from 2.1.0 to 2.1.1.

Changelog

Sourced from bitarray's changelog.

Change log

2.1.1 (2021-06-11):

  • add type hinting (see PEP 484, 561) using stub (.pyi) files
  • add tests

2.1.0 (2021-05-05):

  • add .find() method, see #122
  • .find(), .index(), .search() and .itersearch() now all except both (sub-) bitarray as well as bool items to be searched for
  • improve encode/decode error messages
  • add lexicographical permutations example
  • add tests

2.0.1 (2021-04-19):

  • update documentation
  • improve some error messages

2.0.0 (2021-04-14):

  • require more specific objects, int (0 or 1) or bool, see #119
  • items are always returned as int 0 or 1, #119
  • remove .length() method (deprecated since 1.5.1 - use len())
  • in .unpack() the one argument now defaults to 0x01 (was 0xff)
  • .tolist() now always returns a list of integers (0 or 1)
  • fix frozenbitarray hash function, see #121
  • fix frozenbitarray being mutable by <<= and >>=
  • support sequence protocol in .extend() (and bitarray creation)
  • improve OverflowError messages from util.int2ba()
  • add hexadecimal example

1.9.2 (2021-04-10):

  • update pythoncapi_compat: Fix support with PyPy 3.7, #120
  • update readme

1.9.1 (2021-04-05):

  • switch documentation from markdown to reStructuredText
  • add tests

1.9.0 (2021-04-03):

  • add shift operations (<<, >>, <<=, >>=), see #117
  • add bitarray.util.ba2base() and bitarray.util.base2ba(), see last paragraph in Bitarray representations
  • documentation and tests

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

If all status checks pass Dependabot will automatically merge this pull request.


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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 11, 2021
@dependabot-preview dependabot-preview bot requested a review from postlund June 11, 2021 21:43
@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #1133 (eeaa151) into master (0dea45f) will decrease coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1133      +/-   ##
==========================================
- Coverage   95.19%   94.88%   -0.32%     
==========================================
  Files          58       58              
  Lines        5789     5783       -6     
==========================================
- Hits         5511     5487      -24     
- Misses        278      296      +18     
Impacted Files Coverage Δ
pyatv/raop/raop.py 85.45% <0.00%> (-3.37%) ⬇️
pyatv/mrp/connection.py 81.25% <0.00%> (-2.09%) ⬇️
pyatv/mrp/protocol.py 93.66% <0.00%> (-1.45%) ⬇️
pyatv/raop/rtsp.py 95.95% <0.00%> (-1.02%) ⬇️
pyatv/support/http.py 93.07% <0.00%> (-0.70%) ⬇️
pyatv/airplay/player.py 95.83% <0.00%> (-0.09%) ⬇️
pyatv/dmap/__init__.py 97.54% <0.00%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0dea45f...eeaa151. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@postlund
Copy link
Owner

Currently blocked because of this: ilanschnell/bitarray#128

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/bitarray-2.1.1 branch from 393630f to c810c7a Compare June 12, 2021 20:56
postlund added a commit that referenced this pull request Jun 12, 2021
postlund added a commit that referenced this pull request Jun 12, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/bitarray-2.1.1 branch from c810c7a to eeaa151 Compare June 12, 2021 21:22
@dependabot-preview
Copy link
Contributor Author

Superseded by #1142.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/bitarray-2.1.1 branch June 14, 2021 00:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant