summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restore Python 2.7 compatibilityfeature/include-pyproject.tomlJason R. Coombs2019-12-311-0/+2
|
* Add test for exclusion expectation. Ref #1650.Jason R. Coombs2019-12-311-0/+16
|
* Mark the change as a breaking change.Jason R. Coombs2019-12-292-1/+1
|
* Add test ensuring pyproject.toml is included during PEP 517 build.Tzu-ping Chung2019-12-291-0/+21
|
* Merge branch 'master' into feature/include-pyproject.tomlJason R. Coombs2019-12-29117-2899/+4958
|\
| * Merge pull request #1927 from pypa/bugfix/1644-build-backendJason R. Coombs2019-12-293-7/+4
| |\ | | | | | | Restore build-backend and remove switch to avoid pep517.
| | * Add changelog entry. Ref #1927.Jason R. Coombs2019-12-291-0/+1
| | |
| | * Add backend-path for future PipsJason R. Coombs2019-12-291-0/+1
| | | | | | | | | Co-Authored-By: Paul Ganssle <paul@ganssle.io>
| | * Restore build-backend and remove switch to avoid pep517. Ref #1644.Jason R. Coombs2019-12-012-7/+2
| | |
| * | Extract methods to separate _safe_data_files behavior and _add_data_files.Jason R. Coombs2019-12-211-8/+21
| | |
| * | Ensure tox is present for cutting release. Ref #1925.v42.0.2Jason R. Coombs2019-12-011-1/+0
| | |
| * | Bump version: 42.0.1 → 42.0.2Jason R. Coombs2019-12-015-4/+9
| | |
| * | Publish release notes to tidelift following release.Jason R. Coombs2019-12-011-0/+3
| | |
| * | Merge pull request #1926 from pypa/feature/tox-releaseJason R. Coombs2019-12-012-20/+21
| |\ \ | | | | | | | | Simplified mechanized release process through tox
| | * | Restore 'setup.py' release stepJason R. Coombs2019-12-011-2/+2
| | | |
| | * | Simply invoke the tox 'release' environment to cut releases.Jason R. Coombs2019-12-011-17/+3
| | | |
| | * | Invoke bootstrap prior to cutting release.Jason R. Coombs2019-12-011-0/+1
| | | |
| | * | Add 'release' tox environment from jaraco/skeletonJason R. Coombs2019-11-301-0/+15
| | | |
| | * | Don't pin to old Python as 'default'Jason R. Coombs2019-11-301-3/+2
| | |/
| * | Merge pull request #1921 from ↵Jason R. Coombs2019-12-013-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.cfgJason R. Coombs2019-12-015-10/+76
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1922 from ↵Jason R. Coombs2019-12-013-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. Coombs2019-12-011-5/+14
| | | |
| | * | Reword changelog to give more contextJason R. Coombs2019-12-011-1/+1
| | | |
| | * | fix possible issue with transitive build dependenciesBenoit Pierre2019-11-273-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. Coombs2019-11-302-8/+17
| |/ / | | | | | | | | | Enterprise' to the README (linking to Tidelift).
| | * 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` implementation
| | * 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
| |\ | | | | | | Add new hook 'setuptools.finalize_distribution_options'
| | * 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 ↵Jason R. Coombs2019-11-162-6/+25
| | | | | | | | | | | | | | | | specify an index for ordering.
| | * | Add new hook 'setuptools.finalize_distribution_options' for plugins like ↵Jason R. Coombs2019-10-181-0/+4
| | | | | | | | | | | | | | | | 'setuptools_scm' to alter distribution options.
| * | | Merge pull request #1909 from benoit-pierre/resurrect_easy_install_scriptJason R. Coombs2019-11-2310-21/+1198
| |\ \ \ | | | | | | | | | | Revert "drop easy_install script and associated documentation"
| | * | | add changelog entriesBenoit Pierre2019-11-172-0/+14
| | | | |
| | * | | Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-168-21/+1184
| | | | | | | | | | | | | | | | | | | | This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.
| * | | | Merge pull request #1829 from benoit-pierre/update_pep425tagsJason R. Coombs2019-11-1617-815/+665
| |\ \ \ \ | | |/ / / | |/| | | wheel: switch to `packaging.tags` for checking PEP 425 tags
| | * | | 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
| |\ \ \ \ | | | | | | | | | | | | Add support for `license_files` option in metadata
| | * | | | 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
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | drop easy_install script/command, re-implement `fetch_build_egg` to use pip
| | * | | | deprecate easy_install commandBenoit Pierre2019-11-152-2/+8
| | | | | |