summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/jaraco/skeletonJason R. Coombs2021-07-165-13/+16
|\
| * Use line continuations to indicate which exclusions are for which workarounds.Jason R. Coombs2021-07-161-4/+6
| |
| * Remove workaround for python/typed_ast#156.Jason R. Coombs2021-07-161-4/+2
| |
| * Rely on setuptools 56 and drop the explicit mention of the license file in ↵Jason R. Coombs2021-07-162-3/+1
| | | | | | | | favor of simple discovery.
| * Use shutil for rmtreeBrian Rutledge2021-06-121-2/+1
| |
| * Suppress deprecation warnings in flake8 and packaging.tags. Ref ↵Jason R. Coombs2021-06-031-0/+4
| | | | | | | | pypa/packaging#433.
| * Remove setup_requires, obviated by build-requires in pyproject.toml.Jason R. Coombs2021-05-261-1/+0
| |
| * Test on Python 3.10Jason R. Coombs2021-05-201-1/+4
| |
* | Merge https://github.com/jaraco/tideliftJason R. Coombs2021-05-193-4/+11
|\ \
| * | Remove Tidelift from main.yml, no longer neededJason R. Coombs2021-03-231-6/+0
| | |
| * | Tidelift no longer requires or expects publishing release notes.Jason R. Coombs2021-03-221-7/+0
| | |
| * | Move Tidelift release note publishing to Github Actions.Jason R. Coombs2020-11-142-2/+6
| | |
| * | Include token passthrough for azure pipelines publish stage.Jason R. Coombs2020-01-111-0/+2
| | |
| * | Add a 'For Enterprise' section to the READMEJason R. Coombs2019-11-301-0/+9
| | |
| * | Rebrand to 'For Enterprise'Jason R. Coombs2019-11-301-2/+2
| | |
* | | Edit for consistency.v5.3.1Jason R. Coombs2021-05-191-1/+1
| | |
* | | Fix badgeJason R. Coombs2021-05-191-2/+2
| | |
* | | Update changelog.Jason R. Coombs2021-05-191-0/+5
| | |
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-05-1910-203/+44
|\ \ \ | | |/ | |/|
| * | Make sphinx fail on any warnings (#36)Sviatoslav Sydorenko2021-04-252-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Replace md file with badge linking to documentation site. Fixes ↵Jason R. Coombs2021-04-252-167/+3
| | | | | | | | | | | | jaraco/skeleton#47.
| * | Enable dependabot (#50)Jason R. Coombs2021-04-252-0/+9
| | | | | | | | | | | | | | | | | | | | | * Added a config for dependabot. * Update features list for dependabot. Co-authored-by: KOLANICH <kolan_n@mail.ru>
| * | Remove automerge. Fixes jaraco/skeleton#49.Jason R. Coombs2021-04-251-27/+0
| | |
| * | Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456.Jason R. Coombs2021-03-151-1/+3
| | |
| * | Also deny black on Python 3.10 as workaround for python/typed_ast#156.Jason R. Coombs2021-03-071-1/+2
| | |
| * | Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools.Jason R. Coombs2021-03-071-2/+2
| | |
| * | Exclude mypy on Python 3.10 as workaround for python/typed_ast#156.Jason R. Coombs2021-03-071-1/+2
| | |
| * | Add comments indicating why the exclusions are presentJason R. Coombs2021-03-071-0/+2
| | |
| * | Require twine 3 with keyring unconditionally required.Jason R. Coombs2021-03-061-1/+1
| | |
| * | Bump minimum pytestJason R. Coombs2021-02-211-1/+1
| | |
| * | It's no longer necessary to filter this warning and it's not a warning anymore.Jason R. Coombs2021-02-211-2/+0
| | |
| * | Added an .editorconfig. Pull request jaraco/skeleton#43.KOLANICH2021-02-212-2/+17
| | |
| * | Exclude dist from discovered packages. Fixes jaraco/skeleton#46.Jason R. Coombs2021-02-211-0/+1
| | |
* | | Replace rwt with pip-runv5.3.0Jason R. Coombs2021-02-111-2/+2
| | |
* | | Use short link for issueJason R. Coombs2021-02-111-1/+1
| | |
* | | Suppress test failures on WindowsJason R. Coombs2021-02-111-0/+1
| | |
* | | Merge pull request #54 from Flameeyes/masterJason R. Coombs2021-02-111-2/+2
|\ \ \ | | | | | | | | Fix README (and thus long_description).
| * | | Fix README (and thus long_description).Diego Elio Pettenò2020-03-251-2/+2
| | | |
* | | | Update changelog.Jason R. Coombs2021-02-111-0/+6
| | | |
* | | | ⚫ Fade to black.Jason R. Coombs2021-02-111-2/+2
| | | |
* | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-02-119-26/+32
|\ \ \ \ | | |/ / | |/| |
| * | | Normalize indentationJason R. Coombs2021-02-091-3/+3
| | | |
| * | | Add support for namespace packages. Closes jaraco/skeleton#40.Jason R. Coombs2021-01-151-1/+7
| | | |
| * | | Use `extend-ignore` in flake8 config (#33)Sviatoslav Sydorenko2021-01-081-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use `extend-ignore` in flake8 config This option allows to add extra ignored rules to the default list instead of replacing it. The default exclusions are: E121, E123, E126, E226, E24, E704, W503 and W504. Fixes #28. Refs: * https://github.com/pypa/setuptools/pull/2486/files#r541943356 * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore * https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore * Enable complexity limit. Fixes jaraco/skeleton#34. * Replace pep517.build with build (#37) * Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * Use license_files instead of license_file in meta (#35) Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
| * | | Use license_files instead of license_file in meta (#35)Sviatoslav Sydorenko2021-01-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
| * | | Replace pep517.build with build (#37)Sviatoslav Sydorenko2021-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
| * | | Enable complexity limit. Fixes jaraco/skeleton#34.Jason R. Coombs2021-01-081-0/+4
| | | |
| * | | Prefer pytest-enabler to jaraco.testJason R. Coombs2020-12-302-8/+5
| | | |
| * | | Add note about automatic merging of PRs and the requirements and limitations.Jason R. Coombs2020-12-301-0/+2
| | | |
| * | | Rename 'Automated Tests' to simply 'tests'Jason R. Coombs2020-12-302-4/+4
| | | |