libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.61k stars 385 forks source link

Compatibility with libgit2 1.1.0 #1040

Closed andypost closed 3 years ago

andypost commented 3 years ago

There's some ABI changes in latest release

Attempt to rebuild the package against new version fails with

src/types.h:36:2: error: #error You need a compatible libgit2 version (1.0.x)
   36 | #error You need a compatible libgit2 version (1.0.x)
      |  ^~~~~
error: command 'gcc' failed with exit status 1

Ref https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/13569#note_118580

andypost commented 3 years ago

Thank you