aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2020-02-16Add support for Python 3.8Harmon
2020-02-08Improve setup.py python_requiresHarmon
2019-11-07Remove duplicate license parameterDrew H
2019-08-11Drop python 2 support, again (revert previous revert)Sebastian Thiel
This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
2019-07-29Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
2019-07-20Drop python 2.7 support and help with encodingsSebastian Thiel
Fixes #312
2019-05-07BF: install_requires not just requires for setup() callYaroslav Halchenko
Originally detected while running DataLad tests on CRON https://github.com/datalad/datalad/issues/3395
2019-05-05Fix setup.py and use of requirements files.James E. King III
2018-10-21Document support for Python 3.7Michael Käufl
2018-03-18Drop support for EOL Python 3.3Hugo
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-12-11Specify Python 3.6 supportHugo
2017-06-10chore(version-up): v2.1.52.1.5Sebastian Thiel
Fixes #632
2016-12-08chore(lint): flake8Sebastian Thiel
Interestingly only shows in particular python versions on travis. Maybe some caching effect? Locally it is reproducible easily, with the latest flake8
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16chore(release): v2.0.9Sebastian Thiel
Also depend on gitdb2 to regain control and allow improvements. [skip ci]
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
+ Use environment-markers in requirement files (see http://stackoverflow.com/a/33451105/548792).
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
+ Some cases had restructuring of code.
2016-10-01Merge remote-tracking branch 'origin/master' into appveyorKostis Anagnostopoulos
2016-10-01fix(setup): add missing importsSebastian Thiel
2016-09-28test: Start using `ddt` library for TCsKostis Anagnostopoulos
+ DataDriven TCs for identifying which separate case failed. + appveyor: rework matrix, conda3.4 cannot install in develop mode
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
+ Del extra spaces, import os.path as osp
2016-09-12install ordereddict only on 2.6 with wheelThomas Grainger
2016-06-01chore(compat): state py2.6 support officiallySebastian Thiel
More information in the respective issue. Fixes #453
2016-04-22Declare support for py3.5Sebastian Thiel
2016-04-19feat(py-support): drop py2.6 supportSebastian Thiel
In response to https://github.com/gitpython-developers/GitPython/pull/408/files/5de21c7fa2bdd5cd50c4f62ba848af54589167d0..aae2a7328a4d28077a4b4182b4f36f19c953765b#r59722704
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234
2015-01-22Bumped version to 0.3.6Sebastian Thiel
Unfortunately, installation of a executable script has proven to be so difficult thanks setuptools gloriousness, which will force me to remove that feature
2015-01-12Bumped version to 0.3.5, required latest gitdb (v0.6.4)0.3.5Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
Helps fixing #35 Also, the production status was changed to 'stable', which should have been done much earlier.
2015-01-06Bumped gitdb requirement.0.3.4Sebastian Thiel
This should help getting the latest version
2015-01-06Bumped version to 0.3.4Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
All performance tests still print to stderr, but do so in a py3 compatible way
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
There is more work to do though, as many imports are still incorrect. Also, there are still print statements
2014-11-19Added build-the-docs badge and updated urlSebastian Thiel
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
E201 whitespace after '(' E202 whitespace before ')' E203 whitespace before ':' E225 missing whitespace around operator E226 missing whitespace around arithmetic operator E227 missing whitespace around bitwise or shift operator E228 missing whitespace around modulo operator E231 missing whitespace after ',' E241 multiple spaces after ',' E251 unexpected spaces around keyword / parameter equals
2014-11-14Lint setup.pyAntoine Musso
Pass flake8 on setup.py. I have left behing the 'line too long' errors though since they are usually controversial. The setup() call has been reindented to save a level of indentation.
2014-11-14Don't use tuples in setup.py requirement specsSebastian Thiel
[skip ci] See https://github.com/gitpython-developers/GitPython/issues/186 for the motivation of this fix.
2014-11-14Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-toxSebastian Thiel
Conflicts: README.md requirements.txt setup.py
2014-11-14Prepared release 0.3.20.3.2Sebastian Thiel
It represents the latest state on github, which should be better than what's installed by default. [skip ci]
2014-07-25List runtime dependencies in requirements.txtAntoine Musso
More and more packages are listing their dependencies in requirements.txt which make it trivial to maintain and install them.
2014-05-21Merge branch '0.3' of https://github.com/wyrdvans/GitPython into wyrdvans-0.3Sebastian Thiel
Conflicts: setup.py
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2012-11-19Remove requires in setup.py.Jason Schadel
2011-01-17setup.py: fixed incorrect handling of toplevel package path - I must have ↵0.3.1-beta2Sebastian Thiel
been very confused when setting it up that way
2010-11-25update setup.py to allow binary builds, which is required for installation ↵Sebastian Thiel
and distribution
2010-11-25Updated information filesSebastian Thiel
2010-11-25Fixed setup toolsSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted