summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-263-2/+50
|/ / / /
* | | | Bump version: 42.0.0 → 42.0.1v42.0.1Benoit Pierre2019-11-254-3/+8
* | | | Merge pull request #1918 from benoit-pierre/fix_wheel_tags_handlingBenoit Pierre2019-11-253-1/+11
|\ \ \ \
| * | | | wheel: fix `is_compatible` implementationBenoit Pierre2019-11-253-1/+11
|/ / / /
* | | | Bump version: 41.6.0 → 42.0.0v42.0.0Jason R. Coombs2019-11-2310-24/+22
* | | | Merge pull request #1877 from pypa/feature/distribution-options-hooksJason R. Coombs2019-11-234-4/+51
|\ \ \ \
| * \ \ \ Merge branch 'master' into feature/distribution-options-hooksJason R. Coombs2019-11-1653-1353/+1242
| |\ \ \ \
| * | | | | Add changelog entry and documentation about the feature.Jason R. Coombs2019-11-162-4/+28
| * | | | | Move all finalization of distribution options into hooks. Allow hooks to spec...Jason R. Coombs2019-11-162-6/+25
| * | | | | Add new hook 'setuptools.finalize_distribution_options' for plugins like 'set...Jason R. Coombs2019-10-181-0/+4
* | | | | | Merge pull request #1909 from benoit-pierre/resurrect_easy_install_scriptJason R. Coombs2019-11-2310-21/+1198
|\ \ \ \ \ \
| * | | | | | add changelog entriesBenoit Pierre2019-11-172-0/+14
| * | | | | | Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-168-21/+1184
* | | | | | | Merge pull request #1829 from benoit-pierre/update_pep425tagsJason R. Coombs2019-11-1617-815/+665
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add changelog entryBenoit Pierre2019-10-071-0/+3
| * | | | | | wheel: switch to `packaging.tags` for checking PEP 425 tagsBenoit Pierre2019-10-075-629/+2
| * | | | | | setuptools: update vendored packagingBenoit Pierre2019-10-0711-186/+660
* | | | | | | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-166-14/+227
|\ \ \ \ \ \ \
| * | | | | | | Filter out missing files and use extend()Mick Koch2019-10-281-2/+2
| * | | | | | | Use an OrderedSet for accumulating license filesMick Koch2019-10-282-3/+3
| * | | | | | | Remove DALS for single-line stringsMick Koch2019-10-281-40/+40
| * | | | | | | Add support for `license_files` option in metadataMick Koch2019-10-286-8/+221
* | | | | | | | Merge pull request #1830 from benoit-pierre/pip_wheelsJason R. Coombs2019-11-1615-1258/+364
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | deprecate easy_install commandBenoit Pierre2019-11-152-2/+8
| * | | | | | | drop easy_install script and associated documentationBenoit Pierre2019-11-158-1184/+21
| * | | | | | | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-157-73/+336
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Trim excess whitespaceJason R. Coombs2019-11-161-2/+2
|/ / / / / /
* | | | | | Merge pull request #1907 from benoit-pierre/tweak_workaround_for_1644mergify[bot]2019-11-152-2/+11
|\ \ \ \ \ \
| * | | | | | tweak workaround for #1644Benoit Pierre2019-11-152-2/+11
* | | | | | | Merge pull request #1906 from benoit-pierre/fix_pytest_py2_warningsmergify[bot]2019-11-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tests: fix some pytest warnings under Python 2Benoit Pierre2019-11-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #1867 from benoit-pierre/drop-some-pkg_resources-tests-dep...Benoit Pierre2019-11-1310-46/+40
|\ \ \ \ \ \
| * | | | | | test: drop pkg_resources tests dependency on easy_installBenoit Pierre2019-11-1310-46/+40
|/ / / / / /
* | | | | | Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644Benoit Pierre2019-11-134-8/+38
|\ \ \ \ \ \
| * | | | | | improve workaround for #1644Benoit Pierre2019-10-074-8/+38
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel...Benoit Pierre2019-11-133-6/+44
|\ \ \ \ \ \
| * | | | | | wheel: fix installation of empty namespace packageBenoit Pierre2019-10-073-1/+32
| * | | | | | wheel: silence info trace when writing `requires.txt`Benoit Pierre2019-10-071-5/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1898 from pganssle/remove_upload_registerPaul Ganssle2019-11-028-442/+64
|\ \ \ \ \ \
| * | | | | | Remove "upload" and "register" commands.Paul Ganssle2019-11-028-442/+64
|/ / / / / /
* | | | | | Suppress deprecation of bdist_wininst (redo). Ref #1823.Jason R. Coombs2019-10-311-1/+1
* | | | | | Suppress deprecation of bdist_wininst. Ref #1823.Jason R. Coombs2019-10-311-0/+3
* | | | | | Bump version: 41.5.1 → 41.6.0v41.6.0Jason R. Coombs2019-10-294-3/+8
* | | | | | Rename changelog fileJason R. Coombs2019-10-291-0/+0
* | | | | | Merge pull request #1855 from isidentical/issue-479Jason R. Coombs2019-10-296-29/+139
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove 'sys' importBatuhan Taskaya2019-10-291-1/+0
| * | | | | Allow calling get_frozen_object without paths, raise ImportError when it cant...Batuhan Taskaya2019-10-291-2/+6
| * | | | | Ensure importlib.util is imported on Python 3.5Jason R. Coombs2019-10-281-0/+5
| * | | | | Avoid importerror on older PythonsJason R. Coombs2019-10-281-1/+1
| * | | | | Add changelog entry.Jason R. Coombs2019-10-281-0/+1