aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 34.0.3 → 34.1.0v34.1.0Jason R. Coombs2017-01-282-2/+2
|
* Update changelog. Ref #930.Jason R. Coombs2017-01-281-0/+6
|
* Merge pull request #930 from GandaG/build_clibJason R. Coombs2017-01-285-1/+211
|\ | | | | Add timestamp-based dependency system to build_clib
| * Added build_clib module and unit tests.Daniel Nunes2017-01-193-1/+158
| | | | | | | | | | Added rudimentary dependency system for build_libraries. Added obj_deps and cflags keys to build_info dictionary.
| * Added tests for newer_pairwise_group().Daniel Nunes2017-01-151-0/+30
| |
| * Added newer_pairwise_group() convenience function.Daniel Nunes2017-01-141-0/+23
| |
* | Bump version: 34.0.2 → 34.0.3v34.0.3Jason R. Coombs2017-01-282-2/+2
| |
* | Loosen restriction on the version of six required. Fixes #947.Jason R. Coombs2017-01-282-1/+8
| |
* | Update changelog to reflect additional issue revealed in pypa/pip#4253.Jason R. Coombs2017-01-251-0/+6
| |
* | Bump version: 34.0.1 → 34.0.2v34.0.2Jason R. Coombs2017-01-242-2/+2
| |
* | Merge test with fix. Ref #913.Jason R. Coombs2017-01-242-1/+3
|\ \
| * \ Merge pull request #913 from davidszotten/package_dir_trailing_slashJason R. Coombs2017-01-241-1/+1
| |\ \ | | | | | | | | strip trailing slash from package_dir before counting slashes
| | * | strip trailing slash from package_dir before counting slashesDavid Szotten2017-01-051-1/+1
| | | |
* | | | Add tests for _resolve_setup_path, including one that elicits the error ↵Jason R. Coombs2017-01-241-0/+16
| | | | | | | | | | | | | | | | reported in #913.
* | | | Extract staticmethod for resolving setup pathJason R. Coombs2017-01-241-7/+20
|/ / /
* | | Update changelog. Ref #883.Jason R. Coombs2017-01-241-0/+6
| | |
* | | Merge pull request #883 from jimporter/extrasJason R. Coombs2017-01-241-5/+17
|\ \ \ | | | | | | | | Fix usage of extras when installing via Wheels; resolves #882
| * | | Fix usage of extras when installing via Wheels; resolves #882Jim Porter2016-12-291-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When resolving requirements, we now pass the list of extras we're using along to Marker.evaluate, since we want to include the extra's requirements in our list of required packages. This is sort of papering over the underlying issue; namely, that the dependency map for dist-info distributions looks like: { None : ['common_dep'], 'my_extra': ['extra_dep; extra = "my_extra"'] } If we eliminated 'extra = "my_extra"' when creating this map, the problem would go away because the WorkingSet would no longer treat `extra_dep` as a purely optional dependency. However, this would require copying and manipulating Requirement objects, which is somewhat more complicated than the current solution.
* | | | Update changelog to give some direction when pip is too old. Fixes #940.Jason R. Coombs2017-01-241-0/+7
| | | |
* | | | Bump version: 34.0.0 → 34.0.1v34.0.1Jason R. Coombs2017-01-232-2/+2
| | | |
* | | | Prefer list comprehension to init/append loop. Ref #936.Jason R. Coombs2017-01-231-3/+5
| | | |
* | | | Update changelog. Ref #936.Jason R. Coombs2017-01-231-0/+5
| | | |
* | | | Merge pull request #936 from LeadSift/masterJason R. Coombs2017-01-232-1/+12
|\ \ \ \ | | | | | | | | | | fixes #935 - allows for glob syntax in graft
| * | | | fixes #935 - allows for glob syntax in graftHatem Nassrat2017-01-232-1/+12
|/ / / /
* | | | Try installing requirements before deploying (because the requirements that ↵Jason R. Coombs2017-01-231-0/+2
| | | | | | | | | | | | | | | | tox installed aren't available to the Python that Travis PyPI uses for deployment). Ref #934.
* | | | Bump version: 33.1.1 → 34.0.0v34.0.0Jason R. Coombs2017-01-232-2/+2
| | | |
* | | | Merge pull request #933 from pypa/feature/581-depend-not-bundleJason R. Coombs2017-01-2368-9044/+153
|\ \ \ \ | | | | | | | | | | Bundle dependencies instead of vendoring them
| * | | | Update changelogJason R. Coombs2017-01-231-0/+22
| | | | |
| * | | | Add pyproject.toml per PEP 518 for use by a future pip release. Ref #581.Jason R. Coombs2017-01-171-0/+9
| | | | |
| * | | | Merge with masterJason R. Coombs2017-01-1612-270/+114
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/581-depend-not-bundleJason R. Coombs2017-01-136-182/+65
| |\ \ \ \ \
| * | | | | | Use unicode literalsJason R. Coombs2017-01-011-1/+4
| | | | | | |
| * | | | | | Also have tox reference the generated requirements.txtJason R. Coombs2017-01-011-3/+1
| | | | | | |
| * | | | | | In the bootstrap script, generate a requirements.txt file and use it to ↵Jason R. Coombs2017-01-013-4/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | install the dependencies just in time to make them available long enough to generate the egg info.
| * | | | | | Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-0164-9042/+84
| | | | | | |
| * | | | | | Use the 'extras' feature of toxJason R. Coombs2017-01-012-1/+1
| | | | | | |
* | | | | | | Merge pull request #927 from hugovk/patch-1Jason R. Coombs2017-01-171-0/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Update Python versions
| * | | | | | Update Python versionsHugo2017-01-171-0/+2
|/ / / / / /
* | | | | | Bump version: 33.1.0 → 33.1.1v33.1.1replicant-10Jason R. Coombs2017-01-162-2/+2
| | | | | |
* | | | | | Restore setuptools import, falsely identified as an unused import by linter.Jason R. Coombs2017-01-161-1/+2
| | | | | |
* | | | | | Remove unused importsJason R. Coombs2017-01-164-5/+2
| | | | | |
* | | | | | Simply invoke addstore twice, rather than looping.Jason R. Coombs2017-01-161-4/+4
| | | | | |
* | | | | | Rely on namespacing to discriminate between novel class and parent.Jason R. Coombs2017-01-161-5/+5
| | | | | |
* | | | | | Remove unused parameterJason R. Coombs2017-01-161-2/+1
| | | | | |
* | | | | | Remove unused importJason R. Coombs2017-01-161-1/+0
| | | | | |
* | | | | | Replace global variable serving as an implicit cache with an explicit 'once' ↵Jason R. Coombs2017-01-161-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | decorator.
* | | | | | Refactor find_ca_bundle to simplify branching logic.Jason R. Coombs2017-01-161-17/+12
| | | | | |
* | | | | | Update changelog. Ref #921.Jason R. Coombs2017-01-161-0/+6
| | | | | |
* | | | | | Merge pull request #921 from GreatFruitOmsk/fix-find_ca_bundleJason R. Coombs2017-01-161-7/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix certifi fallback is not used on Windows.
| * | | | | | Fix certifi fallback is not used on Windows.Ilya Kulakov2017-01-131-7/+14
| | |_|_|_|/ | |/| | | |