summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 40.4.3 → 40.5.0v40.5.0Jason R. Coombs2018-10-268-7/+12
|
* Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525Paul Ganssle2018-10-262-1/+2
|\ | | | | Fix easy install warning #1525
| * Add changelog for PR #1526 (issue #1525)Jesus Laime2018-10-261-0/+1
| |
| * Fix deprecation warning in easy_install docsJesus Laime2018-10-261-1/+1
|/
* Merge pull request #1335 from themiwi/patch-1Jason R. Coombs2018-10-252-1/+13
|\ | | | | Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin
| * Update changelogJason R. Coombs2018-10-251-0/+1
| |
| * Extract patch and its purpose into a specialized function which can be ↵Jason R. Coombs2018-10-251-9/+12
| | | | | | | | excluded from coverage.
| * Adds call to os.path.abspath() in pkg_resources.normalize_path() on CygwinMichael Wild2018-04-221-1/+9
| | | | | | This works around problems that stem from getcwd(3) on Cygwin returning paths containing symlinks. I am not sure at all whether this is a good place to fix it, but that's where I got hit by the issue when doing a `python setup.py develop` (or `pip install -e .`).
* | Merge pull request #1520 from ssato/data_files_2Jason R. Coombs2018-10-254-0/+31
|\ \ | | | | | | Add data_files support in setup.cfg
| * | Add a news fragment for PR #1520Satoru SATOH2018-10-241-0/+1
| | |
| * | Add docs on how to use data_files in setup.cfgSatoru SATOH2018-10-241-0/+5
| | | | | | | | | | | | | | | This adds the `[options.data_files]` section to the existing setup.cfg example.
| * | Add data_files support in setup.cfg with test caseSatoru SATOH2018-10-242-0/+25
| | | | | | | | | | | | | | | | | | In the test case, dist.data_files needs to be sorted because the current implementation loads the configuration files as a dictionary with arbitrary order on Python < 3.6.
* | | Drop use of six.u (#1517)Thirumal Venkat2018-10-232-1/+2
|/ /
* | Merge pull request #1514 from benoit-pierre/update_ci_buildsPaul Ganssle2018-10-223-36/+42
|\ \ | | | | | | Update CI builds
| * | coverage: ignore invalid Python 3.8 coverage dataBenoit Pierre2018-10-211-16/+11
| | |
| * | coverage: disable gcov processingBenoit Pierre2018-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | We don't need it and it generates a couple of error messages on AppVeyor: FIND: Parameter format not correct [...] Error running `find 'C:\projects\setuptools' -not - [...]
| * | appveyor: only clone the first 50 commitsBenoit Pierre2018-10-211-0/+2
| | |
| * | appveyor: ensure test requirements are installed and up-to-dateBenoit Pierre2018-10-211-3/+6
| | |
| * | travis: ensure test requirements are installed and up-to-dateBenoit Pierre2018-10-211-3/+5
| | | | | | | | | | | | Particularly: update pip so PEP 518 support is available.
| * | travis: fix support for Python 3.7 and add support for 3.8Benoit Pierre2018-10-211-12/+17
| | |
| * | travis: preemptively switch to VM-based jobsBenoit Pierre2018-10-191-1/+0
|/ / | | | | | | Rational: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
* | Deprecate Subversion download functionality. Ref #1502. Used UserWarning ↵Jason R. Coombs2018-09-232-0/+3
| | | | | | | | instead of DeprecationWarning so it's visible to users who might be relying on this functionality.
* | Suppress Unbuild egg warnings in TestPTHFileWriterJason R. Coombs2018-09-231-0/+1
| |
* | Update tests to remove use of deprecated get_script_headerJason R. Coombs2018-09-231-5/+5
| |
* | Replace redundant code with call of that code.Jason R. Coombs2018-09-231-3/+1
| |
* | Use stacklevel=2 to better reveal usage of deprecated calls.Jason R. Coombs2018-09-231-1/+1
| |
* | Use preferred interface, fixing DeprecationWarning on later Pythons.Jason R. Coombs2018-09-231-2/+1
| |
* | Ignore warnings about deprecated features.Jason R. Coombs2018-09-231-0/+1
| |
* | Capture expected warningJason R. Coombs2018-09-231-1/+3
| |
* | Bump version: 40.4.2 → 40.4.3v40.4.3Jason R. Coombs2018-09-234-3/+8
| |
* | Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480.Jason R. Coombs2018-09-233-13/+36
| |
* | Bump version: 40.4.1 → 40.4.2v40.4.2Jason R. Coombs2018-09-214-3/+8
| |
* | Update changelog for example release.Jason R. Coombs2018-09-211-0/+1
| |
* | Merge pull request #1497 from joeflack4/feature_gitignore_ideaPaul Ganssle2018-09-201-0/+1
|\ \ | | | | | | Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor
| * | Added .idea/ to gitignore, to cover cases where people are using a Jetbrains ↵joeflack42018-09-191-0/+1
|/ / | | | | | | text editor.
* | Bump version: 40.4.0 → 40.4.1v40.4.1Jason R. Coombs2018-09-184-3/+8
| |
* | Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480.Jason R. Coombs2018-09-183-13/+36
| |
* | Update pavement not to import pipJason R. Coombs2018-09-181-2/+5
| |
* | Bump version: 40.3.0 → 40.4.0v40.4.0Jason R. Coombs2018-09-184-3/+8
| |
* | Merge pull request #1481 from gaborbernat/sdist-dirJason R. Coombs2018-09-183-5/+38
|\ \ | | | | | | build_meta sdist directory delegate to --dist-dir
| * | wordsmith changelogJason R. Coombs2018-09-181-1/+1
| | |
| * | add changelog for #1481Bernat Gabor2018-09-161-0/+1
| | |
| * | Add tests exposing the issues with sdist_directory not being --dist-dirBernat Gabor2018-09-161-1/+35
| | |
| * | build_meta sdist directory delegate to --dist-dirBernat Gabor2018-09-161-4/+2
|/ /
* | Bump version: 40.2.0 → 40.3.0v40.3.0Jason R. Coombs2018-09-168-8/+13
| |
* | Merge pull request #1491 from pypa/revert-1324-safe_nameJason R. Coombs2018-09-162-3/+2
|\ \ | | | | | | Revert "Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2"
| * | Revert "Make safe_name compliant to PEP 503 and behaviour of pip > 8.1.2"Jason R. Coombs2018-09-162-3/+2
|/ /
* | Add periods to changelog entriesJason R. Coombs2018-09-162-2/+2
| |
* | Minor rewordJason R. Coombs2018-09-161-1/+1
| |
* | Merge pull request #1402 from ↵Jason R. Coombs2018-09-163-13/+41
|\ \ | | | | | | | | | | | | daa/pkg-resources-always-handle-namespace-package-path Improved handling of module __path__ attribute for namespace packages, fixes #1321