| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1908 from benoit-pierre/drop_py34_support | Jason R. Coombs | 2020-01-01 | 1 | -4/+1 |
| |\ | | | | | drop support for Python 3.4 | ||||
| | * | drop support for Python 3.4 | Benoit Pierre | 2019-11-15 | 1 | -4/+1 |
| | | | |||||
| * | | Fix latin1 and utf8 tests on Python 2 | Jason R. Coombs | 2020-01-01 | 1 | -2/+11 |
| | | | |||||
| * | | Restore Python 2.7 compatibility | Jason R. Coombs | 2020-01-01 | 1 | -5/+1 |
| | | | |||||
| * | | Remove unused import | Jason R. Coombs | 2019-12-31 | 1 | -1/+0 |
| | | | |||||
| * | | Remove instance attribute; rely on tmpdir fixture; re-use touch helper. | Jason R. Coombs | 2019-12-31 | 1 | -8/+7 |
| | | | |||||
| * | | Rewrite TestSdistTest setup/teardown_method as pytest fixture. | Jason R. Coombs | 2019-12-31 | 1 | -18/+17 |
| | | | |||||
| * | | Restore Python 2.7 compatibilityfeature/include-pyproject.toml | Jason R. Coombs | 2019-12-31 | 1 | -0/+2 |
| | | | |||||
| * | | Add test for exclusion expectation. Ref #1650. | Jason R. Coombs | 2019-12-31 | 1 | -0/+16 |
| | | | |||||
| * | | Add test ensuring pyproject.toml is included during PEP 517 build. | Tzu-ping Chung | 2019-12-29 | 1 | -0/+21 |
| | | | |||||
| * | | Merge branch 'master' into feature/include-pyproject.toml | Jason R. Coombs | 2019-12-29 | 73 | -2192/+4155 |
| |\ \ | |||||
| | * | | Extract methods to separate _safe_data_files behavior and _add_data_files. | Jason R. Coombs | 2019-12-21 | 1 | -8/+21 |
| | | | | |||||
| | * | | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg | Jason R. Coombs | 2019-12-01 | 2 | -2/+58 |
| | |\ \ | |||||
| | | * | | Extract function to strip the marker for concise code in the long function. | Jason R. Coombs | 2019-12-01 | 1 | -5/+14 |
| | | | | | |||||
| | | * | | fix possible issue with transitive build dependencies | Benoit Pierre | 2019-11-27 | 2 | -2/+49 |
| | | | | | | | | | | | | | | | | | | | | | Handle the case where a missing transitive build dependency is required by an extra for an already installed build dependency. | ||||
| | * | | | fix support for easy_install's find-links option in setup.cfg | Benoit Pierre | 2019-11-26 | 2 | -2/+49 |
| | |/ / | |||||
| | * | | wheel: fix `is_compatible` implementation | Benoit Pierre | 2019-11-25 | 2 | -1/+10 |
| | | | | |||||
| | * | | Merge pull request #1877 from pypa/feature/distribution-options-hooks | Jason R. Coombs | 2019-11-23 | 1 | -4/+20 |
| | |\ \ | | | | | | | | | Add new hook 'setuptools.finalize_distribution_options' | ||||
| | | * \ | Merge branch 'master' into feature/distribution-options-hooks | Jason R. Coombs | 2019-11-16 | 22 | -809/+1009 |
| | | |\ \ | | | |/ | |||||
| | | * | | Move all finalization of distribution options into hooks. Allow hooks to ↵ | Jason R. Coombs | 2019-11-16 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | | 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 | 3 | -21/+73 |
| | |\ \ \ | | | | | | | | | | | Revert "drop easy_install script and associated documentation" | ||||
| | | * | | | Revert "drop easy_install script and associated documentation" | Benoit Pierre | 2019-11-16 | 3 | -21/+73 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3. | ||||
| | * | | | | Merge pull request #1829 from benoit-pierre/update_pep425tags | Jason R. Coombs | 2019-11-16 | 16 | -815/+662 |
| | |\ \ \ \ | | |/ / / | |/| | | | wheel: switch to `packaging.tags` for checking PEP 425 tags | ||||
| | | * | | | 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 | 4 | -14/+224 |
| | |\ \ \ \ | | | | | | | | | | | | | 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 | 4 | -8/+218 |
| | | | | | | | |||||
| | * | | | | | deprecate easy_install command | Benoit Pierre | 2019-11-15 | 2 | -2/+8 |
| | | | | | | | |||||
| | * | | | | | drop easy_install script and associated documentation | Benoit Pierre | 2019-11-15 | 3 | -73/+21 |
| | | | | | | | |||||
| | * | | | | | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 5 | -65/+326 |
| | | |_|_|/ | |/| | | | |||||
| | * | | | | tests: fix some pytest warnings under Python 2 | Benoit Pierre | 2019-11-15 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge pull request #1861 from ↵ | Benoit Pierre | 2019-11-13 | 2 | -6/+43 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+31 |
| | | | | | | | |||||
| | | * | | | | wheel: silence info trace when writing `requires.txt` | Benoit Pierre | 2019-10-07 | 1 | -5/+12 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 6 | -433/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | | Merge pull request #1855 from isidentical/issue-479 | Jason R. Coombs | 2019-10-29 | 4 | -29/+137 |
| | |\ \ \ \ | | |_|/ / | |/| | | | 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 |
| | | | | | | |||||
| | | * | | | 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 |
| | | | | | | |||||
| | | * | | | imp load_module fix | Batuhan Taskaya | 2019-10-28 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Avoid _resolve in get_module (causes failures). | Jason R. Coombs | 2019-10-27 | 1 | -1/+1 |
| | | | | | | |||||
