summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3Kostis Anagnostopoulos2016-10-271-4/+2
| | | | | | + chore(deps): + smmap2-v2.1.0.dev4 (FIXes memoryview leak). + FIX quoted environment marker in requirements. + import actually smmap2!
* fix(io): BREAKING, wrap more out-stream usagesKostis Anagnostopoulos2016-10-251-1/+4
| | | | | | + chrore(deps): depend on *contextlib2* for `ExitStack` in PY2. + refact(util): BREAKING API move consts out of utils. + style(pep8): fixe all sources.
* 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
|
* Now building a single module called _perf which contains all the performance ↵Sebastian Thiel2010-10-131-4/+1
| | | | enhancements, which increases loadtimes, less is more
* Put delta-apply code into separate function. Would have preferred to to have ↵Sebastian Thiel2010-10-131-1/+4
| | | | just one dynamic module, lets see whether includes are possible
* Adjusted setup.py to deal more gracefully with build failures of our ↵0.5.1Sebastian Thiel2010-07-131-1/+13
| | | | optional extensions
* Bumped version to 0.5.1, added changelog to documentationSebastian Thiel2010-07-091-3/+3
|
* Added fixes to setup.py to allow easy_installation0.5.0Sebastian Thiel2010-07-081-1/+56
|
* added setup.py and Manifest to allow distribution and easy_installSebastian Thiel2010-07-011-0/+18