summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Just test pypy3 for speedinclude-pypyJason R. Coombs2020-12-201-1/+1
|
* Merge remote-tracking branch 'origin/main' into include-pypyJason R. Coombs2020-12-2013-18/+25
|\
| * Merge pull request #2487 from yan12125/fix-tests-pytest-6.2Jason R. Coombs2020-12-208-15/+16
| |\ | | | | | | Fix tests with pytest 6.2
| | * Fix tests with pytest 6.2Chih-Hsuan Yen2020-12-138-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | The latest pytest deprecates pytest.yield_fixture in favor of pytest.fixture [1]. The changelog [2] says that both are the same. [1] https://github.com/pytest-dev/pytest/pull/7988 [2] https://docs.pytest.org/en/stable/changelog.html#pytest-6-2-0-2020-12-12
| * | Merge pull request #2488 from mattdeitke/patch-1Jason R. Coombs2020-12-201-1/+1
| |\ \ | | |/ | |/| typo
| | * typoMatt Deitke2020-12-131-1/+1
| |/
| * Move changelog to new issue. Fixes #2485.Jason R. Coombs2020-12-122-2/+2
| |
| * Fix test_test_command_install_requirements with pip 20.3+Chih-Hsuan Yen2020-12-122-1/+5
| | | | | | | | | | | | | | | | setuptools appends --find-links to pip if dependency_links is found, and both takes URLs [1][2]. [1] https://github.com/pypa/setuptools/blob/v51.0.0/docs/userguide/dependency_management.rst#dependencies-that-arent-in-pypi [2] https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-f
| * Update changelog. Ref #2484.Jason R. Coombs2020-12-121-0/+1
| |
| * Include rst files in docs in sdist. Fixes #2477.Jason R. Coombs2020-12-122-1/+2
| |
* | Include pypy3 in the matrixJason R. Coombs2020-12-201-1/+1
| |
* | Restore fail on warning in docs builds.Jason R. Coombs2020-12-201-1/+1
| |
* | Update changelog.Jason R. Coombs2020-12-121-0/+1
| |
* | Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-1219-534/+345
|\ \ | |/ |/|
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-0818-0/+433
|
* Bump version: 50.3.2 → 51.0.0v51.0.0masterJason R. Coombs2020-12-067-8/+22
|
* Merge pull request #2472 from pypa/bugfix/2471-remove-depsJason R. Coombs2020-12-062-56/+1
|\ | | | | Remove tests guaranteeing that (vendored) dependencies can be installed without setuptools.
| * Update changelog.bugfix/2471-remove-depsJason R. Coombs2020-12-061-0/+1
| |
| * Remove tests guaranteeing that (vendored) dependencies can be installed ↵Jason R. Coombs2020-12-061-56/+0
|/ | | | | | without setuptools. In a PEP 517 world without distutils, packagers will need to find another way to build and supply the dependencies
* Remove conditional skip, no longer relevant.Jason R. Coombs2020-12-061-2/+0
|
* Merge pull request #2468 from wimglenn/patch-1Jason R. Coombs2020-12-061-2/+1
|\ | | | | fix broken link to entry-points details
| * Update docs/pkg_resources.rstwim glenn2020-12-051-2/+1
| | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * fix broken link to entry-points detailswim glenn2020-12-041-1/+1
| |
* | Merge pull request #2461 from webknjaz/testing/gha-fix-set-env-usageJason R. Coombs2020-12-061-15/+8
|\ \ | | | | | | Fix all deprecated set-env and add-path uses @ GHA
| * | Fix all deprecated set-env and add-path uses @ GHASviatoslav Sydorenko2020-11-201-15/+8
| |/
* | Merge pull request #2460 from HaraldKorneliussen/masterJason R. Coombs2020-12-061-1/+1
|\ \ | | | | | | Fixes syntax issues in quickstart (#2448)
| * | Fixes syntax issues in quickstart (#2448)Harald Korneliussen2020-11-181-3/+3
| |/ | | | | Quotes in the name and packages field causes an "Invalid distribution name or version syntax" if you follow this quickstart guide directly. pep517.build also requires you to specify the directory.
* | Merge pull request #2444 from zegor/patch-1Jason R. Coombs2020-12-061-2/+2
|\ \ | | | | | | Update quickstart.rst
| * | Update quickstart.rstGreg Solon2020-10-201-2/+2
| | | | | | | | | Removed quotes in setup.cfg which caused build to fail.
* | | Merge pull request #2439 from mgedmin/patch-1Jason R. Coombs2020-12-061-1/+1
|\ \ \ | |_|/ |/| | s/517/PEP 517/
| * | s/517/PEP 517/Marius Gedminas2020-10-191-1/+1
| |/
* | Merge pull request #2457 from webknjaz/testing/gha-broken-setup-pythonJason R. Coombs2020-11-181-2/+18
|\ \ | |/ |/| Upgrade GHA actions using deprecated env mechanism
| * Temporarily allow `set-env` GHA commandsSviatoslav Sydorenko2020-11-181-0/+16
| | | | | | | | | | | | Refs: * github.com/deadsnakes/issues/issues/135 * github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
| * Upgrade GHA actions using deprecated env mechanismSviatoslav Sydorenko2020-11-181-2/+2
|/
* Merge pull request #2437 from pypa/feature/rtd-2Jason R. Coombs2020-10-181-5/+7
|\ | | | | Switch to RTD v2 config
| * Switch to RTD v2 configJason R. Coombs2020-10-181-5/+7
| |
* | Merge pull request #2436 from webknjaz/maintenance/changelog-reconstructionJason R. Coombs2020-10-181-1/+416
|\ \ | | | | | | Reconstruct changelog with categories from history
| * | Reconstruct changelog with categories from historySviatoslav Sydorenko2020-10-181-1/+416
| | |
* | | Merge pull request #2435 from pypa/debt/drop-py35Jason R. Coombs2020-10-185-13/+6
|\ \ \ | |_|/ |/| | Drop support for Python 3.5
| * | Remove Python 3.5 from Appveyor testsdebt/drop-py35Jason R. Coombs2020-10-181-4/+0
| | |
| * | Bump PPC runsJason R. Coombs2020-10-171-1/+1
| | |
| * | Merge branch 'master' into debt/drop-py35Jason R. Coombs2020-10-17277-6283/+31093
| |\ \ | | |/
| * | Update changelogJason R. Coombs2020-10-171-0/+1
| | |
| * | Drop support for Python 3.5.Jason R. Coombs2020-05-314-13/+8
| | |
* | | Merge pull request #2431 from webknjaz/bugfixes/pr-template-docs-linksJason R. Coombs2020-10-171-2/+8
|\ \ \ | | | | | | | | 📝 Update devguide links in the PR template
| * | | 📝 Update devguide links in the PR templateSviatoslav Sydorenko2020-10-171-2/+8
| | | | | | | | | | | | | | | | This is necessary because the document has been moved in PR #2426.
* | | | Use 'virtualenv.python'. Fixes #2434.Jason R. Coombs2020-10-171-2/+3
| |_|/ |/| |
* | | Merge pull request #2430 from webknjaz/bugfixes/sphinx-failuresJason R. Coombs2020-10-174-11/+15
|\ \ \ | |/ / |/| | Fix sphinx strictness-related failures
| * | 📝 Add change notesSviatoslav Sydorenko2020-10-172-0/+4
| | |
| * | 🐛📝 Fix "Title level inconsistent" in changelogSviatoslav Sydorenko2020-10-171-10/+10
| | | | | | | | | | | | | | | This was caused by #2399 CI invocation happening before merging PR #2427 that made Sphinx nitpicky.