summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)Author
2024-02-20libacl: work with older versions, too2.0.0b8Thomas Waldmann
2024-02-20fix comment in setup.pyThomas Waldmann
2024-02-09scripts: make.py clean implementationThomas Waldmann
2024-02-09setup.py: remove build_usage and build_man as setup.py commandThomas Waldmann
2024-02-09setup.py: move long_desc_from_readme definition to hereThomas Waldmann
2024-01-02use and require cython3Thomas Waldmann
2023-11-05blacken master branchThomas Waldmann
2023-10-24linux: use pkgconfig to find libaclŁukasz Stelmach
2023-09-11OpenBSD only: switch to OpenSSL-3.0Björn Ketelaars
2023-02-09undef NDEBUG for chunker and hashindexThomas Waldmann
2022-12-29Docs grammar fixesPaul D
2022-09-10OpenBSD only - statically link OpenSSL (#6474)Björn Ketelaars
2022-07-06blacken all the codeThomas Waldmann
2022-07-05Merge pull request #6836 from ThomasWaldmann/cleanupsTW
2022-07-05use language_level = 3str for cythonThomas Waldmann
2022-07-05remove unused importsThomas Waldmann
2022-07-04stop using libdeflateThomas Waldmann
2022-04-14remove libressl supportThomas Waldmann
2022-04-14use openssl on openbsd, fixes #6474Thomas Waldmann
2022-04-13point to setup.cfg alsoThomas Waldmann
2022-04-07require/configure setuptools_scm via pyproject.tomlThomas Waldmann
2022-03-24Move system lib comment up, formatting, expand lib not found error.Manu
2022-03-23Rever xxhash versionManu
2022-03-23Fix openssl extManu
2022-03-23Add feedback, part 1Manu
2022-03-23Fix xxhash versionManu
2022-03-23Initial commitManu
2022-03-21Argon2 the first part: Implement key derivation (was: part 0) (#6468)Andrey Bienkowski
2022-03-17remove algorithms package, move checksums module to borg packageThomas Waldmann
2022-03-13use crc32 from libdeflate, remove bundled crc32 codeThomas Waldmann
2022-03-09Allow extra compiler flags for every extension buildJames Buren
2022-03-01Merge remote-tracking branch 'origin/master' into pyprojectAndrey Bienkowski
2022-02-27require python >= 3.9, fixes #6315Thomas Waldmann
2022-02-26do not support bundled 3rd party code any more, fixes #6316Thomas Waldmann
2022-02-25setup.py: add parent to sys.pathAndrey Bienkowski
2022-02-23msgpack: require msgpack >= 1.0.3Thomas Waldmann
2022-01-20pypi metadata: alpha -> betaThomas Waldmann
2022-01-06allow msgpack 1.0.3, fixes #6111Thomas Waldmann
2021-09-16require python 3.8+, fixes #5975Thomas Waldmann
2021-06-16drop support for py36, require py37+, fixes #5790Thomas Waldmann
2021-05-01get rid of distutils, use packagingThomas Waldmann
2021-05-01setup.py: get rid of distutils, use setuptoolsThomas Waldmann
2021-02-28add support and testing for python 3.10Thomas Waldmann
2021-01-30also accept msgpack up to 1.0.2Thomas Waldmann
2021-01-28remove bundled blake2 code, usage of libb2Thomas Waldmann
2020-12-28fix cythonize crash on macOS/py39, fixes #5599Thomas Waldmann
2020-10-31FUSE: support pyfuse3 additionally to llfuse, fixes #5407Thomas Waldmann
2020-10-05import setuptools first1.2.0a9Thomas Waldmann
2020-10-05selecting least broken llfuse versionThomas Waldmann
2020-10-04Enable Python3.9 env for test suite and VMs (#5373)pamaron