summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Remove ez_setup from documentation (#1553)Varun Kamath2018-10-282-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove ez_setup from setuptools installation docs This removes ez_setup.py from the setuptools development instructions and updates some links into EasyInstall that were skipping over the deprecation warning.
* | | | | Feed the hobgoblins (delint).Jason R. Coombs2018-10-281-6/+11
| | | | |
* | | | | Merge pull request #1550 from pypa/bugfix/1549-cython-recommendedJason R. Coombs2018-10-281-10/+19
|\ \ \ \ \ | | | | | | | | | | | | Update recommendation.
| * | | | | fix typoPaul Ganssle2018-10-281-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: jaraco <jaraco@jaraco.com>
| * | | | | Update recommendation. Fixes #1549.Jason R. Coombs2018-10-281-10/+19
| |/ / / /
* | | | | Merge pull request #1537 from madig/doc-setup.cfg-src-layoutJason R. Coombs2018-10-282-0/+30
|\ \ \ \ \ | |/ / / / |/| | | | Document using setup.cfg for src-layouts
| * | | | Edit wordingNikolaus Waxweiler2018-10-281-4/+5
| | | | |
| * | | | Correct typoNikolaus Waxweiler2018-10-271-1/+1
| | | | |
| * | | | Add changelog entryNikolaus Waxweiler2018-10-271-0/+1
| | | | |
| * | | | Document using setup.cfg for src-layoutsNikolaus Waxweiler2018-10-271-0/+28
| | |_|/ | |/| |
* | | | Merge pull request #1534 from xrmx/cythonvspyrexJason R. Coombs2018-10-272-17/+23
|\ \ \ \ | | | | | | | | | | Document building Cython projects instead of Pyrex
| * | | | Document building Cython projects instead of PyrexRiccardo Magliocchetti2018-10-272-17/+23
| | | | | | | | | | | | | | | | | | | | Refs #1395
* | | | | Merge pull request #1533 from bloomberg/dont_copy_pycJason R. Coombs2018-10-273-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Exclude .pyc in sdist output
| * | | | | Add before_deploy checks for pyc files in TravisCIGökçen Nurlu2018-10-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should stop the PyPI release stage if a `.pyc` exists in the generated SOURCES.txt.
| * | | | | Exclude .pyc in _vendor folder from sdist outputGökçen Nurlu2018-10-272-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1414
* | | | | | Merge pull request #1539 from vitoace/content-description-doc-issue1236Paul Ganssle2018-10-272-5/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Added minumum column in metadata table and version info for long_description_content_type
| * | | | | Added news fragment for PR #1539Vito2018-10-271-0/+1
| | | | | |
| * | | | | Added minimum version info to setup.cfg metadataVito2018-10-271-5/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also documents that the long_description_content_type keyword was added in version 38.6.0. Co-authored-by: Gene Matusovsky <gene_matusovsky@s5a.com>
* | | | | Merge pull request #1531 from madig/skip-tests-to-be-skippedPaul Ganssle2018-10-277-12/+6
|\ \ \ \ \ | | | | | | | | | | | | Mark Py 2/3-only tests as skip instead of xfail
| * | | | | Add changelog entry for PR #1531Nikolaus Waxweiler2018-10-271-0/+1
| | | | | |
| * | | | | Remove pytest marker and code for Python < 2.7Nikolaus Waxweiler2018-10-272-7/+0
| | | | | |
| * | | | | Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-275-6/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | Also reuse pre-defined py2_only and py3_only decorators where appropriate.
* | | | | Update setup.cfg documentation to include data_files (#1532)DanGolding2018-10-271-4/+5
| |/ / / |/| | | | | | | | | | | * Update setup.cfg documentation to include data_files
* | | | Merge pull request #1530 from madig/officially-support-py37Paul Ganssle2018-10-271-0/+1
|\ \ \ \ | |/ / / |/| | | Officially support Python 3.7
| * | | Add Python 3.7 to the classifiersNikolaus Waxweiler2018-10-271-0/+1
|/ / / | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/1528.
* | | Update roadmap to expand scope of declarative config goals.Jason R. Coombs2018-10-261-1/+3
| | |
* | | 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
| |