pinksheetscrypto / covid-blockchain

Apache License 2.0
15 stars 7 forks source link

Bump bitstring from 3.1.7 to 3.1.9 #15

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bitstring from 3.1.7 to 3.1.9.

Release notes

Sourced from bitstring's releases.

bitstring-3.1.9


July 20th 2021: version 3.1.9 released

(version 3.1.8 was pulled due to serious issues) Another maintenance release.

  • Fixed a couple of outdated results in the readme (Issue 214).
  • Some more documentation tidying.
  • Turned off some debug code by default.
  • Fixed a couple of failing tests in different Python versions.
  • Fix for consistent pos initialisation semantics for different types.
  • Change to allow wheels to be uploaded to PyPI.
  • More work for LSB0 mode, but still not finished or documented (sorry).
Changelog

Sourced from bitstring's changelog.

July 20th 2021: version 3.1.9 released

(version 3.1.8 was pulled due to serious issues) Another maintenance release.

  • Fixed a couple of outdated results in the readme (Issue 214).
  • Some more documentation tidying.
  • Turned off some debug code by default.
  • Fixed a couple of failing tests in different Python versions.
  • Fix for consistent pos initialisation semantics for different types.
  • Change to allow wheels to be uploaded to PyPI.
  • More work for LSB0 mode, but still not finished or documented (sorry).

Commits
  • c84ad7f Updating to version 3.1.9.
  • 8b7ef48 Using a main() function properly and better help when using module with -m flag.
  • cfbc906 Fixing docstring generation for find.
  • 7b1de4e Fixing docstring generation for append, prepend, ror and rol.
  • 313b0cc Spelling mistake.
  • 90e7a33 Fix order of name_to_read declaration that was breaking lots of code (but not...
  • 54d1e45 Merge remote-tracking branch 'origin/bitstring-3.1-update'
  • b9fb32a Preparing for 3.1.8 maintenance release. Mostly docs, plus allowing wheels to...
  • 0a8b4f3 Some documentation tweaks.
  • 1fead7e Adding pos initialise for BitStream and ConstBitStream, which also allows it ...
  • 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 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)