| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 38.6.1 → 38.7.0v38.7.0 | Jason R. Coombs | 2018-03-17 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1294 from pganssle/maintainer_author | Jason R. Coombs | 2018-03-17 | 3 | -12/+119 |
| |\ | | | | | Add support for maintainer in PKG-INFO | ||||
| | * | Update changelog. | Jason R. Coombs | 2018-03-17 | 1 | -0/+5 |
| | | | |||||
| | * | Merge branch 'master' into HEAD | Jason R. Coombs | 2018-03-17 | 5 | -3/+28 |
| | |\ | |/ |/| | |||||
| * | | Bump version: 38.6.0 → 38.6.1v38.6.1 | Jason R. Coombs | 2018-03-17 | 2 | -2/+2 |
| | | | |||||
| * | | Update changelog. Ref #1293. | Jason R. Coombs | 2018-03-17 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #1293 from wimglenn/no_empty_string_extra | Jason R. Coombs | 2018-03-17 | 2 | -1/+20 |
| |\ \ | | | | | | | Don't claim to provide the extra '' | ||||
| | * | | address review comments and squash the empty string extra earlier | wim glenn | 2018-03-16 | 1 | -3/+4 |
| | | | | |||||
| | * | | fix for regression - spurious "Provides-Extra:" generated in metadata | wim glenn | 2018-03-16 | 1 | -1/+2 |
| | | | | |||||
| | * | | provide a failing test case for regression introduced in b2ea3c4a - spurious ↵ | wim glenn | 2018-03-16 | 1 | -0/+17 |
| |/ / | | | | | | | "Provides-Extra:" generated in metadata | ||||
| | * | Add support for maintainer in PKG-INFO | Paul Ganssle | 2018-03-16 | 2 | -12/+114 |
| |/ | | | | | Per PEP 345, metadata Version 1.2 should support the Author, Maintainer, Author-Email and Maintainer-Email fields. | ||||
| * | Bump version: 38.5.2 → 38.6.0v38.6.0 | Jason R. Coombs | 2018-03-15 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1286 from di/pep-566-updates | Jason R. Coombs | 2018-03-15 | 4 | -4/+48 |
| |\ | | | | | Updates for Metadata 2.1 (PEP 566) | ||||
| | * | Update CHANGES.rst | Jason R. Coombs | 2018-03-15 | 1 | -2/+2 |
| | | | |||||
| | * | Add changelog entry | Dustin Ingram | 2018-03-15 | 1 | -0/+5 |
| | | | |||||
| | * | Updates for PEP 566 (Metadata 2.1) | Dustin Ingram | 2018-03-14 | 3 | -4/+43 |
| |/ | |||||
| * | Merge pull request #1287 from djpugh/feature/package_data_docs_update | Jason R. Coombs | 2018-03-08 | 1 | -1/+9 |
| |\ | | | | | Updated package_data documentation | ||||
| | * | Add some commas. | Jason R. Coombs | 2018-03-08 | 1 | -3/+3 |
| | | | |||||
| | * | Updated package_data documentation | David Pugh | 2018-03-08 | 1 | -1/+9 |
| |/ | |||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-03-06 | 5 | -18/+42 |
| | | |||||
| * | Bump version: 38.5.1 → 38.5.2v38.5.2 | Jason R. Coombs | 2018-03-06 | 2 | -2/+2 |
| | | |||||
| * | Exclude tox-venv on Python 3.3, where it fails. | Jason R. Coombs | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Include tox-venv to bring venv from the future. | Jason R. Coombs | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Skip tests in test_virtualenv if the prefix is broken on that virtualenv. ↵ | Jason R. Coombs | 2018-03-05 | 1 | -0/+15 |
| | | | | | Ref #1284. | ||||
| * | Prevent StopIteration from bubbling up in parse_requirements. Fixes #1285. | Jason R. Coombs | 2018-03-05 | 2 | -1/+10 |
| | | |||||
| * | Remove reference to bitbucket mirror. Fixes #1280. | Jason R. Coombs | 2018-02-20 | 1 | -3/+0 |
| | | |||||
| * | Merge pull request #1279 from thijstriemstra/patch-2 | Jason R. Coombs | 2018-02-20 | 1 | -0/+3 |
| |\ | | | | | enable pip cache in appveyor build | ||||
| | * | enable pip cache in appveyor build | Thijs Triemstra | 2018-02-20 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #1278 from vphilippon/fix-doc-version-spec-inconsistencies | Jason R. Coombs | 2018-02-20 | 2 | -2/+2 |
| |\ \ | |/ |/| | Fix documentation inconsistency on version specifier | ||||
| | * | Fix documentation spacing error causing wrong formatting. | Vincent Philippon | 2018-02-19 | 1 | -1/+1 |
| | | | |||||
| | * | Fix documentation inconsistency on version specifier | Vincent Philippon | 2018-02-19 | 1 | -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 step | Jason R. Coombs | 2018-02-10 | 1 | -6/+6 |
| | | |||||
| * | Use partition | Jason R. Coombs | 2018-02-10 | 1 | -2/+2 |
| | | |||||
| * | Use filter | Jason R. Coombs | 2018-02-10 | 1 | -14/+13 |
| | | |||||
| * | Extract method for filtering extras | Jason R. Coombs | 2018-02-10 | 1 | -10/+24 |
| | | |||||
| * | Remove redundant initialization | Jason R. Coombs | 2018-02-10 | 1 | -1/+1 |
| | | |||||
| * | Extract method for _build_dep_map | Jason R. Coombs | 2018-02-10 | 1 | -14/+18 |
| | | |||||
| * | Add a comment | Jason R. Coombs | 2018-02-10 | 1 | -0/+4 |
| | | |||||
| * | Delint | Jason R. Coombs | 2018-02-10 | 1 | -7/+31 |
| | | |||||
| * | Prefer implied tuple. | Jason R. Coombs | 2018-02-10 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 38.5.0 → 38.5.1v38.5.1 | Jason R. Coombs | 2018-02-06 | 2 | -2/+2 |
| | | |||||
| * | Update changelog. Ref #1271. | Jason R. Coombs | 2018-02-06 | 1 | -0/+6 |
| | | |||||
| * | Revert "Prefer new_build_ext for Cython builds as recommended by Cython ↵ | Jason R. Coombs | 2018-02-06 | 1 | -1/+1 |
| | | | | | | | project. Fixes #1270." Reopens #1270. Fixes #1271. This reverts commit 038baa16016503708cf3bddcaf2f9b8d541c17bc. | ||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-02-05 | 1 | -4/+8 |
| | | |||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-02-04 | 1 | -0/+4 |
| | | |||||
| * | Bump version: 38.4.1 → 38.5.0v38.5.0 | Jason R. Coombs | 2018-02-04 | 2 | -2/+2 |
| | | |||||
| * | Unpin pytest - not sure why it was pinned. | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | | |||||
| * | Prefer new_build_ext for Cython builds as recommended by Cython project. ↵ | Jason R. Coombs | 2018-02-04 | 2 | -1/+4 |
| | | | | | Fixes #1270. | ||||
| * | Import Cython.Compiler.Main as recommended by Cython project to improve ↵ | Jason R. Coombs | 2018-02-04 | 2 | -0/+9 |
| | | | | | Cython detection. Fixes #1229. | ||||
| * | Merge pull request #1258 from dylanjw/update-doc | Jason R. Coombs | 2018-02-04 | 1 | -3/+3 |
| |\ | | | | | Reflect find_packages behavior in doc | ||||
