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

Bump bsdiff4 from 1.1.4 to 1.2.0 #5

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps bsdiff4 from 1.1.4 to 1.2.0.

Changelog

Sourced from bsdiff4's changelog.

2020-07-18 1.2.0:

  • apply patch from Robert Scott to fix some bounds checking (this fixes an issue which has been assigned CVE-2020-15904)
  • update license information
  • add official Python 3.9 support
  • drop support for Python 2.6, 3.3 and 3.4 (things will probably still work)

2019-11-20 1.1.9:

  • add test for small file, #14
  • fix PyArg_ParseTuple s# uses Py_ssize_t, see issue #13

2019-11-16 1.1.8:

  • fix bsdiff4 -v option using Python 3, issue #12
  • update readme example to use bytes syntax

2019-11-15 1.1.7:

  • define PY_SSIZE_T_CLEAN, should fix issue #11
  • simplified Python code by using bytes syntax
  • use file context manager
  • remove not working example
  • add license file to source, #10

2019-11-13 1.1.6:

  • add official Python 3.7 and 3.8 support (drop 2.5, 3.1, 3.2)
  • avoid uninitialized warning, #8
  • use PyBytes_* in C code, treating the Py3k function names as default, which also removes all redefinitions of PyString_*
  • simplify some tests

2017-01-07 1.1.5:

  • fix for patch_inplace when the resulting file is smaller than before #5
  • add Python 3.4, 3.5 and 3.5 as officially supported
  • cleanup some C code which was creating warnings
Commits
  • 0b2b452 update version string
  • 6cf68e9 add release date for version 1.2.0
  • 089904d typo
  • bbe87b6 Merge pull request #15 from asafkahlon/feature/add-license-to-package
  • 4222e4b add official Python 3.9 support, drop support for very old Python version
  • 8e40c27 format some C code
  • 16ad90e use Py_MIN
  • 7077327 update changelog
  • 49a4cee apply patch from Robert Scott to fix - shifting some bounds checking
  • e87f25b update change log
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [bsdiff4](https://github.com/ilanschnell/bsdiff4) from 1.1.4 to 1.2.0.
- [Changelog](https://github.com/ilanschnell/bsdiff4/blob/master/CHANGELOG.txt)
- [Commits](ilanschnell/bsdiff4@1.1.4...1.2.0)

---
updated-dependencies:
- dependency-name: bsdiff4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants