summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAge
* New upstream version 2.0.0b5Helmut Grohne2023-02-28
* New upstream version 2.0.0b4Helmut Grohne2023-01-14
* do not use version_tuple placeholder in setuptools_scm templateThomas Waldmann2022-09-13
* _version.py: remove trailing blank, add LF at EOFThomas Waldmann2022-08-13
* make setuptools happy, fixes #6874Thomas Waldmann2022-08-04
* Fix pyproject.toml to create a fixed _version.py file, compatible with both ...Gianfranco Costamagna2022-07-18
* add python 3.11 to pypi metadataThomas Waldmann2022-06-03
* allow msgpack 1.0.4, fixes #6716Thomas Waldmann2022-06-03
* add pyproject.toml, fix sys.path, fixes #6466Thomas Waldmann2022-04-07
* Allow extra compiler flags for every extension buildJames Buren2022-03-10
* pypi metadata: alpha -> betaThomas Waldmann2022-01-20
* allow msgpack 1.0.3, fixes #6111Thomas Waldmann2022-01-06
* require python 3.8+, fixes #5975Thomas Waldmann2021-09-16
* drop support for py36, require py37+, fixes #5790Thomas Waldmann2021-06-16
* get rid of distutils, use packagingThomas Waldmann2021-05-01
* setup.py: get rid of distutils, use setuptoolsThomas Waldmann2021-05-01
* add support and testing for python 3.10Thomas Waldmann2021-02-28
* also accept msgpack up to 1.0.2Thomas Waldmann2021-01-30
* remove bundled blake2 code, usage of libb2Thomas Waldmann2021-01-28
* fix cythonize crash on macOS/py39, fixes #5599Thomas Waldmann2020-12-28
* FUSE: support pyfuse3 additionally to llfuse, fixes #5407Thomas Waldmann2020-10-31
* import setuptools firstThomas Waldmann2020-10-05
* selecting least broken llfuse versionThomas Waldmann2020-10-05
* Enable Python3.9 env for test suite and VMs (#5373)pamaron2020-10-04
* drop python 3.5, fixes #5344Thomas Waldmann2020-09-25
* pypi metadata: we also support python 3.8 nowThomas Waldmann2020-04-21
* support msgpack 1.0.0, fixes #5065Thomas Waldmann2020-04-04
* require recent enough llfuse for birthtime support, fixes #5064Thomas Waldmann2020-04-02
* setup.py: add some comments to the cythonize callsThomas Waldmann2020-03-08
* Move sync_file_range to its own extensionWill2020-03-01
* Support msgpack-0.6.2.Björn Ketelaars2019-10-15
* Initial work to build and run borg under windowsJürg Rast2019-08-24
* Merge pull request #4602 from FelixSchwarz/unbundle-xxhashTW2019-06-04
|\
| * ability to use a system-provided version of "xxhash"Felix Schwarz2019-06-04
* | setup.py: fix detection of missing CythonFelix Schwarz2019-06-04
|/
* lib/header locating: add docs, move env vars querying to setup.pyThomas Waldmann2019-03-15
* setup.py: bundled code vs system libs: use env vars we use anywayThomas Waldmann2019-03-15
* setup.py: move long_description generation to setup_docsThomas Waldmann2019-03-14
* setup.py: add comment, remove unused importsThomas Waldmann2019-03-14
* reduce amount of setup_*.py files in toplevel dirThomas Waldmann2019-03-14
* cope with pkgconfig ImportErrorThomas Waldmann2019-03-14
* extension building: first crypto, then compression (cosmetic)Thomas Waldmann2019-03-13
* add pkg-config support, fixes #1925Thomas Waldmann2019-03-13
* simplify code by merging kwargs dicts at callerThomas Waldmann2019-03-13
* moved bundled_path to setup_*.pyThomas Waldmann2019-03-12
* simplify initial dirs/macros setupThomas Waldmann2019-03-12
* refactor openssl related code in setup.pyThomas Waldmann2019-03-12
* refactor lib/bundled related code in setup.pyThomas Waldmann2019-03-12
* pypi metadata: enter alpha dev statusThomas Waldmann2019-02-26
* remove -*- coding: ... lines, utf-8 is default for py3Thomas Waldmann2019-02-22