Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Just test pypy3 for speedinclude-pypy | Jason R. Coombs | 2020-12-20 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/main' into include-pypy | Jason R. Coombs | 2020-12-20 | 13 | -18/+25 |
|\ | |||||
| * | Merge pull request #2487 from yan12125/fix-tests-pytest-6.2 | Jason R. Coombs | 2020-12-20 | 8 | -15/+16 |
| |\ | | | | | | | Fix tests with pytest 6.2 | ||||
| | * | Fix tests with pytest 6.2 | Chih-Hsuan Yen | 2020-12-13 | 8 | -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-1 | Jason R. Coombs | 2020-12-20 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | typo | ||||
| | * | typo | Matt Deitke | 2020-12-13 | 1 | -1/+1 |
| |/ | |||||
| * | Move changelog to new issue. Fixes #2485. | Jason R. Coombs | 2020-12-12 | 2 | -2/+2 |
| | | |||||
| * | Fix test_test_command_install_requirements with pip 20.3+ | Chih-Hsuan Yen | 2020-12-12 | 2 | -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. Coombs | 2020-12-12 | 1 | -0/+1 |
| | | |||||
| * | Include rst files in docs in sdist. Fixes #2477. | Jason R. Coombs | 2020-12-12 | 2 | -1/+2 |
| | | |||||
* | | Include pypy3 in the matrix | Jason R. Coombs | 2020-12-20 | 1 | -1/+1 |
| | | |||||
* | | Restore fail on warning in docs builds. | Jason R. Coombs | 2020-12-20 | 1 | -1/+1 |
| | | |||||
* | | Update changelog. | Jason R. Coombs | 2020-12-12 | 1 | -0/+1 |
| | | |||||
* | | Merge https://github.com/jaraco/skeleton into feature/skeleton | Jason R. Coombs | 2020-12-12 | 19 | -534/+345 |
|\ \ | |/ |/| | |||||
| * | Collapse skeleton history from archive/2020-12 | Jason R. Coombs | 2020-12-08 | 18 | -0/+433 |
| | |||||
* | Bump version: 50.3.2 → 51.0.0v51.0.0master | Jason R. Coombs | 2020-12-06 | 7 | -8/+22 |
| | |||||
* | Merge pull request #2472 from pypa/bugfix/2471-remove-deps | Jason R. Coombs | 2020-12-06 | 2 | -56/+1 |
|\ | | | | | Remove tests guaranteeing that (vendored) dependencies can be installed without setuptools. | ||||
| * | Update changelog.bugfix/2471-remove-deps | Jason R. Coombs | 2020-12-06 | 1 | -0/+1 |
| | | |||||
| * | Remove tests guaranteeing that (vendored) dependencies can be installed ↵ | Jason R. Coombs | 2020-12-06 | 1 | -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. Coombs | 2020-12-06 | 1 | -2/+0 |
| | |||||
* | Merge pull request #2468 from wimglenn/patch-1 | Jason R. Coombs | 2020-12-06 | 1 | -2/+1 |
|\ | | | | | fix broken link to entry-points details | ||||
| * | Update docs/pkg_resources.rst | wim glenn | 2020-12-05 | 1 | -2/+1 |
| | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| * | fix broken link to entry-points details | wim glenn | 2020-12-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2461 from webknjaz/testing/gha-fix-set-env-usage | Jason R. Coombs | 2020-12-06 | 1 | -15/+8 |
|\ \ | | | | | | | Fix all deprecated set-env and add-path uses @ GHA | ||||
| * | | Fix all deprecated set-env and add-path uses @ GHA | Sviatoslav Sydorenko | 2020-11-20 | 1 | -15/+8 |
| |/ | |||||
* | | Merge pull request #2460 from HaraldKorneliussen/master | Jason R. Coombs | 2020-12-06 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes syntax issues in quickstart (#2448) | ||||
| * | | Fixes syntax issues in quickstart (#2448) | Harald Korneliussen | 2020-11-18 | 1 | -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-1 | Jason R. Coombs | 2020-12-06 | 1 | -2/+2 |
|\ \ | | | | | | | Update quickstart.rst | ||||
| * | | Update quickstart.rst | Greg Solon | 2020-10-20 | 1 | -2/+2 |
| | | | | | | | | | Removed quotes in setup.cfg which caused build to fail. | ||||
* | | | Merge pull request #2439 from mgedmin/patch-1 | Jason R. Coombs | 2020-12-06 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | s/517/PEP 517/ | ||||
| * | | s/517/PEP 517/ | Marius Gedminas | 2020-10-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2457 from webknjaz/testing/gha-broken-setup-python | Jason R. Coombs | 2020-11-18 | 1 | -2/+18 |
|\ \ | |/ |/| | Upgrade GHA actions using deprecated env mechanism | ||||
| * | Temporarily allow `set-env` GHA commands | Sviatoslav Sydorenko | 2020-11-18 | 1 | -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 mechanism | Sviatoslav Sydorenko | 2020-11-18 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2437 from pypa/feature/rtd-2 | Jason R. Coombs | 2020-10-18 | 1 | -5/+7 |
|\ | | | | | Switch to RTD v2 config | ||||
| * | Switch to RTD v2 config | Jason R. Coombs | 2020-10-18 | 1 | -5/+7 |
| | | |||||
* | | Merge pull request #2436 from webknjaz/maintenance/changelog-reconstruction | Jason R. Coombs | 2020-10-18 | 1 | -1/+416 |
|\ \ | | | | | | | Reconstruct changelog with categories from history | ||||
| * | | Reconstruct changelog with categories from history | Sviatoslav Sydorenko | 2020-10-18 | 1 | -1/+416 |
| | | | |||||
* | | | Merge pull request #2435 from pypa/debt/drop-py35 | Jason R. Coombs | 2020-10-18 | 5 | -13/+6 |
|\ \ \ | |_|/ |/| | | Drop support for Python 3.5 | ||||
| * | | Remove Python 3.5 from Appveyor testsdebt/drop-py35 | Jason R. Coombs | 2020-10-18 | 1 | -4/+0 |
| | | | |||||
| * | | Bump PPC runs | Jason R. Coombs | 2020-10-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into debt/drop-py35 | Jason R. Coombs | 2020-10-17 | 277 | -6283/+31093 |
| |\ \ | | |/ | |||||
| * | | Update changelog | Jason R. Coombs | 2020-10-17 | 1 | -0/+1 |
| | | | |||||
| * | | Drop support for Python 3.5. | Jason R. Coombs | 2020-05-31 | 4 | -13/+8 |
| | | | |||||
* | | | Merge pull request #2431 from webknjaz/bugfixes/pr-template-docs-links | Jason R. Coombs | 2020-10-17 | 1 | -2/+8 |
|\ \ \ | | | | | | | | | 📝 Update devguide links in the PR template | ||||
| * | | | 📝 Update devguide links in the PR template | Sviatoslav Sydorenko | 2020-10-17 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | This is necessary because the document has been moved in PR #2426. | ||||
* | | | | Use 'virtualenv.python'. Fixes #2434. | Jason R. Coombs | 2020-10-17 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #2430 from webknjaz/bugfixes/sphinx-failures | Jason R. Coombs | 2020-10-17 | 4 | -11/+15 |
|\ \ \ | |/ / |/| | | Fix sphinx strictness-related failures | ||||
| * | | 📝 Add change notes | Sviatoslav Sydorenko | 2020-10-17 | 2 | -0/+4 |
| | | | |||||
| * | | 🐛📝 Fix "Title level inconsistent" in changelog | Sviatoslav Sydorenko | 2020-10-17 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | This was caused by #2399 CI invocation happening before merging PR #2427 that made Sphinx nitpicky. |