Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Python 3.10 | Hugo van Kemenade | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Update setup.py | Dominic | 2021-09-09 | 1 | -0/+1 |
| | | | flake8 fix | ||||
* | Update setup.py | Dominic | 2021-09-09 | 1 | -8/+7 |
| | | | format path -> os.path in prep for pathlib | ||||
* | Update setup.py | Dominic | 2021-09-09 | 1 | -1/+4 |
| | | | Import README.md | ||||
* | Update setup.py | Dominic | 2021-09-09 | 1 | -1/+1 |
| | | | Comment out python 3.10 for next release | ||||
* | fix setup.py classifiers, improvefnmatchprocess handler types | yobmod | 2021-08-08 | 1 | -2/+2 |
| | |||||
* | Add Typing :: Typed to setup.py | Yobmod | 2021-08-03 | 1 | -0/+1 |
| | |||||
* | rmv 3.6 from setup.py | Yobmod | 2021-08-02 | 1 | -6/+7 |
| | |||||
* | Rmv EZ_setup from setup.py | Dominic | 2021-07-24 | 1 | -8/+1 |
| | | | Build tools now specified in pyproject.toml, so can be sure setuptools is installed | ||||
* | fix find_packages() | Dominic | 2021-07-24 | 1 | -2/+1 |
| | | | Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"]) | ||||
* | re-add package data for py.typed | Dominic | 2021-07-23 | 1 | -0/+1 |
| | | | Need for pypi install? | ||||
* | rmv redundant IOerror except | Yobmod | 2021-07-19 | 1 | -2/+2 |
| | |||||
* | Update setup.py | Dominic | 2021-07-12 | 1 | -4/+2 |
| | | | | Change distutils.build_py to its setuptools wrapper. Distutils one deprecated since py3.8, but setuptools one working py3.6-3.10 | ||||
* | move py.typed from setup.py to MANIFEST.INI | Yobmod | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | fix conflict | Yobmod | 2021-06-17 | 1 | -1/+1 |
|\ | |||||
| * | Revert "Revert "Remove support for Python 3.5" - fix CI for now." | Sebastian Thiel | 2021-06-16 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326. | ||||
| * | Revert "Remove support for Python 3.5" - fix CI for now. | Sebastian Thiel | 2021-06-16 | 1 | -2/+2 |
| | | | | | | | | | | | | This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22. See #1201 which will hopefully help to get a proper fix soon. | ||||
| * | Remove support for Python 3.5 | Bert Wesarg | 2021-03-13 | 1 | -2/+2 |
| | | |||||
* | | rebase with dropped 3.5 | Yobmod | 2021-06-17 | 1 | -2/+1 |
|/ | |||||
* | add py.typed, mypy.ini and git/types.py | yobmod | 2021-02-28 | 1 | -0/+1 |
| | |||||
* | drop py3.4 support | yobmod | 2021-02-28 | 1 | -2/+1 |
| | |||||
* | add python 3.9 support | yobmod | 2021-02-26 | 1 | -1/+2 |
| | |||||
* | rebase on master | yobmod | 2021-02-26 | 1 | -3/+3 |
| | |||||
* | drop python 3.4, update .gitignore | Yobmod | 2021-02-24 | 1 | -3/+3 |
| | |||||
* | Add license argument to setup.py | Harmon | 2021-01-10 | 1 | -0/+1 |
| | | | | Resolves #1106 | ||||
* | setup.py: exclude all test files | Konrad Weihmann | 2020-07-12 | 1 | -3/+22 |
| | | | | | | | | | | by using exclude feature of find_packages. py_modules are determined by new function, which recursively scans the base dir but omits the external modules. Plus remove now obselete package_data setting Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | ||||
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -2/+2 |
| | |||||
* | setup.py: exclude all test files | Konrad Weihmann | 2020-07-12 | 1 | -2/+2 |
| | | | | | | | by using exclude feature of find_packages. Plus remove now obselete package_data setting Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | ||||
* | Add support for Python 3.8 | Harmon | 2020-02-16 | 1 | -1/+2 |
| | |||||
* | Improve setup.py python_requires | Harmon | 2020-02-08 | 1 | -1/+1 |
| | |||||
* | Remove duplicate license parameter | Drew H | 2019-11-07 | 1 | -1/+0 |
| | |||||
* | Drop python 2 support, again (revert previous revert) | Sebastian Thiel | 2019-08-11 | 1 | -3/+1 |
| | | | | This reverts commit 913d806f02cf50250d230f88b897350581f80f6b. | ||||
* | Revert "Drop python 2.7 support and help with encodings" | Sebastian Thiel | 2019-07-29 | 1 | -1/+3 |
| | | | | This reverts commit dac619e4917b0ad43d836a534633d68a871aecca. | ||||
* | Drop python 2.7 support and help with encodings | Sebastian Thiel | 2019-07-20 | 1 | -3/+1 |
| | | | | Fixes #312 | ||||
* | BF: install_requires not just requires for setup() call | Yaroslav Halchenko | 2019-05-07 | 1 | -1/+1 |
| | | | | | Originally detected while running DataLad tests on CRON https://github.com/datalad/datalad/issues/3395 | ||||
* | Fix setup.py and use of requirements files. | James E. King III | 2019-05-05 | 1 | -8/+6 |
| | |||||
* | Document support for Python 3.7 | Michael Käufl | 2018-10-21 | 1 | -0/+1 |
| | |||||
* | Drop support for EOL Python 3.3 | Hugo | 2018-03-18 | 1 | -2/+1 |
| | |||||
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -23/+1 |
| | |||||
* | Specify Python 3.6 support | Hugo | 2017-12-11 | 1 | -0/+1 |
| | |||||
* | chore(version-up): v2.1.52.1.5 | Sebastian Thiel | 2017-06-10 | 1 | -0/+1 |
| | | | | Fixes #632 | ||||
* | chore(lint): flake8 | Sebastian Thiel | 2016-12-08 | 1 | -0/+1 |
| | | | | | | | | Interestingly only shows in particular python versions on travis. Maybe some caching effect? Locally it is reproducible easily, with the latest flake8 | ||||
* | Merge with #532, fix unicode filenames with escapesurogates | Kostis Anagnostopoulos | 2016-10-16 | 1 | -2/+2 |
|\ | |||||
| * | chore(release): v2.0.9 | Sebastian Thiel | 2016-10-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Also depend on gitdb2 to regain control and allow improvements. [skip ci] | ||||
* | | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 |
|/ | | | | + Use environment-markers in requirement files (see http://stackoverflow.com/a/33451105/548792). | ||||
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -17/+11 |
| | | | + Some cases had restructuring of code. | ||||
* | Merge remote-tracking branch 'origin/master' into appveyor | Kostis Anagnostopoulos | 2016-10-01 | 1 | -2/+20 |
|\ | |||||
| * | fix(setup): add missing imports | Sebastian Thiel | 2016-10-01 | 1 | -0/+2 |
| | | |||||
| * | install ordereddict only on 2.6 with wheel | Thomas Grainger | 2016-09-12 | 1 | -2/+17 |
| | |