usableprivacy / upribox

Usable Privacy Box
https://upribox.org
GNU General Public License v3.0
173 stars 23 forks source link

Bump hiredis from 0.2.0 to 1.1.0 in /roles/arp/files/apate #166

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps hiredis from 0.2.0 to 1.1.0.

Changelog

Sourced from hiredis's changelog.

1.1.0 (2020-07-15)

  • Allow "encoding" and "errors" attributes to be updated at runtime (see #96)

1.0.1 (2019-11-13)

  • Permit all allowed values of codec errors (see #86)
  • BUGFIX: READEME.md has UTF-8 characters, setup.py will fail on systems where the locale is not UTF-8. (see #89)

1.0.0 (2019-01-20)

  • (BREAKING CHANGE) Add ability to control how unicode decoding errors are handled (see #82)
  • Removed support for EOL Python 2.6, 3.2, and 3.3.

0.3.1 (2018-12-24)

  • Include test files in sdist tarball (see #80)

0.3.0 (2018-11-16)

  • Upgrade hiredis to 0.13.3
  • Add optional "shouldDecode" argument to Reader.gets() (see #77)
  • Add a "has_data" method to Reader objects (see #78)
  • Fix non-utf8 reply parsing causing segmentation fault in Python 3 (see #73)
  • Rename state to hiredis_py_module_state to avoid conflicts (see #72)
  • Expose len method to retrieve the buffer length (see #61)
  • Fix crash when custom exception raise error (on init) (see #57)
  • incref before PyModule_AddObject which steals references (see #48)
  • Sort list of source files to allow reproducible building (see #47)
Commits
  • 3ccc2fd Release v1.1.0
  • c1b510d version 1.1.0
  • 418cd96 Use Py_RETURN_NONE to make sure we increment the reference
  • 72ee085 Allow "encoding" and "errors" attributes to be updated at runtime
  • 3457d19 chore(CI): fix travis tests
  • 46f3e70 AppVeyor has py38 installed now
  • 901351a Fix windows py38 appveyor incorrect parameter error
  • cc38c8f Run tests against Python 3.8 (#93)
  • 804f9f5 Release v1.0.1 (#94)
  • a5ca160 Bugfix: README.md has unicode in it (#89)
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #180.