László Kiss Kollár
László Kiss Kollár
**Describe the bug** Modifying the NEEDED section in `libcrypto.so` mangles the version needs section. Original: ``` Version needs section '.gnu.version_r' contains 2 entries: Addr: 0x0000000000037240 Offset: 0x037240 Link: 4 (.dynstr)...
When more than a single `include` is listed in the git configuration file, the parser only picks up the last one. Reproducer: gitconfig.example ``` [include] path = ~/.gitconfig.local [include] path...
The [patchelf-pypi](https://github.com/mayeut/patchelf-pypi) project ships up to date `patchelf` binaries. Adding this to `install_requires` would mean that users don't have to track down and install the package with a different package...
The `numpy==1.18.4` and `scipy==1.4.1` libraries both contain the `libopenblasp-r0-34a18dc3.3.7.so` file, as they most likely used the same version when invoking `auditwheel`. The hashes match, but the files differ in contents:...
Use the PyPI version so users don't have to install this with the system package manager. Closes: #386
At the moment a large portion if the code base is not covered with unit tests. There are quite a few integration or functional tests which run the entire application...
As detailed in [Manylinux backwards ABI compatibility guarantees](https://discuss.python.org/t/manylinux-backwards-abi-compatibility-guarantees/10750) on the Python Discourse, there is a possibility that some Linux distros start dropping old versioned symbols, which would break the assumption...
It would be great if `wheel pack` could add or change local version identifiers. [PEP 440](https://peps.python.org/pep-0440/#local-version-identifiers) local version identifiers are useful for testing and redistributing upstream packages on local indices....
This fixes a bunch of compilation errors on macOS. As these patches treat macOS as it was a Linux target, it is possible that some of the platform-specific definitions will...