Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge test from commit 'b6076' into feature/308-bypass-normalization | Jason R. Coombs | 2020-03-15 | 1 | -0/+8 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add test capturing use-case for normalized version. Ref #308. | Jason R. Coombs | 2020-03-15 | 1 | -0/+7 | |
|/ / | ||||||
* | | Merge pull request #1979 from pypa/debt/remove-features | Jason R. Coombs | 2020-03-08 | 1 | -82/+1 | |
|\ \ | | | | | | | Remove Feature support | |||||
| * \ | Merge remote-tracking branch 'origin/master' into debt/remove-features | Jason R. Coombs | 2020-03-07 | 14 | -86/+245 | |
| |\ \ | ||||||
| * | | | Remove the Features feature. Fixes #65. | Jason R. Coombs | 2020-01-19 | 1 | -82/+1 | |
| | | | | | | | | | | | | | | | | This commit reverts e4460fad043f4fa0edc7b7e1eef0b209f4588fe5. | |||||
* | | | | Merge branch 'master' into patch-1 | Jason R. Coombs | 2020-03-07 | 23 | -591/+869 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Use CPython 3.8.0 mechanism to find msvc 14+ | mayeut | 2020-03-07 | 1 | -0/+84 | |
| | |/ | |/| | ||||||
| * | | Merge branch 'master' into fix/1557 | Jason R. Coombs | 2020-02-11 | 22 | -590/+921 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into feature/deps-in-metadata | Jason R. Coombs | 2020-01-20 | 1 | -0/+12 | |
| | |\ \ | ||||||
| | | * \ | Merge commit 'f9e279df' | Jason R. Coombs | 2020-01-20 | 1 | -0/+12 | |
| | | |\ \ | ||||||
| | | | * | | Move test dependencies into the package, removing 'tests' directory which ↵ | Jason R. Coombs | 2020-01-20 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | masks the error reported in #1896. | |||||
| | * | | | | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in ↵ | Jason R. Coombs | 2020-01-20 | 1 | -0/+11 | |
| | |/ / / | | | | | | | | | | | | | | | | metadata to be installed without ignoring REQUIRES_PYTHON | |||||
| | * | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | Separate test for 'is_present' into its own test and add a TODO about this ↵ | Jason R. Coombs | 2020-01-19 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | behavior being apparently unused. | |||||
| | * | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 6 | -28/+28 | |
| | | | | | ||||||
| | * | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 7 | -63/+94 | |
| | | |/ | | |/| | ||||||
| | * | | Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into ↵ | Jason R. Coombs | 2020-01-14 | 1 | -0/+28 | |
| | |\ \ | | | | | | | | | | | | | | | | maint/44.x | |||||
| | | * | | Add tests | Emiel Wiedijk | 2019-05-15 | 1 | -0/+28 | |
| | | | | | ||||||
| | * | | | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 3 | -19/+19 | |
| | | | | | ||||||
| | * | | | 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 | 31 | -776/+1472 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg | Jason R. Coombs | 2019-12-01 | 1 | -0/+44 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | fix possible issue with transitive build dependencies | Benoit Pierre | 2019-11-27 | 1 | -0/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+38 | |
| | | |/ / / / | ||||||
| | | * | | | | wheel: fix `is_compatible` implementation | Benoit Pierre | 2019-11-25 | 1 | -0/+9 | |
| | | | | | | | ||||||
| | | * | | | | Merge pull request #1909 from benoit-pierre/resurrect_easy_install_script | Jason R. Coombs | 2019-11-23 | 2 | -20/+19 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Revert "drop easy_install script and associated documentation" | |||||
| | | | * | | | | Revert "drop easy_install script and associated documentation" | Benoit Pierre | 2019-11-16 | 2 | -20/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3. | |||||
| | | * | | | | | Merge pull request #1829 from benoit-pierre/update_pep425tags | Jason R. Coombs | 2019-11-16 | 2 | -222/+0 | |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | 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 | 2 | -222/+0 | |
| | | | | | | | | ||||||
| | | * | | | | | Merge pull request #1767 from kchmck/feat-license-files | Jason R. Coombs | 2019-11-16 | 1 | -5/+203 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add support for `license_files` option in metadata | |||||
| | | | * | | | | | 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 | 1 | -0/+198 | |
| | | | | |_|_|/ | | | | |/| | | | ||||||
| | | * | | | | | drop easy_install script and associated documentation | Benoit Pierre | 2019-11-15 | 2 | -19/+20 | |
| | | | | | | | | ||||||
| | | * | | | | | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 3 | -39/+195 | |
| | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | 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 | 1 | -0/+28 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+28 | |
| | | | | |/ / | | | | |/| | | ||||||
| | | * | | | | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 2 | -233/+21 | |
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #1824 from asottile/python310 | Jason R. Coombs | 2019-10-27 | 1 | -1/+1 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Fixes for python3.10 | |||||
| | | | * | | | Fixes for python3.10 | Anthony Sottile | 2019-08-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | include pyproject.toml in sdist (#1632) | Alexander Duryagin | 2019-01-11 | 1 | -0/+14 | |
| | | | | | | |