summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 4.0.104.0.10Sebastian Thiel2022-11-241-1/+1
|
* Drop support for EOL Python 3.5 and 3.6Hugo van Kemenade2022-11-161-2/+1
|
* Add support for Python 3.10 and 3.11Hugo van Kemenade2022-11-161-0/+3
|
* bump patch level in the hopes for a valid sig on release4.0.9Sebastian Thiel2022-02-211-1/+1
| | | | https://github.com/gitpython-developers/gitdb/issues/77
* Drop support for python 3.4/3.5; make use of smmap 5.0 which does the same4.0.8Sebastian Thiel2021-10-231-5/+3
|
* Support Python 3.7-3.9Hugo van Kemenade2021-08-191-1/+3
|
* v4.0.74.0.7Harmon2021-03-261-1/+1
|
* Update smmap upper bound in setup.pyHarmon2021-03-261-1/+1
| | | | Fixes #69
* v4.0.64.0.6Harmon2021-03-251-1/+1
|
* Bump patch level for creating a new properly signed release4.0.5Sebastian Thiel2020-05-051-1/+1
|
* Bump patch again; …upload error due to state on disk, yikes4.0.4Sebastian Thiel2020-04-111-1/+1
|
* bump patch level; mark travis-ci as unused4.0.3Sebastian Thiel2020-04-111-1/+1
|
* v4.0.24.0.2Harmon2020-02-241-1/+1
|
* v4.0.14.0.1Harmon2020-02-231-3/+3
|
* v3.0.3.post13.0.3.post1Harmon2020-02-231-1/+1
|
* Restrict smmap2 version to <3Harmon2020-02-221-1/+1
|
* Now with PR: 3.0.23.0.2Sebastian Thiel2020-02-171-1/+1
|
* bump version to 3.0.13.0.1Sebastian Thiel2020-02-171-1/+1
|
* Release 3.0.03.0.0Sebastian Thiel2020-02-151-4/+3
|
* bump version again...2.0.6Sebastian Thiel2019-09-281-1/+1
|
* Bump versionSebastian Thiel2019-09-281-1/+1
|
* Python 3.6 is tested and supportedHugo2018-09-071-0/+1
|
* Drop support for EOL PythonHugo2018-09-071-3/+1
|
* Upgrade makefile2.0.3Sebastian Thiel2017-09-281-1/+1
|
* chore(rename): gitdb2 v2.02.0.0Sebastian Thiel2016-10-161-3/+3
| | | | v2 is chosen to better match the name.
* support optional gitdb_speedupsThomas Grainger2016-10-041-117/+37
|
* setup: Add Python 3.5 classifierVille Skyttä2016-07-271-0/+1
|
* Bumped version to 0.6.40.6.4Sebastian Thiel2015-01-121-1/+1
|
* Adjusted stream logic to make it work on all tested platforms ... .Sebastian Thiel2015-01-121-0/+1
| | | | | | | | | | | | | | | | | As taken from https://github.com/gitpython-developers/gitdb/blob/master/gitdb/stream.py#L292 -> NOTE: Behavior changed in PY2.7 onward, which requires special handling to make the tests work properly. They are thorough, and I assume it is truly working. Why is this logic as convoluted as it is ? Please look at the table in https://github.com/gitpython-developers/gitdb/issues/19 to learn about the test-results. Bascially, on py2.6, you want to use branch 1, whereas on all other python version, the second branch will be the one that works. However, the zlib VERSIONs as well as the platform check is used to further match the entries in the table in the github issue. This is it ... it was the only way I could make this work everywhere. IT's CERTAINLY GOING TO BITE US IN THE FUTURE ... . <- Fixes #19
* Bumped version to 0.6.30.6.3Sebastian Thiel2015-01-061-1/+1
|
* Fixed python 3 compatibility issue that only showed on windows0.6.2Sebastian Thiel2015-01-061-3/+3
| | | | And bumped version to 0.6.2
* Applied autopep8Sebastian Thiel2015-01-041-85/+89
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Merge remote-tracking branch 'origin'0.6.1Sebastian Thiel2015-01-011-1/+1
|\
| * Bring gitdb.test back into distributionYaroslav Halchenko2014-12-171-1/+1
| |
* | Bumped new versionSebastian Thiel2015-01-011-1/+1
|/ | | | Fixed tiny issue in python 3
* Added requirements.txt for pip, and optimized test-suite performance on travis.Sebastian Thiel2014-11-141-1/+1
| | | | With a bit of luck, this one will just work now.
* setup.py works now, and binary python module can now be loaded as well.Sebastian Thiel2014-11-131-2/+2
|
* Fully removed all async dependenciesSebastian Thiel2014-11-131-3/+3
|
* Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-131-9/+26
|
* Clarify which Python versions are supportedMatt Hickford2014-10-061-1/+9
|
* Setup: Fix invalid syntaxOrgad Shaneh2014-09-101-1/+1
|
* bumped version to 0.5.40.5.4Sebastian Thiel2011-07-051-1/+1
|
* removed test suite from being distributed. It didn't work properly anyway ↵0.5.3Sebastian Thiel2011-07-031-7/+14
| | | | and I am not going to dig into the setup tools mess
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-4/+5
|
* Bumped version info to 0.5.3Sebastian Thiel2011-06-101-3/+3
|
* setup and doc generation works once againSebastian Thiel2010-11-301-4/+3
|
* Added zip_safe flag to setup.py0.5.2Sebastian Thiel2010-11-211-0/+1
|
* Added delta_apply.h file to make more native use of python's build system, ↵Sebastian Thiel2010-11-211-1/+2
| | | | which should hopefully fix the easy_install trouble
* setup: added missing _delta_apply.c file to setup script, allowing the ↵Sebastian Thiel2010-11-211-1/+1
| | | | performance module to be compiled
* bumped version to 0.5.2Sebastian Thiel2010-11-201-1/+1
|