aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 38.5.2 → 38.6.0v38.6.0Jason R. Coombs2018-03-152-2/+2
|
* Merge pull request #1286 from di/pep-566-updatesJason R. Coombs2018-03-154-4/+48
|\ | | | | Updates for Metadata 2.1 (PEP 566)
| * Update CHANGES.rstJason R. Coombs2018-03-151-2/+2
| |
| * Add changelog entryDustin Ingram2018-03-151-0/+5
| |
| * Updates for PEP 566 (Metadata 2.1)Dustin Ingram2018-03-143-4/+43
|/
* Merge pull request #1287 from djpugh/feature/package_data_docs_updateJason R. Coombs2018-03-081-1/+9
|\ | | | | Updated package_data documentation
| * Add some commas.Jason R. Coombs2018-03-081-3/+3
| |
| * Updated package_data documentationDavid Pugh2018-03-081-1/+9
|/
* Feed the hobgoblins (delint).Jason R. Coombs2018-03-065-18/+42
|
* Bump version: 38.5.1 → 38.5.2v38.5.2Jason R. Coombs2018-03-062-2/+2
|
* Exclude tox-venv on Python 3.3, where it fails.Jason R. Coombs2018-03-051-1/+1
|
* Include tox-venv to bring venv from the future.Jason R. Coombs2018-03-051-1/+1
|
* Skip tests in test_virtualenv if the prefix is broken on that virtualenv. ↵Jason R. Coombs2018-03-051-0/+15
| | | | Ref #1284.
* Prevent StopIteration from bubbling up in parse_requirements. Fixes #1285.Jason R. Coombs2018-03-052-1/+10
|
* Remove reference to bitbucket mirror. Fixes #1280.Jason R. Coombs2018-02-201-3/+0
|
* Merge pull request #1279 from thijstriemstra/patch-2Jason R. Coombs2018-02-201-0/+3
|\ | | | | enable pip cache in appveyor build
| * enable pip cache in appveyor buildThijs Triemstra2018-02-201-0/+3
| |
* | Merge pull request #1278 from vphilippon/fix-doc-version-spec-inconsistenciesJason R. Coombs2018-02-202-2/+2
|\ \ | |/ |/| Fix documentation inconsistency on version specifier
| * Fix documentation spacing error causing wrong formatting.Vincent Philippon2018-02-191-1/+1
| |
| * Fix documentation inconsistency on version specifierVincent Philippon2018-02-191-1/+1
|/ | | | | | | | | | | | The `,` is the equivalent of an "and". Also, the pkg_resources section documents and behave like this too: ``` >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('1.2.3') False >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('2.3.4') True ```
* Perform marker calculation in one stepJason R. Coombs2018-02-101-6/+6
|
* Use partitionJason R. Coombs2018-02-101-2/+2
|
* Use filterJason R. Coombs2018-02-101-14/+13
|
* Extract method for filtering extrasJason R. Coombs2018-02-101-10/+24
|
* Remove redundant initializationJason R. Coombs2018-02-101-1/+1
|
* Extract method for _build_dep_mapJason R. Coombs2018-02-101-14/+18
|
* Add a commentJason R. Coombs2018-02-101-0/+4
|
* DelintJason R. Coombs2018-02-101-7/+31
|
* Prefer implied tuple.Jason R. Coombs2018-02-101-1/+1
|
* Bump version: 38.5.0 → 38.5.1v38.5.1Jason R. Coombs2018-02-062-2/+2
|
* Update changelog. Ref #1271.Jason R. Coombs2018-02-061-0/+6
|
* Revert "Prefer new_build_ext for Cython builds as recommended by Cython ↵Jason R. Coombs2018-02-061-1/+1
| | | | | | project. Fixes #1270." Reopens #1270. Fixes #1271. This reverts commit 038baa16016503708cf3bddcaf2f9b8d541c17bc.
* Feed the hobgoblins (delint).Jason R. Coombs2018-02-051-4/+8
|
* Feed the hobgoblins (delint).Jason R. Coombs2018-02-041-0/+4
|
* Bump version: 38.4.1 → 38.5.0v38.5.0Jason R. Coombs2018-02-042-2/+2
|
* Unpin pytest - not sure why it was pinned.Jason R. Coombs2018-02-041-1/+1
|
* Prefer new_build_ext for Cython builds as recommended by Cython project. ↵Jason R. Coombs2018-02-042-1/+4
| | | | Fixes #1270.
* Import Cython.Compiler.Main as recommended by Cython project to improve ↵Jason R. Coombs2018-02-042-0/+9
| | | | Cython detection. Fixes #1229.
* Merge pull request #1258 from dylanjw/update-docJason R. Coombs2018-02-041-3/+3
|\ | | | | Reflect find_packages behavior in doc
| * Reflect find_packages behavior in docDylan Wilson2018-01-231-3/+3
| | | | | | | | | | | | | | find_packages doesnt find PEP420 packages but the documentation suggests that it does. see: pypa/setuptools#97
* | Bump version: 38.4.0 → 38.4.1v38.4.1Jason R. Coombs2018-02-032-2/+2
| |
* | Update changelog.Jason R. Coombs2018-02-031-0/+5
| |
* | Merge pull request #1263 from benoit-pierre/fix_python37_supportJason R. Coombs2018-02-032-1/+5
|\ \ | | | | | | fix Python 3.7 support
| * | fix Python 3.7 supportBenoit Pierre2018-01-252-1/+5
| |/ | | | | | | | | - update scanning code to handle pyc header change - handle change to `Exception.__repr__` output
* | Merge pull request #1262 from benoit-pierre/fix_1261Jason R. Coombs2018-01-252-1/+46
|\ \ | |/ |/| Fix dry-run handling
| * Fix dry-run handlingBenoit Pierre2018-01-252-1/+46
|/
* Refactor to short-circuit on dry-runJason R. Coombs2018-01-201-7/+9
|
* On Appveyor, omit the '1.0.' prefix on all builds.Jason R. Coombs2018-01-051-0/+2
|
* Bump version: 38.3.0 → 38.4.0v38.4.0Jason R. Coombs2018-01-052-2/+2
|
* On further consideration, behavior change is an 0.1 bump. Ref #1231Jason R. Coombs2018-01-051-1/+1
|