e2efe21a8b
build: use requests-unixsocket2 fork
...
Since requests-2.32.0, the http+unix url scheme is brokek, check
https://github.com/msabramo/requests-unixsocket/issues/73 for more
details
2024-06-12 17:08:28 +03:00
c74cd68ad6
feat: add abillity to check broken dependencies ( #122 )
...
* implement elf dynamic linking check
* load local database too in pacman wrapper
2024-05-12 11:59:57 +03:00
0d243a781a
refactor: update code to the latest python (3.12+)
2024-05-05 21:17:30 +03:00
203ebad817
ci: explicit isolated build for old ubuntu tox
2024-01-05 22:47:28 +02:00
e0e4da6669
fix: drop debug toolbar
2023-12-20 16:26:14 +02:00
93793b6424
build: drop makefile
...
It has been a while since we moved to tox. Lets also drop makefile since
it seems to be useless with tox
2023-12-17 02:26:52 +02:00
52d69fa9f6
build: remove spaces from names
2023-11-06 14:04:15 +02:00
1baf04998d
full support of pep517
...
Since llast upgrade build is broken. Lets fully migrate to
pyproject.toml. Note for maintaners: because data_files option is
deprectated (see https://github.com/pypa/setuptools/discussions/2648 )
you will have to install files manually inside your packaging process
2023-08-11 03:55:31 +03:00