Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove ez_setup from documentation (#1553) | Varun Kamath | 2018-10-28 | 2 | -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. Coombs | 2018-10-28 | 1 | -6/+11 | |
| | | | | | ||||||
* | | | | | Merge pull request #1550 from pypa/bugfix/1549-cython-recommended | Jason R. Coombs | 2018-10-28 | 1 | -10/+19 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update recommendation. | |||||
| * | | | | | fix typo | Paul Ganssle | 2018-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Co-Authored-By: jaraco <jaraco@jaraco.com> | |||||
| * | | | | | Update recommendation. Fixes #1549. | Jason R. Coombs | 2018-10-28 | 1 | -10/+19 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1537 from madig/doc-setup.cfg-src-layout | Jason R. Coombs | 2018-10-28 | 2 | -0/+30 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Document using setup.cfg for src-layouts | |||||
| * | | | | Edit wording | Nikolaus Waxweiler | 2018-10-28 | 1 | -4/+5 | |
| | | | | | ||||||
| * | | | | Correct typo | Nikolaus Waxweiler | 2018-10-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add changelog entry | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Document using setup.cfg for src-layouts | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+28 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #1534 from xrmx/cythonvspyrex | Jason R. Coombs | 2018-10-27 | 2 | -17/+23 | |
|\ \ \ \ | | | | | | | | | | | Document building Cython projects instead of Pyrex | |||||
| * | | | | Document building Cython projects instead of Pyrex | Riccardo Magliocchetti | 2018-10-27 | 2 | -17/+23 | |
| | | | | | | | | | | | | | | | | | | | | Refs #1395 | |||||
* | | | | | Merge pull request #1533 from bloomberg/dont_copy_pyc | Jason R. Coombs | 2018-10-27 | 3 | -2/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | Exclude .pyc in sdist output | |||||
| * | | | | | Add before_deploy checks for pyc files in TravisCI | Gökçen Nurlu | 2018-10-27 | 1 | -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 output | Gökçen Nurlu | 2018-10-27 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1414 | |||||
* | | | | | | Merge pull request #1539 from vitoace/content-description-doc-issue1236 | Paul Ganssle | 2018-10-27 | 2 | -5/+6 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Added minumum column in metadata table and version info for long_description_content_type | |||||
| * | | | | | Added news fragment for PR #1539 | Vito | 2018-10-27 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Added minimum version info to setup.cfg metadata | Vito | 2018-10-27 | 1 | -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-skipped | Paul Ganssle | 2018-10-27 | 7 | -12/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | Mark Py 2/3-only tests as skip instead of xfail | |||||
| * | | | | | Add changelog entry for PR #1531 | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Remove pytest marker and code for Python < 2.7 | Nikolaus Waxweiler | 2018-10-27 | 2 | -7/+0 | |
| | | | | | | ||||||
| * | | | | | Mark Py 2/3-only tests as skip instead of xfail | Nikolaus Waxweiler | 2018-10-27 | 5 | -6/+6 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Also reuse pre-defined py2_only and py3_only decorators where appropriate. | |||||
* | | | | | Update setup.cfg documentation to include data_files (#1532) | DanGolding | 2018-10-27 | 1 | -4/+5 | |
| |/ / / |/| | | | | | | | | | | | * Update setup.cfg documentation to include data_files | |||||
* | | | | Merge pull request #1530 from madig/officially-support-py37 | Paul Ganssle | 2018-10-27 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | Officially support Python 3.7 | |||||
| * | | | Add Python 3.7 to the classifiers | Nikolaus Waxweiler | 2018-10-27 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/1528. | |||||
* | | | Update roadmap to expand scope of declarative config goals. | Jason R. Coombs | 2018-10-26 | 1 | -1/+3 | |
| | | | ||||||
* | | | Bump version: 40.4.3 → 40.5.0v40.5.0 | Jason R. Coombs | 2018-10-26 | 8 | -7/+12 | |
| | | | ||||||
* | | | Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525 | Paul Ganssle | 2018-10-26 | 2 | -1/+2 | |
|\ \ \ | |_|/ |/| | | Fix easy install warning #1525 | |||||
| * | | Add changelog for PR #1526 (issue #1525) | Jesus Laime | 2018-10-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix deprecation warning in easy_install docs | Jesus Laime | 2018-10-26 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1335 from themiwi/patch-1 | Jason R. Coombs | 2018-10-25 | 2 | -1/+13 | |
|\ \ | | | | | | | Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin | |||||
| * | | Update changelog | Jason R. Coombs | 2018-10-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Extract patch and its purpose into a specialized function which can be ↵ | Jason R. Coombs | 2018-10-25 | 1 | -9/+12 | |
| | | | | | | | | | | | | excluded from coverage. | |||||
| * | | Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin | Michael Wild | 2018-04-22 | 1 | -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_2 | Jason R. Coombs | 2018-10-25 | 4 | -0/+31 | |
|\ \ \ | |_|/ |/| | | Add data_files support in setup.cfg | |||||
| * | | Add a news fragment for PR #1520 | Satoru SATOH | 2018-10-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add docs on how to use data_files in setup.cfg | Satoru SATOH | 2018-10-24 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | This adds the `[options.data_files]` section to the existing setup.cfg example. | |||||
| * | | Add data_files support in setup.cfg with test case | Satoru SATOH | 2018-10-24 | 2 | -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 Venkat | 2018-10-23 | 2 | -1/+2 | |
|/ / | ||||||
* | | Merge pull request #1514 from benoit-pierre/update_ci_builds | Paul Ganssle | 2018-10-22 | 3 | -36/+42 | |
|\ \ | | | | | | | Update CI builds | |||||
| * | | coverage: ignore invalid Python 3.8 coverage data | Benoit Pierre | 2018-10-21 | 1 | -16/+11 | |
| | | | ||||||
| * | | coverage: disable gcov processing | Benoit Pierre | 2018-10-21 | 1 | -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 commits | Benoit Pierre | 2018-10-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | appveyor: ensure test requirements are installed and up-to-date | Benoit Pierre | 2018-10-21 | 1 | -3/+6 | |
| | | | ||||||
| * | | travis: ensure test requirements are installed and up-to-date | Benoit Pierre | 2018-10-21 | 1 | -3/+5 | |
| | | | | | | | | | | | | Particularly: update pip so PEP 518 support is available. | |||||
| * | | travis: fix support for Python 3.7 and add support for 3.8 | Benoit Pierre | 2018-10-21 | 1 | -12/+17 | |
| | | | ||||||
| * | | travis: preemptively switch to VM-based jobs | Benoit Pierre | 2018-10-19 | 1 | -1/+0 | |
|/ / | | | | | | | Rational: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures | |||||
* | | Deprecate Subversion download functionality. Ref #1502. Used UserWarning ↵ | Jason R. Coombs | 2018-09-23 | 2 | -0/+3 | |
| | | | | | | | | instead of DeprecationWarning so it's visible to users who might be relying on this functionality. | |||||
* | | Suppress Unbuild egg warnings in TestPTHFileWriter | Jason R. Coombs | 2018-09-23 | 1 | -0/+1 | |
| | | ||||||
* | | Update tests to remove use of deprecated get_script_header | Jason R. Coombs | 2018-09-23 | 1 | -5/+5 | |
| | |