Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always encode text-based scripts to UTF-8. Fixes #1246.feature/1246-utf-8-in-scripts | Jason R. Coombs | 2018-01-20 | 2 | -2/+8 |
| | |||||
* | Refactor to short-circuit on dry-run | Jason R. Coombs | 2018-01-20 | 1 | -7/+9 |
| | |||||
* | On Appveyor, omit the '1.0.' prefix on all builds. | Jason R. Coombs | 2018-01-05 | 1 | -0/+2 |
| | |||||
* | Bump version: 38.3.0 → 38.4.0v38.4.0 | Jason R. Coombs | 2018-01-05 | 2 | -2/+2 |
| | |||||
* | On further consideration, behavior change is an 0.1 bump. Ref #1231 | Jason R. Coombs | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1231 from zsimic/master | Jason R. Coombs | 2018-01-05 | 2 | -1/+5 |
|\ | | | | | Removed warning when PYTHONDONTWRITEBYTECODE is enabled | ||||
| * | Merge branch 'master' into master | Jason R. Coombs | 2018-01-05 | 11 | -16/+133 |
| |\ | |/ |/| | |||||
* | | Bump version: 38.2.5 → 38.3.0v38.3.0 | Jason R. Coombs | 2018-01-04 | 2 | -2/+2 |
| | | |||||
* | | Update changelog. Ref #1210. | Jason R. Coombs | 2018-01-04 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #1210 from fungi/master | Jason R. Coombs | 2018-01-04 | 6 | -1/+70 |
|\ \ | | | | | | | Support PEP 345 Project-URL metadata | ||||
| * | | Remove extraneous attribute copy, artifact of bad merge. | Jason R. Coombs | 2018-01-04 | 1 | -3/+0 |
| | | | |||||
| * | | Merge branch 'master' into master | Jason R. Coombs | 2018-01-04 | 18 | -25/+1270 |
| |\ \ | |/ / |/| | | |||||
* | | | Update changelog. Ref #1207. | Jason R. Coombs | 2018-01-04 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #1207 from cryvate/fix-issue-1206 | Jason R. Coombs | 2018-01-04 | 3 | -12/+10 |
|\ \ \ | | | | | | | | | Add setup.cfg support for long_description_content_type | ||||
| * | | | Rework how to handle long_description_content_type | Henk-Jaap Wagenaar | 2017-11-25 | 2 | -17/+6 |
| | | | | |||||
| * | | | Add setup.cfg support for long_description_content_type (in line with docs). | Henk-Jaap Wagenaar | 2017-11-21 | 3 | -1/+10 |
| | | | | |||||
* | | | | Merge pull request #1232 from duggelz/dgreiman/issue118838.2.5 | Jason R. Coombs | 2017-12-24 | 5 | -2/+45 |
|\ \ \ \ | | | | | | | | | | | Fix trailing slash handling in pkg_resources.ZipProvider | ||||
| * | | | | Bump version: 38.2.4 → 38.2.5 | Doug Greiman | 2017-12-22 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Update changelog. Ref #1232 | Doug Greiman | 2017-12-22 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Slightly simplify code via rstrip() | Doug Greiman | 2017-12-22 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Fix trailing slash handling in pkg_resources.ZipProvider | Doug Greiman | 2017-12-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given a ZipProvider, if the underlying ZipImporter prefix is empty, then resource_listdir('') and resource_listdir('subdir/') fail, while resource_listdir('/') and resource_listdir('subdir') succeed. On the other hand, if the underlying ZipImport prefix is not empty, then resource_listdir('/') fails but resource_listdir('') succeeds. With this change, the cases listed succeed with or without trailing slashes. | ||||
| * | | | | Add testcase for pkg_resources.ZipProvider.resource_listdir | Doug Greiman | 2017-12-11 | 1 | -0/+35 |
|/ / / / | |||||
| | * | | Document project_urls setup parameter | Jeremy Stanley | 2017-12-05 | 3 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an entry to the Setuptools usage documentation for the project_urls dict, and include it in the "advanced" project example. While at it, adjust the dogfooding use in Setuptools' own setup.py to use HTTPS for the Documentation URL and drop redundant entries for Bug Tracker and Source Code. Also remove a no-op attribute reassignment from egg_info.py. | ||||
| | * | | Support PEP 345 Project-URL metadata | Jeremy Stanley | 2017-11-22 | 7 | -1/+65 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By including one or more Project-URL entries in PKG-INFO metadata, PyPI can display helpful hyperlinks in a generic manner. Add support here to be able to pass it through setup.cfg and setup.py with a project_urls dict. See the corresponding section of the Core Metadata Specifications from the Python Packaging User Guide for details: https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use | ||||
| | * | Removed warning when PYTHONDONTWRITEBYTECODE is enabled | Zoran Simic | 2017-12-09 | 2 | -1/+5 |
| |/ |/| | |||||
* | | Bump version: 38.2.3 → 38.2.4v38.2.4 | Benoit Pierre | 2017-12-04 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1220 from benoit-pierre/fix_1219 | Benoit Pierre | 2017-12-04 | 3 | -4/+64 |
|\ \ | | | | | | | fix `data_files` handling when installing from wheel | ||||
| * | | update changelog | Benoit Pierre | 2017-12-04 | 1 | -0/+5 |
| | | | |||||
| * | | fix `data_files` handling when installing from wheel | Benoit Pierre | 2017-11-30 | 2 | -4/+59 |
|/ / | |||||
* | | update changelog | Benoit Pierre | 2017-11-30 | 1 | -0/+5 |
| | | |||||
* | | Bump version: 38.2.2 → 38.2.3v38.2.3 | Benoit Pierre | 2017-11-28 | 2 | -2/+2 |
| | | |||||
* | | tests: fix pytest requirement so Python 3.3 is supported | Benoit Pierre | 2017-11-27 | 1 | -1/+1 |
| | | |||||
* | | Bump version: 38.2.1 → 38.2.2v38.2.2 | Benoit Pierre | 2017-11-27 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1215 from benoit-pierre/fix_wheels_namespace_packages | Benoit Pierre | 2017-11-27 | 3 | -0/+56 |
|\ \ | | | | | | | fix namespace packages handling of wheels | ||||
| * | | fix namespace packages handling of wheels | Benoit Pierre | 2017-11-27 | 3 | -0/+56 |
|/ / | |||||
* | | Bump version: 38.2.0 → 38.2.1v38.2.1 | Benoit Pierre | 2017-11-26 | 2 | -2/+2 |
| | | |||||
* | | fix encoding handling of wheels metadata | Benoit Pierre | 2017-11-26 | 4 | -5/+27 |
| | | |||||
* | | Bump version: 38.1.0 → 38.2.0v38.2.0 | Benoit Pierre | 2017-11-26 | 2 | -2/+2 |
| | | |||||
* | | update changelog | Benoit Pierre | 2017-11-26 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #1200 from benoit-pierre/wheels_support | Benoit Pierre | 2017-11-26 | 7 | -1/+1003 |
|\ \ | | | | | | | easy_install: add support for installing from wheels | ||||
| * | | easy_install: add support for installing from wheels | Benoit Pierre | 2017-11-26 | 7 | -1/+1003 |
|/ / | | | | | | | | | | | | | | | | | | | Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped | ||||
* | | Bump version: 38.0.0 → 38.1.0v38.1.0 | Jason R. Coombs | 2017-11-25 | 2 | -2/+2 |
| | | |||||
* | | HTTPS everywhere | Jason R. Coombs | 2017-11-25 | 1 | -1/+1 |
| | | |||||
* | | Shorten message and update changelog. Ref #1209. | Jason R. Coombs | 2017-11-25 | 2 | -2/+9 |
| | | |||||
* | | Merge pull request #1209 from andy-maier/issue1208-resolution-error-msg | Jason R. Coombs | 2017-11-25 | 1 | -1/+3 |
|\ \ | | | | | | | Fixes #1208: Improved exception message of pkg_resources.ResolutionError | ||||
| * | | Improved exception message of pkg_resources.ResolutionError | Andreas Maier | 2017-11-22 | 1 | -1/+3 |
| |/ | |||||
* | | Bump version: 37.0.0 → 38.0.0v38.0.0 | Jason R. Coombs | 2017-11-25 | 2 | -2/+2 |
| | | |||||
* | | Disallow unordered sequences for specifying install_requires. Fixes #458. | Jason R. Coombs | 2017-11-25 | 2 | -0/+9 |
| | | |||||
* | | Add test asserting that install_requires parameters cannot be unordered. Ref ↵ | Jason R. Coombs | 2017-11-25 | 1 | -14/+11 |
| | | | | | | | | #458. | ||||
* | | Add another test demonstrating that if requirements are declared in a ↵ | Jason R. Coombs | 2017-11-25 | 1 | -0/+14 |
| | | | | | | | | non-deterministic order, they may appear in the metadata in non-deterministic order. Ref #458. |