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 duplicity from 1.2.3 to 2.1.1 #654

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps duplicity from 1.2.3 to 2.1.1.

Release notes

Sourced from duplicity's releases.

librsync 2.1.0

Overview

This is a minor release that exposes a few useful utility functions to librsync.h previously only used by rdiff. It also introduces proper exporting of only public symbols in the librsync.h header. The most important fix is for a memory leak when freeing signatures. Upgrading from v2.0.2 is highly recommended for people using librsync and experiencing memory leak problems, but otherwise not urgent.

Included Changes

  • Bump minor version from 2.0.3 to 2.1.0 to reflect additions to librsync.h.

  • Fix exporting of private symbols from librsync library. Add export of useful large file functions rs_file_open(), rs_file_close(), and rs_file_size() to librsync.h. Add export of rs_signature_log_stats() to log signature hashtable hit/miss stats. Improve rdiff error output. (dbaarda, librsync/librsync#130)

  • Updated release process to include stable tarballs. (dbaarda,librsync/librsync#146)

  • Remove redundant and broken --paranoia argument from rdiff. (dbaarda, librsync/librsync#155)

  • Fix memory leak of rs_signature_t->block_sigs when freeing signatures. (telles-simbiose, librsync/librsync#147)

  • Document delta file format. (zmj, librsync/librsync#46)

  • Fix up doxygen comments. (dbaarda, librsync/librsync#151)

Known Issues

  • The debian package configs are still very out of date.

librsync 2.0.2

Overview

This is a minor point release that includes mainly code cleanups and compatibility fixes for different platforms. Upgrading from v2.0.1 is recommended but not urgent for people who don't require any of these fixes.

Included Changes

Known Issues

  • The debian package configs are still very out of date.

librsync 2.0.1

Overview

... (truncated)

Changelog

Sourced from duplicity's changelog.

NEWS

librsync 2.3.5

NOT RELEASED YET

librsync 2.3.4

Released 2023-02-19

  • Fix #248 by putting #include "config.h" with /* IWYU pragma: keep */ in most src/*.c files. Add /* IWYU pragma: keep */ to includes in src/fileutil.c that are needed on some platforms but not others so we can remove the special exemptions to skip this file for the iwyu and iwyu-fix targets in CMakeLists.txt. Also add some typecasts to rollsum.[ch] and patch.c to silence warnings on Windows. (dbaarda, librsync/librsync#249)

librsync 2.3.3

Released 2023-02-16

  • Fix #244 Add windows build to stable release. Updated CONTRIBUTING.md release instructions to be clearer and include instructions on how to upload the win64 install artifact from the github "Check" action. (dbaarda, librsync/librsync#245)

  • Update github actions and fix iwyu build target. Update checkout and upload-artifact to v3. Update lint.yml installed packages for fixed iwyu deps. Fix iwyu build target to ignore fileutil.c and use neater clang output with noisy "note:" output removed. Run make iwyu-fix to fix includes for tests/rabinkarp_perf.c. (dbaarda, librsync/librsync#243)

  • Add missing word to README.md. (AvdN, librsync/librsync#237)

  • Make delta directly process the input stream if it has enough data. Delta operations will only accumulate data into the internal scoop buffer if the input buffer is too small, otherwise it will process the input directly. This makes delta calculations 5%~15% faster by avoiding extra data copying. (dbaarda, librsync/librsync#234)

  • Add .gitignore for .cmake created by LSP on Windows. (sourcefrog, librsync/librsync#232)

  • Upload build and install artifacts from Github actions. This means we get downloadable build and install artifacts for all platforms from the "Check" action. (sourcefrog, librsync/librsync#231)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/duplicity-2.1.1 branch 8 times, most recently from 084b11b to 3ab0ef0 Compare October 2, 2023 14:39
@josep-tecnativa josep-tecnativa force-pushed the dependabot/pip/duplicity-2.1.1 branch 15 times, most recently from 36a2c5d to a1440f5 Compare October 5, 2023 15:17
@pedrobaeza
Copy link
Member

Please rebase fixing conflicts, as this one is also touching the python version (but this one with 3.10, not 3.11).

@josep-tecnativa josep-tecnativa force-pushed the dependabot/pip/duplicity-2.1.1 branch 3 times, most recently from ffb2ba1 to 1c8bd27 Compare October 6, 2023 06:39
@josep-tecnativa josep-tecnativa force-pushed the dependabot/pip/duplicity-2.1.1 branch 3 times, most recently from af232e8 to 41c190c Compare October 6, 2023 07:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

A newer version of duplicity exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@josep-tecnativa
Copy link
Contributor

@Tecnativa TT45299

@pedrobaeza pedrobaeza force-pushed the dependabot/pip/duplicity-2.1.1 branch from 8e24a78 to 80379a2 Compare October 11, 2023 06:56
Bumps [duplicity](https://github.com/librsync/librsync) from 1.2.3 to 2.1.1.
- [Release notes](https://github.com/librsync/librsync/releases)
- [Changelog](https://github.com/librsync/librsync/blob/master/NEWS.md)
- [Commits](https://github.com/librsync/librsync/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@pedrobaeza pedrobaeza force-pushed the dependabot/pip/duplicity-2.1.1 branch from 80379a2 to 9573328 Compare October 11, 2023 07:10
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.

2 participants