summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)Author
2019-02-26pypi metadata: enter alpha dev statusThomas Waldmann
2019-02-22remove -*- coding: ... lines, utf-8 is default for py3Thomas Waldmann
2019-02-05cleanup msgpack requirementsThomas Waldmann
2019-02-05allow msgpack 0.6.1, fixes #4308Thomas Waldmann
2019-02-03check msgpack version, terminate for unsupported versionsThomas Waldmann
2018-12-15cythonize: set language_level to 3, fixes #4214Thomas Waldmann
2018-12-11msgpack: also allow version 0.6.0Thomas Waldmann
2018-12-11Revert "drop support for python 3.5, fixes #3919"Thomas Waldmann
2018-08-06add python 3.7 to pypi metadataThomas Waldmann
2018-06-30drop support for python 3.5, fixes #3919Thomas Waldmann
2018-06-12setup.py: move build_man / build_usage code to setup_docs.pyThomas Waldmann
2018-06-12modernize / simplify llfuse requirementsThomas Waldmann
2018-06-12remove pyzmq package requirement, not used yetThomas Waldmann
2018-06-12switch to "msgpack" pypi pkg name, fixes #3890Thomas Waldmann
2018-06-11Embrace environment markers (a.k.a. PEP 508 compliance)!Eli Schwartz
2018-06-10revert to using system compression libs, fixes #3797Thomas Waldmann
2018-06-08temporarily prefer bundled lz4 to test itThomas Waldmann
2018-05-26fix package long description, fixes #3854Thomas Waldmann
2018-05-18temporarily prefer bundled zstd to test itThomas Waldmann
2018-05-18update msgpack requirement, fixes #3753Thomas Waldmann
2018-05-14Add a version hint for llfuse for python3.7RĂ©mi Oudin
2018-04-28Update setup.py to use a newer Cython/setuptools API for compiling .pyx -> .c...Nic Donaldson
2018-01-27do .h file content checks in binary mode, fixes #3544Thomas Waldmann
2018-01-10require msgpack >= 0.4.6 and < 0.6.0, forbid 0.5.0.Thomas Waldmann
2017-12-18crypto.low_level extension: build blake2 like zstd, see #3415Thomas Waldmann
2017-12-18fix lz4 deprecation warning, require lz4 >= 1.7.0 (r129)Thomas Waldmann
2017-12-18rename BORG_LZ4_PREFIX env var to BORG_LIBLZ4_PREFIXThomas Waldmann
2017-12-18compress extension: build lz4 like zstd, see #3415Thomas Waldmann
2017-12-15Merge pull request #3411 from ThomasWaldmann/zstdTW
2017-12-15support code to build bundled zstd code into the compress extensionThomas Waldmann
2017-12-15zstd: use own Cython-based binding, remove python-zstandard depThomas Waldmann
2017-12-15add zstd compressionThomas Waldmann
2017-12-13fix building the "borg prune" man page, fixes #3398Thomas Waldmann
2017-12-02Don't generate HTML docs page for borgfs (fixes #3404)Milkey Mouse
2017-11-25Use name of command for "virtual man page" nameMilkey Mouse
2017-11-25clean up and simplify packagingThomas Waldmann
2017-11-10Generate man page for borgfs (fixes #3216)Milkey Mouse
2017-10-07implement simple "issue" role for manpage generation, fixes #3075Thomas Waldmann
2017-10-06Merge pull request #3090 from ThomasWaldmann/fuse-version-commentsTW
2017-10-06add some comments about recent fuse versions to setup.pyThomas Waldmann
2017-10-06check for py 3.5 minimum requirement in setup.pyThomas Waldmann
2017-07-29increase Python minimum requirement to 3.5.0Thomas Waldmann
2017-07-29Merge pull request #2887 from enkore/f/mt-1aenkore
2017-07-29add zeromq dependencyMarian Beermann
2017-07-27crypto: add functions missing in openssl 1.0.xThomas Waldmann
2017-07-22setup.py: fix same loop variablesThomas Waldmann
2017-06-27Merge pull request #2748 from enkore/f/cleanup-argparse2enkore
2017-06-26docs: html: include group description in outputMarian Beermann
2017-06-26include attic.tar.gz when installing the packageThomas Waldmann
2017-06-21docs: format metavars more accuratelyMarian Beermann