Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify warning.pr1887-rebase | Jason R. Coombs | 2019-12-21 | 2 | -8/+4 |
| | |||||
* | Fix syntax in develop docs | Jason R. Coombs | 2019-12-21 | 1 | -4/+4 |
| | |||||
* | Warn about the combination of include_package_data=True and explicit ↵ | Klaas van Schelven | 2019-12-21 | 4 | -15/+38 |
| | | | | | | package_data Fix #1461 | ||||
* | Extract methods to separate _safe_data_files behavior and _add_data_files. | Jason R. Coombs | 2019-12-21 | 1 | -8/+21 |
| | |||||
* | Ensure tox is present for cutting release. Ref #1925.v42.0.2 | Jason R. Coombs | 2019-12-01 | 1 | -1/+0 |
| | |||||
* | Bump version: 42.0.1 → 42.0.2 | Jason R. Coombs | 2019-12-01 | 5 | -4/+9 |
| | |||||
* | Publish release notes to tidelift following release. | Jason R. Coombs | 2019-12-01 | 1 | -0/+3 |
| | |||||
* | Merge pull request #1926 from pypa/feature/tox-release | Jason R. Coombs | 2019-12-01 | 2 | -20/+21 |
|\ | | | | | Simplified mechanized release process through tox | ||||
| * | Restore 'setup.py' release step | Jason R. Coombs | 2019-12-01 | 1 | -2/+2 |
| | | |||||
| * | Simply invoke the tox 'release' environment to cut releases. | Jason R. Coombs | 2019-12-01 | 1 | -17/+3 |
| | | |||||
| * | Invoke bootstrap prior to cutting release. | Jason R. Coombs | 2019-12-01 | 1 | -0/+1 |
| | | |||||
| * | Add 'release' tox environment from jaraco/skeleton | Jason R. Coombs | 2019-11-30 | 1 | -0/+15 |
| | | |||||
| * | Don't pin to old Python as 'default' | Jason R. Coombs | 2019-11-30 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #1921 from ↵ | Jason R. Coombs | 2019-12-01 | 3 | -2/+50 |
|\ \ | | | | | | | | | | | | | benoit-pierre/fix_handling_of_find-links_in_setup.cfg fix support for easy_install's find-links option in setup.cfg | ||||
| * \ | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg | Jason R. Coombs | 2019-12-01 | 5 | -10/+76 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1922 from ↵ | Jason R. Coombs | 2019-12-01 | 3 | -2/+59 |
|\ \ \ | |_|/ |/| | | | | | | | | benoit-pierre/fix_possible_issue_with_transitive_build_dependencies_from_extras fix possible issue with transitive build dependencies | ||||
| * | | Extract function to strip the marker for concise code in the long function. | Jason R. Coombs | 2019-12-01 | 1 | -5/+14 |
| | | | |||||
| * | | Reword changelog to give more context | Jason R. Coombs | 2019-12-01 | 1 | -1/+1 |
| | | | |||||
| * | | fix possible issue with transitive build dependencies | Benoit Pierre | 2019-11-27 | 3 | -2/+50 |
| | | | | | | | | | | | | | | | Handle the case where a missing transitive build dependency is required by an extra for an already installed build dependency. | ||||
* | | | Rename 'Professional support' to 'For Enterprise' and add section on 'For ↵ | Jason R. Coombs | 2019-11-30 | 2 | -8/+17 |
|/ / | | | | | | | Enterprise' to the README (linking to Tidelift). | ||||
| * | fix support for easy_install's find-links option in setup.cfg | Benoit Pierre | 2019-11-26 | 3 | -2/+50 |
|/ | |||||
* | Bump version: 42.0.0 → 42.0.1v42.0.1 | Benoit Pierre | 2019-11-25 | 4 | -3/+8 |
| | |||||
* | Merge pull request #1918 from benoit-pierre/fix_wheel_tags_handling | Benoit Pierre | 2019-11-25 | 3 | -1/+11 |
|\ | | | | | wheel: fix `is_compatible` implementation | ||||
| * | wheel: fix `is_compatible` implementation | Benoit Pierre | 2019-11-25 | 3 | -1/+11 |
|/ | |||||
* | 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 |