summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|/
* 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.
| * | 🐛📝 Fix the TOC link to the relocated dev guideSviatoslav Sydorenko2020-10-171-1/+1
| | | | | | | | | | | | This change corrects the typo introduced by #2426.
* | | Clean up syntax on entry_points.console_scripts. Fixes #2429.Jason R. Coombs2020-10-171-4/+3
|/ /
* | Bump version: 50.3.1 → 50.3.2v50.3.2Jason R. Coombs2020-10-179-13/+24
| |
* | Merge pull request #2426 from alvyjudy/group-dev-docsJason R. Coombs2020-10-174-2/+2
|\ \ | | | | | | Group development related files together
| * \ Merge branch 'master' into group-dev-docsJason R. Coombs2020-10-1734-349/+356
| |\ \ | |/ / |/| |
* | | Merge pull request #2421 from webknjaz/maintenance/gha-py39Jason R. Coombs2020-10-172-0/+3
|\ \ \ | | | | | | | | Add Python 3.9 trove classifier to the metadata
| * | | Fix a spelling mistake in the change note Sviatoslav Sydorenko2020-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | s/trove/Trove/ Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
| * | | Add Python 3.9 trove classifier to the metadataSviatoslav Sydorenko2020-10-122-0/+3
| | | |
* | | | Merge pull request #2420 from hugovk/add-3.9Jason R. Coombs2020-10-172-6/+2
|\ \ \ \ | | | | | | | | | | GHA: Replace 3.9 beta with 3.9 final
| * | | | Defer to default behavior for fail fast for now.Jason R. Coombs2020-10-171-1/+0
| | | | |
| * | | | Add changelogHugo van Kemenade2020-10-121-0/+1
| | | | |
| * | | | Don't let one failure cancel all the other jobsHugo van Kemenade2020-10-121-0/+1
| | | | |
| * | | | GHA: Replace 3.9 beta with 3.9 finalHugo van Kemenade2020-10-121-6/+1
| |/ / /