summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 34.1.1 → 34.2.0v34.2.0Jason R. Coombs2017-02-122-2/+2
|
* Merge pull request #968 from ↵Jason R. Coombs2017-02-123-1/+47
|\ | | | | | | | | moriyoshi/moriyoshi/local-version-label-in-egg-fragment A local version label starts with a '+' sign
| * Description for the change.Moriyoshi Koizumi2017-02-131-0/+4
| |
| * Add a test.Moriyoshi Koizumi2017-02-131-0/+42
| |
| * An epoch starts with a number followed by '!'.Moriyoshi Koizumi2017-02-131-1/+1
| |
| * A local version label starts with '+' sign, as per ↵Moriyoshi Koizumi2017-02-131-1/+1
|/ | | | https://www.python.org/dev/peps/pep-0440/#id23
* Update changelog. Ref #966.Jason R. Coombs2017-02-121-0/+6
|
* Merge pull request #966 from daa/zipfile-dist-infoJason R. Coombs2017-02-121-0/+6
|\ | | | | support dist-info distributions inside zip files
| * support dist-info distributions inside zip filesAlexander Duryagin2017-02-101-0/+6
|/
* Merge pull request #962 from idlesign/deprecate_classifiers_subsectionJason R. Coombs2017-02-043-21/+13
|\ | | | | Dropped support for classifiers subsection handling in setup.cfg
| * Dropped support for classifiers subsection handling in setup.cfg (see #952).idle sign2017-02-043-21/+13
|/
* Bump version: 34.1.0 → 34.1.1v34.1.1Jason R. Coombs2017-02-032-2/+2
|
* Always cast to str on Linux and Python 2, let rmtree handle the rest. Fixes ↵Jason R. Coombs2017-02-032-1/+6
| | | | #953.
* Require sphinx 1.4 for autosectionlabel plugin. Ref #957.Jason R. Coombs2017-02-031-0/+1
|
* Merge pull request #957 from smheidrich/fix_hardlinks_via_autosectionlabelJason R. Coombs2017-02-023-11/+8
|\ | | | | Fix hard link to URLs that should have been internal (method 2: via autosectionlabel Sphinx extension)
| * Added autosectionlabel Sphinx extension and replaced some obsolete links.smheidrich2017-02-023-11/+8
| |
* | Always generate the dependencies.Jason R. Coombs2017-02-021-1/+1
| |
* | In bootstrap, defer installation of dependencies if unneeded. Ref #958.Jason R. Coombs2017-02-021-9/+4
| |
* | Extract main functionJason R. Coombs2017-02-021-1/+4
| |
* | Merge pull request #958 from jjhelmus/opt_bootstrapJason R. Coombs2017-02-021-2/+12
|\ \ | | | | | | Add --skip-dep-install to boostrap.py script
| * | Add --skip-dep-install to boostrap.py scriptJonathan Helmus2017-02-021-2/+12
|/ / | | | | | | | | | | | | | | The --skip-dep-install flag skips installation of setuptools dependencies using pip, delegating this responsibility to other tools. This can be used to install setuptools without the need for pip. closes #950
* | Rely on backports.unittest_mock plugin to make mock available on old Python ↵Jason R. Coombs2017-01-303-12/+3
| | | | | | | | versions. Ref #949.
* | 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
| | | | |