FS#48825 - [python-pygit2] Broken with testing/libgit2

Attached to Project: Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Wednesday, 06 April 2016, 12:01 GMT
Last edited by Jan de Groot (JGC) - Thursday, 14 April 2016, 07:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jan de Groot (JGC)
Lukas Fleischer (lfleischer)
Daniel Micay (thestinger)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
With testing/libgit2 1:0.24.0-1 installed, python-pygit2 is broken:

$ python -c 'import pygit2'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/site-packages/pygit2/__init__.py", line 32, in <module>
from _pygit2 import *
ImportError: libgit2.so.23: cannot open shared object file: No such file or directory

Additional info:
testing/libgit2 1:0.24.0-1
community/python-pygit2 0.23.3-2

Steps to reproduce:

PS. I see python-pygit2 is flagged as out-of-date last month. Due to unknown reasons it's not updated for a long time. I have to downgrade pygit2 to 1:0.23.4-3 so that my own AUR helper is not crashing. It's annoying, so please consider this ticket as a bug report but not plain out-of-date complain.
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 14 April 2016, 07:49 GMT
Reason for closing:  Fixed
Comment by Lukas Fleischer (lfleischer) - Thursday, 14 April 2016, 05:34 GMT
Is this fixed in 0.24.0-2?
Comment by Chih-Hsuan Yen (yan12125) - Thursday, 14 April 2016, 07:37 GMT
Yes but I don't have the permission to close this ticket.

Loading...