bsdiff4
bsdiff4 copied to clipboard
binary diff and patch using the BSDIFF4-format
```python def read_data(path): fi = open(path, 'rb') data = fi.read() fi.close() return data a = read_data("A") b = read_data("B") assert len(a) == 4202496 assert len(b) == 4202496 import bsdiff4 c...
Running version 1.2.4 installed via AUR package on Archlinux: https://aur.archlinux.org/packages/python-bsdiff4 When trying to run `bsdiff4.file_diff` on a large file (19GB) it sits for awhile, but crashes with: ``` File "/usr/lib/python3.11/site-packages/bsdiff4/format.py",...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
We're trying to compile a universal2 executable and have been unable to find/install a fat binary for bsdiff4 >= 1.2.4. `arch -x86_64 -arm64 pip3 install bsdiff4` still gives us separate...