summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 36.2.6 → 36.2.7v36.2.7Benoit Pierre2017-08-022-2/+2
* Update changelogBenoit Pierre2017-08-021-0/+7
* Merge pull request #1108 from benoit-pierre/fix_requires_handling,_againBenoit Pierre2017-08-023-149/+201
|\
| * fix requires handling when using setup.cfgBenoit Pierre2017-08-023-149/+201
|/
* Last bump was manual. Resync.Jason R. Coombs2017-08-011-1/+1
* Merge pull request #1116 from leorochael/fix-462v36.2.6Jason R. Coombs2017-07-316-5/+88
|\
| * Better detect unpacked eggsLeonardo Rochael Almeida2017-07-314-5/+86
| * pytest-virtualenv does not require virtualenvLeonardo Rochael Almeida2017-07-311-0/+1
| * Ignore .eggsLeonardo Rochael Almeida2017-07-311-0/+1
|/
* Update changelogv36.2.5Jason R. Coombs2017-07-301-0/+2
* Merge pull request #1115 from benoit-pierre/fix_travis_deploymentJason R. Coombs2017-07-301-0/+1
|\
| * travis: fix deploymentBenoit Pierre2017-07-311-0/+1
|/
* Merge pull request #1091 from benoit-pierre/update_travis_buildsJason R. Coombs2017-07-301-0/+2
|\
| * travis: add `pypy3` jobBenoit Pierre2017-07-281-0/+1
| * travis: update imageBenoit Pierre2017-07-281-0/+1
* | Merge pull request #1112 from benoit-pierre/disable_pytest-flake8_on_python2.6Jason R. Coombs2017-07-301-1/+1
|\ \
| * | tests: disable pytest-flake8 on Python 2.6Benoit Pierre2017-07-291-1/+1
* | | Bump version: 36.2.4 → 36.2.5Jason R. Coombs2017-07-302-2/+2
* | | Update changelog. Ref #1106.Jason R. Coombs2017-07-301-0/+5
* | | Merge pull request #1106 from benoit-pierre/fix_test_command_handling_of_extr...Jason R. Coombs2017-07-303-15/+73
|\ \ \ | |/ / |/| |
| * | fix `test` command handling of `extras_require`Benoit Pierre2017-07-262-3/+73
| * | tests: minor cleanup; remove dead codeBenoit Pierre2017-07-261-12/+0
|/ /
* | Bump version: 36.2.3 → 36.2.4v36.2.4Jason R. Coombs2017-07-262-2/+2
* | Use inspect.getmro to inspect the mro. Alternate implementation to that propo...Jason R. Coombs2017-07-262-10/+17
* | Bump version: 36.2.2 → 36.2.3v36.2.3Jason R. Coombs2017-07-252-2/+2
* | Update changelog. Ref #1103.Jason R. Coombs2017-07-251-0/+5
* | Merge pull request #1103 from benoit-pierre/allow_empty_extrasJason R. Coombs2017-07-252-0/+20
|\ \
| * | do not strip empty sections in `extras_require`Benoit Pierre2017-07-252-0/+20
|/ /
* | Bump version: 36.2.1 → 36.2.2v36.2.2Jason R. Coombs2017-07-242-2/+2
* | Update changelog. Ref #1100.Jason R. Coombs2017-07-241-0/+6
* | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2017-07-242-17/+40
|\ \
| * \ Merge pull request #1100 from benoit-pierre/revert_a3ec721Jason R. Coombs2017-07-242-13/+40
| |\ \
| | * | Revert "fix `install_requires` handling of extras"Benoit Pierre2017-07-232-13/+40
| |/ /
* | | Extract method capturing the 'suffix' for a marker.Jason R. Coombs2017-07-231-4/+16
* | | Parse the requirements just once for simplicity and clarityJason R. Coombs2017-07-231-8/+3
|/ /
* | Align suffix calculation for extras sectionsJason R. Coombs2017-07-231-9/+4
* | Refactor a bit for clarityJason R. Coombs2017-07-231-9/+12
* | Consolidate logic around a 'simple' requirementJason R. Coombs2017-07-231-7/+11
* | Extract a function for removing extras and marker from a requirement.Jason R. Coombs2017-07-231-9/+15
* | Handle rebuild of install_requires separate from building extras"Jason R. Coombs2017-07-231-7/+12
* | Use term 'section' consistentlyJason R. Coombs2017-07-231-5/+4
* | Extract two methods (still interdependent) for fixing requiresJason R. Coombs2017-07-231-9/+19
* | Consolidate assignment of extras to the key in extras requirements.Jason R. Coombs2017-07-231-5/+3
* | Extract variable for nicer indentationJason R. Coombs2017-07-231-6/+4
* | Remove dependency on virtualenv. Setuptools' tests don't require it except py...Jason R. Coombs2017-07-231-1/+0
* | More concise explanationJason R. Coombs2017-07-231-1/+1
* | Bump version: 36.2.0 → 36.2.1v36.2.1Jason R. Coombs2017-07-232-2/+2
* | Update changelog. Ref #1089.Jason R. Coombs2017-07-231-0/+7
* | Merge pull request #1089 from benoit-pierre/fix_requires_handlingJason R. Coombs2017-07-2310-65/+164
|\ \ | |/ |/|
| * fix `install_requires` handling of extrasBenoit Pierre2017-07-152-4/+41