| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 36.2.1 → 36.2.2v36.2.2 | Jason R. Coombs | 2017-07-24 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1100. | Jason R. Coombs | 2017-07-24 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pypa/setuptools | Jason R. Coombs | 2017-07-24 | 2 | -17/+40 |
| |\ | |||||
| | * | Merge pull request #1100 from benoit-pierre/revert_a3ec721 | Jason R. Coombs | 2017-07-24 | 2 | -13/+40 |
| | |\ | | | | | | | Revert "fix `install_requires` handling of extras" | ||||
| | | * | Revert "fix `install_requires` handling of extras" | Benoit Pierre | 2017-07-23 | 2 | -13/+40 |
| | |/ | | | | | | | This reverts commit a3ec721ec1e70f1f7aec6c3349ad85b446410809. | ||||
| * | | Extract method capturing the 'suffix' for a marker. | Jason R. Coombs | 2017-07-23 | 1 | -4/+16 |
| | | | |||||
| * | | Parse the requirements just once for simplicity and clarity | Jason R. Coombs | 2017-07-23 | 1 | -8/+3 |
| |/ | |||||
| * | Align suffix calculation for extras sections | Jason R. Coombs | 2017-07-23 | 1 | -9/+4 |
| | | |||||
| * | Refactor a bit for clarity | Jason R. Coombs | 2017-07-23 | 1 | -9/+12 |
| | | |||||
| * | Consolidate logic around a 'simple' requirement | Jason R. Coombs | 2017-07-23 | 1 | -7/+11 |
| | | |||||
| * | Extract a function for removing extras and marker from a requirement. | Jason R. Coombs | 2017-07-23 | 1 | -9/+15 |
| | | |||||
| * | Handle rebuild of install_requires separate from building extras" | Jason R. Coombs | 2017-07-23 | 1 | -7/+12 |
| | | |||||
| * | Use term 'section' consistently | Jason R. Coombs | 2017-07-23 | 1 | -5/+4 |
| | | |||||
| * | Extract two methods (still interdependent) for fixing requires | Jason R. Coombs | 2017-07-23 | 1 | -9/+19 |
| | | |||||
| * | Consolidate assignment of extras to the key in extras requirements. | Jason R. Coombs | 2017-07-23 | 1 | -5/+3 |
| | | |||||
| * | Extract variable for nicer indentation | Jason R. Coombs | 2017-07-23 | 1 | -6/+4 |
| | | |||||
| * | Remove dependency on virtualenv. Setuptools' tests don't require it except ↵ | Jason R. Coombs | 2017-07-23 | 1 | -1/+0 |
| | | | | | pytest-virtualenv, which declares it. | ||||
| * | More concise explanation | Jason R. Coombs | 2017-07-23 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 36.2.0 → 36.2.1v36.2.1 | Jason R. Coombs | 2017-07-23 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1089. | Jason R. Coombs | 2017-07-23 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #1089 from benoit-pierre/fix_requires_handling | Jason R. Coombs | 2017-07-23 | 10 | -65/+164 |
| |\ | | | | | Fix requires handling | ||||
| | * | fix `install_requires` handling of extras | Benoit Pierre | 2017-07-15 | 2 | -4/+41 |
| | | | | | | | | | | | | | Internally move requirements in `install_requires` that are using extras to `extras_require` so those extras don't get stripped when building wheels. | ||||
| | * | fix `extras_require` handling | Benoit Pierre | 2017-07-15 | 2 | -27/+66 |
| | | | | | | | | | | | Allow requirements of the form `"extra": ["barbazquux; {marker}"]` by internally converting them to `"extra:{marker}": ["barbazquux"]`. | ||||
| | * | fix possible error when finalizing `install_requires` | Benoit Pierre | 2017-07-15 | 2 | -2/+22 |
| | | | |||||
| | * | tests: rework clean install test | Benoit Pierre | 2017-07-15 | 4 | -30/+34 |
| | | | | | | | | | Use pytest-virtualenv so the test can be run no Windows too. | ||||
| | * | tests: switch back to mock instead of backports.unittest_mock | Benoit Pierre | 2017-07-15 | 5 | -6/+5 |
| |/ | |||||
| * | Invoke bootstrap prior to cutting release. Fixes #1084.v36.2.0 | Jason R. Coombs | 2017-07-13 | 1 | -0/+1 |
| | | |||||
| * | Bump version: 36.1.1 → 36.2.0 | Jason R. Coombs | 2017-07-13 | 2 | -2/+2 |
| | | |||||
| * | Delint | Jason R. Coombs | 2017-07-13 | 1 | -1/+1 |
| | | |||||
| * | Update changelog | Jason R. Coombs | 2017-07-13 | 1 | -0/+5 |
| | | |||||
| * | Update changelog. Ref #1081. | Jason R. Coombs | 2017-07-13 | 1 | -0/+8 |
| | | |||||
| * | Delint | Jason R. Coombs | 2017-07-13 | 1 | -20/+31 |
| | | |||||
| * | Use filter and next to directly extract a single failure. | Jason R. Coombs | 2017-07-13 | 1 | -8/+12 |
| | | |||||
| * | Use better variable names and the partition method for simplicity. | Jason R. Coombs | 2017-07-13 | 1 | -7/+6 |
| | | |||||
| * | Reindent | Jason R. Coombs | 2017-07-13 | 1 | -11/+12 |
| | | |||||
| * | Extract _check_extra function | Jason R. Coombs | 2017-07-13 | 1 | -7/+11 |
| | | |||||
| * | extract variable for expected_requires. | Jason R. Coombs | 2017-07-13 | 1 | -4/+5 |
| | | |||||
| * | Extract the creation of the mismatch marker. | Jason R. Coombs | 2017-07-13 | 1 | -13/+21 |
| | | |||||
| * | Restore test that includes an environment marker. | Jason R. Coombs | 2017-07-13 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #1081 from benoit-pierre/fix_environment_markers_handling | Jason R. Coombs | 2017-07-13 | 2 | -6/+43 |
| |\ | | | | | Fix environment markers handling | ||||
| | * | fix handling of environment markers in `install_requires` | Benoit Pierre | 2017-07-13 | 2 | -6/+43 |
| | | | |||||
| * | | Merge pull request #1053 from webknjaz/feature/enable-travis-pipelines | Jason R. Coombs | 2017-07-13 | 1 | -37/+39 |
| |\ \ | | | | | | | Run build stages (pipelines) in Travis CI config | ||||
| | * | | Explicitly ask Travis to use containers for jobs | Sviatoslav Sydorenko | 2017-07-14 | 1 | -0/+1 |
| | | | | |||||
| | * | | Don't run tests in deploy-only job | Sviatoslav Sydorenko | 2017-07-14 | 1 | -0/+2 |
| | | | | |||||
| | * | | Run build stages (pipelines) in Travis CI config | Sviatoslav Sydorenko | 2017-07-14 | 1 | -37/+36 |
| |/ / | | | | | | | | | | | Also: * enable pip cache * split script into install+script steps | ||||
| * | | Merge pull request #1057 from felixonmars/fix-typo | Jason R. Coombs | 2017-07-13 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix a typo: compatibilty -> compatibility | ||||
| | * | | Fix a typo: compatibilty -> compatibility | Felix Yan | 2017-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #1070 from benoit-pierre/tests_releated_fixes_and_tweaks | Jason R. Coombs | 2017-07-13 | 5 | -6/+8 |
| |\ \ \ | | | | | | | | | Tests releated fixes and tweaks | ||||
| | * | | | travis: fix ASCII builds | Benoit Pierre | 2017-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Setting LC_ALL/LC_CTYPE=C does not work since LANG=en_US.UTF-8. | ||||
| | * | | | tests: mark test_unicode_filename_in_sdist with fail_on_ascii | Benoit Pierre | 2017-07-13 | 1 | -0/+2 |
| | | | | | |||||
