| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix broken Sphinx builds on Python 3.10. Fixes #2763. Ref ↵v57.5.0 | Jason R. Coombs | 2021-09-04 | 1 | -0/+3 |
| | | | | | sphinx-doc/sphinx#9562. | ||||
| * | Remove codecov and coverage testenvs and env var config, unneeded. | Jason R. Coombs | 2021-07-18 | 1 | -18/+0 |
| | | |||||
| * | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-07-04 | 1 | -2/+1 |
| |\ | |||||
| | * | Use shutil for rmtree | Brian Rutledge | 2021-06-12 | 1 | -2/+1 |
| | | | |||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-05-04 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Make sphinx fail on any warnings (#36) | Sviatoslav Sydorenko | 2021-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds `nitpicky=True` (which is an equivalent of `-n`) to make Sphinx emit warnings for any references to non-existing targets. Then, it adds `-W` to make it fail whenever a single warning is seen. Finally, `--keep-going` allows Sphinx to print out all the warnings before exiting instead of showing just one and bailing. Resolves #29 Refs: * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going | ||||
| * | | Merge https://github.com/jaraco/tidelift | Jason R. Coombs | 2021-03-22 | 1 | -3/+0 |
| |\ \ | |||||
| | * | | Tidelift no longer requires or expects publishing release notes. | Jason R. Coombs | 2021-03-22 | 1 | -7/+0 |
| | | | | |||||
| * | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-03-07 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Require twine 3 with keyring unconditionally required. | Jason R. Coombs | 2021-03-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove bootstrap and tox-pip and instead rely on pep517. | Jason R. Coombs | 2021-01-19 | 1 | -6/+0 |
| | | | | |||||
| * | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-01-16 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Replace pep517.build with build (#37) | Sviatoslav Sydorenko | 2021-01-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| * | | | Unset tag_build and tag_date prior to cutting a release. Fixes #2500. | Jason R. Coombs | 2020-12-21 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge https://github.com/jaraco/tidelift into main | Jason R. Coombs | 2020-12-20 | 1 | -0/+3 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Move Tidelift token into Travis configuration | Jason R. Coombs | 2019-08-22 | 1 | -0/+2 |
| | | | | |||||
| | * | | Use technique for environment passing matching that found in jaraco/skeleton | Jason R. Coombs | 2019-05-17 | 1 | -2/+0 |
| | | | | |||||
| | * | | Add support for automatic publishing of release notes | Jason R. Coombs | 2019-05-17 | 1 | -0/+7 |
| | / | |||||
| * | | Ensure windir is passed in environment. | Jason R. Coombs | 2020-12-20 | 1 | -0/+2 |
| | | | |||||
| * | | Restore fail on warning in docs builds. | Jason R. Coombs | 2020-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge https://github.com/jaraco/skeleton into feature/skeleton | Jason R. Coombs | 2020-12-12 | 1 | -37/+18 |
| |\ \ | |/ | |||||
| | * | Collapse skeleton history from archive/2020-12 | Jason R. Coombs | 2020-12-08 | 1 | -0/+40 |
| | | |||||
| * | 🚑 Make Sphinx nitpicky about broken references | Sviatoslav Sydorenko | 2020-10-16 | 1 | -1/+10 |
| | | | | | Fixes #2424 | ||||
| * | Create Github releases when releasing. Fixes #2328. | Jason R. Coombs | 2020-08-30 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #2254 from pypa/better-cov | Jason R. Coombs | 2020-07-12 | 1 | -4/+0 |
| |\ | | | | | Programmatically disable coverage when running on PyPy. | ||||
| | * | Programmatically disable coverage when running on PyPy. | Jason R. Coombs | 2020-07-12 | 1 | -4/+0 |
| | | | |||||
| * | | Merge pull request #2166 from pypa/bugfix/2165-remove-site-py | Jason R. Coombs | 2020-07-03 | 1 | -2/+0 |
| |\ \ | |/ |/| | Remove site.py hack | ||||
| | * | Setuptools no longer installs a site.py file during easy_install or develop ↵ | Jason R. Coombs | 2020-05-29 | 1 | -2/+0 |
| | | | | | | | | | installs. Ref #2165. | ||||
| * | | More directly disable coverage when running tests on pypy. | Jason R. Coombs | 2020-07-02 | 1 | -1/+5 |
| | | | |||||
| * | | Move coverage configuration to .coveragerc. Saves characters and separates ↵ | Jason R. Coombs | 2020-07-02 | 1 | -8/+1 |
| |/ | | | | concerns. | ||||
| * | The workaround is only needed for Python 2. Ref #1998. | Jason R. Coombs | 2020-05-29 | 1 | -1/+1 |
| | | |||||
| * | Pass environment variables when running finalize. Fixes #2057. | Jason R. Coombs | 2020-04-06 | 1 | -0/+1 |
| | | |||||
| * | Avoid install during finalize | Jason R. Coombs | 2020-03-08 | 1 | -0/+1 |
| | | |||||
| * | Replace playbook with code for finalizing a release. | Jason R. Coombs | 2020-03-08 | 1 | -0/+7 |
| | | |||||
| * | Use CPython 3.8.0 mechanism to find msvc 14+ | mayeut | 2020-03-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'maint/44.x' | Jason R. Coombs | 2020-02-15 | 1 | -0/+2 |
| |\ | |||||
| | * | Pin virtualenv to <20 as workaround for #1998. | Jason R. Coombs | 2020-02-15 | 1 | -0/+2 |
| | | | |||||
| | * | Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵ | Jason R. Coombs | 2020-02-06 | 1 | -3/+1 |
| | | | | | | | | | simplifying all of the pipelines. | ||||
| * | | Move docs dependencies into package metadata and use same technique as ↵ | Jason R. Coombs | 2020-01-21 | 1 | -5/+5 |
| | | | | | | | | | jaraco/skeleton to build docs in tox and rtd. | ||||
| * | | Set PIP_USE_PEP517 in installer command so as not to influence the tests ↵ | Jason R. Coombs | 2020-01-21 | 1 | -1/+0 |
| | | | | | | | | | with that setting. | ||||
| * | | Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools ↵ | Jason R. Coombs | 2020-01-20 | 1 | -0/+1 |
| | | | | | | | | | to install test dependencies. | ||||
| * | | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in ↵ | Jason R. Coombs | 2020-01-20 | 1 | -1/+0 |
| | | | | | | | | | metadata to be installed without ignoring REQUIRES_PYTHON | ||||
| * | | Move test dependencies to package metadata. | Jason R. Coombs | 2020-01-19 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #1980 from pypa/feature/bootstrap-in-tox | Jason R. Coombs | 2020-01-19 | 1 | -3/+1 |
| |\ \ | | | | | | | Bootstrap the environment in tox, allowing simple 'tox' to run tests. | ||||
| | * | | Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵ | Jason R. Coombs | 2020-01-19 | 1 | -3/+1 |
| | | | | | | | | | | | | | simplifying all of the pipelines. | ||||
| * | | | Remove another reference to py27 | Jason R. Coombs | 2020-01-19 | 1 | -1/+1 |
| |/ / | |||||
| * | | Restore testing on Python 2, bypassing the requires-python check when ↵ | Jason R. Coombs | 2020-01-12 | 1 | -1/+3 |
| |/ | | | | installing setuptools. | ||||
| * | Rely on tox-pip-version to upgrade pip and minimize the hack for removing ↵ | Jason R. Coombs | 2020-01-12 | 1 | -3/+5 |
| | | | | | setuptools from the environment. | ||||
| * | Merge pull request #1908 from benoit-pierre/drop_py34_support | Jason R. Coombs | 2020-01-01 | 1 | -1/+1 |
| |\ | | | | | drop support for Python 3.4 | ||||
| | * | drop support for Python 3.4 | Benoit Pierre | 2019-11-15 | 1 | -1/+1 |
| | | | |||||
