| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 41.6.0 → 42.0.0v42.0.0 | Jason R. Coombs | 2019-11-23 | 10 | -24/+22 |
| | | |||||
| * | Merge pull request #1877 from pypa/feature/distribution-options-hooks | Jason R. Coombs | 2019-11-23 | 4 | -4/+51 |
| |\ | | | | | Add new hook 'setuptools.finalize_distribution_options' | ||||
| | * | Merge branch 'master' into feature/distribution-options-hooks | Jason R. Coombs | 2019-11-16 | 53 | -1353/+1242 |
| | |\ | |||||
| | * | | Add changelog entry and documentation about the feature. | Jason R. Coombs | 2019-11-16 | 2 | -4/+28 |
| | | | | |||||
| | * | | Move all finalization of distribution options into hooks. Allow hooks to ↵ | Jason R. Coombs | 2019-11-16 | 2 | -6/+25 |
| | | | | | | | | | | | | | specify an index for ordering. | ||||
| | * | | Add new hook 'setuptools.finalize_distribution_options' for plugins like ↵ | Jason R. Coombs | 2019-10-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | 'setuptools_scm' to alter distribution options. | ||||
| * | | | Merge pull request #1909 from benoit-pierre/resurrect_easy_install_script | Jason R. Coombs | 2019-11-23 | 10 | -21/+1198 |
| |\ \ \ | | | | | | | | | Revert "drop easy_install script and associated documentation" | ||||
| | * | | | add changelog entries | Benoit Pierre | 2019-11-17 | 2 | -0/+14 |
| | | | | | |||||
| | * | | | Revert "drop easy_install script and associated documentation" | Benoit Pierre | 2019-11-16 | 8 | -21/+1184 |
| | | | | | | | | | | | | | | | | | This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3. | ||||
| * | | | | Merge pull request #1829 from benoit-pierre/update_pep425tags | Jason R. Coombs | 2019-11-16 | 17 | -815/+665 |
| |\ \ \ \ | |/ / / |/| | | | wheel: switch to `packaging.tags` for checking PEP 425 tags | ||||
| | * | | | add changelog entry | Benoit Pierre | 2019-10-07 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | wheel: switch to `packaging.tags` for checking PEP 425 tags | Benoit Pierre | 2019-10-07 | 5 | -629/+2 |
| | | | | | |||||
| | * | | | setuptools: update vendored packaging | Benoit Pierre | 2019-10-07 | 11 | -186/+660 |
| | | | | | |||||
| * | | | | Merge pull request #1767 from kchmck/feat-license-files | Jason R. Coombs | 2019-11-16 | 6 | -14/+227 |
| |\ \ \ \ | | | | | | | | | | | Add support for `license_files` option in metadata | ||||
| | * | | | | Filter out missing files and use extend() | Mick Koch | 2019-10-28 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Use an OrderedSet for accumulating license files | Mick Koch | 2019-10-28 | 2 | -3/+3 |
| | | | | | | |||||
| | * | | | | Remove DALS for single-line strings | Mick Koch | 2019-10-28 | 1 | -40/+40 |
| | | | | | | |||||
| | * | | | | Add support for `license_files` option in metadata | Mick Koch | 2019-10-28 | 6 | -8/+221 |
| | | | | | | |||||
| * | | | | | Merge pull request #1830 from benoit-pierre/pip_wheels | Jason R. Coombs | 2019-11-16 | 15 | -1258/+364 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | drop easy_install script/command, re-implement `fetch_build_egg` to use pip | ||||
| | * | | | | deprecate easy_install command | Benoit Pierre | 2019-11-15 | 2 | -2/+8 |
| | | | | | | |||||
| | * | | | | drop easy_install script and associated documentation | Benoit Pierre | 2019-11-15 | 8 | -1184/+21 |
| | | | | | | |||||
| | * | | | | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 7 | -73/+336 |
| | | | | | | |||||
| * | | | | | Trim excess whitespace | Jason R. Coombs | 2019-11-16 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #1907 from benoit-pierre/tweak_workaround_for_1644 | mergify[bot] | 2019-11-15 | 2 | -2/+11 |
| |\ \ \ \ | | | | | | | | | | | tweak workaround for #1644 | ||||
| | * | | | | tweak workaround for #1644 | Benoit Pierre | 2019-11-15 | 2 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | Work around buggy pip detection code for "pip.exe install/update pip ...". | ||||
| * | | | | | Merge pull request #1906 from benoit-pierre/fix_pytest_py2_warnings | mergify[bot] | 2019-11-15 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | tests: fix some pytest warnings under Python 2 | ||||
| | * | | | | tests: fix some pytest warnings under Python 2 | Benoit Pierre | 2019-11-15 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #1867 from ↵ | Benoit Pierre | 2019-11-13 | 10 | -46/+40 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | benoit-pierre/drop-some-pkg_resources-tests-dependency-on-easy_install test: drop pkg_resources tests dependency on easy_install | ||||
| | * | | | | test: drop pkg_resources tests dependency on easy_install | Benoit Pierre | 2019-11-13 | 10 | -46/+40 |
| |/ / / / | |||||
| * | | | | Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644 | Benoit Pierre | 2019-11-13 | 4 | -8/+38 |
| |\ \ \ \ | | | | | | | | | | | improve workaround for #1644 | ||||
| | * | | | | improve workaround for #1644 | Benoit Pierre | 2019-10-07 | 4 | -8/+38 |
| | | |/ / | |/| | | | | | | | | | | Make it possible to use a more recent version of pip for tests. | ||||
| * | | | | Merge pull request #1861 from ↵ | Benoit Pierre | 2019-11-13 | 3 | -6/+44 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | benoit-pierre/fix_empty_namespace_package_wheel_install Fix empty namespace package wheel install | ||||
| | * | | | | wheel: fix installation of empty namespace package | Benoit Pierre | 2019-10-07 | 3 | -1/+32 |
| | | | | | | |||||
| | * | | | | wheel: silence info trace when writing `requires.txt` | Benoit Pierre | 2019-10-07 | 1 | -5/+12 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #1898 from pganssle/remove_upload_register | Paul Ganssle | 2019-11-02 | 8 | -442/+64 |
| |\ \ \ \ | | | | | | | | | | | Remove "upload" and "register" commands. | ||||
| | * | | | | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 8 | -442/+64 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine. | ||||
| * | | | | Suppress deprecation of bdist_wininst (redo). Ref #1823. | Jason R. Coombs | 2019-10-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Suppress deprecation of bdist_wininst. Ref #1823. | Jason R. Coombs | 2019-10-31 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Bump version: 41.5.1 → 41.6.0v41.6.0 | Jason R. Coombs | 2019-10-29 | 4 | -3/+8 |
| | | | | | |||||
| * | | | | Rename changelog file | Jason R. Coombs | 2019-10-29 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Merge pull request #1855 from isidentical/issue-479 | Jason R. Coombs | 2019-10-29 | 6 | -29/+139 |
| |\ \ \ \ | |_|_|/ |/| | | | Upgrade setuptools.depends to importlib from depracated imp | ||||
| | * | | | Remove 'sys' import | Batuhan Taskaya | 2019-10-29 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Allow calling get_frozen_object without paths, raise ImportError when it ↵ | Batuhan Taskaya | 2019-10-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | cant find module | ||||
| | * | | | Ensure importlib.util is imported on Python 3.5 | Jason R. Coombs | 2019-10-28 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Avoid importerror on older Pythons | Jason R. Coombs | 2019-10-28 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add changelog entry. | Jason R. Coombs | 2019-10-28 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Extract compatibility function into compatibility module. | Jason R. Coombs | 2019-10-28 | 2 | -7/+11 |
| | | | | | |||||
| | * | | | remove _resolve | Batuhan Taskaya | 2019-10-28 | 1 | -7/+0 |
| | | | | | |||||
| | * | | | add docstring to find_module | Batuhan Taskaya | 2019-10-28 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | py34 compat | Batuhan Taskaya | 2019-10-28 | 1 | -1/+7 |
| | | | | | |||||
