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

use blake2 from py36 #5647

Merged
merged 4 commits into from
Jan 28, 2021
Merged

Conversation

ThomasWaldmann
Copy link
Member

@ThomasWaldmann ThomasWaldmann commented Jan 24, 2021

we can stop using it from the bundled code or from libb2 library because python3.6+ now has it for us.

@codecov-io
Copy link

codecov-io commented Jan 24, 2021

Codecov Report

Merging #5647 (e9c4085) into master (699256e) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5647      +/-   ##
==========================================
+ Coverage   83.16%   83.29%   +0.12%     
==========================================
  Files          38       38              
  Lines       10139    10139              
  Branches     1680     1680              
==========================================
+ Hits         8432     8445      +13     
+ Misses       1209     1195      -14     
- Partials      498      499       +1     
Impacted Files Coverage Δ
src/borg/selftest.py 73.80% <100.00%> (ø)
src/borg/archive.py 81.57% <0.00%> (+0.06%) ⬆️
src/borg/helpers/parseformat.py 90.05% <0.00%> (+0.16%) ⬆️
src/borg/repository.py 84.21% <0.00%> (+0.18%) ⬆️
src/borg/archiver.py 80.47% <0.00%> (+0.44%) ⬆️

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 699256e...e9c4085. Read the comment docs.

@ThomasWaldmann ThomasWaldmann added this to the hydrogen-b2 milestone Jan 24, 2021
@ThomasWaldmann ThomasWaldmann marked this pull request as ready for review January 28, 2021 17:01
@ThomasWaldmann ThomasWaldmann merged commit 0b76194 into borgbackup:master Jan 28, 2021
@ThomasWaldmann ThomasWaldmann deleted the blake2-from-py36 branch January 28, 2021 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants