sphinxcontrib-towncrier icon indicating copy to clipboard operation
sphinxcontrib-towncrier copied to clipboard

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sph...

Results 19 sphinxcontrib-towncrier issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade.git: v3.14.0 → v3.16.0](https://github.com/asottile/pyupgrade.git/compare/v3.14.0...v3.16.0) - [github.com/PyCQA/isort.git: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort.git/compare/5.12.0...5.13.2) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.4...v1.5.5) - [github.com/python-jsonschema/check-jsonschema.git: 0.27.0 → 0.28.6](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.27.0...0.28.6) - [github.com/andreoliwa/nitpick.git: v0.34.0 → v0.35.0](https://github.com/andreoliwa/nitpick.git/compare/v0.34.0...v0.35.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 →...

Towncrier runs fine if the newsfragments directory doesn't exist. This plugin will fail if the directory doesn't exist with this error: ``` Extension error (sphinxcontrib.towncrier.ext): Handler for event 'env-get-outdated' threw...

bug
good first issue
help wanted
hacktoberfest-accepted

I have a project which includes some C extensions, built in an isolated environment via PEP-517. This means that the source tree never has a compiled version of the C...

enhancement

pyproject.toml: Update setuptools-scm to >= 7.1.0 to drop the requirement for setuptools-scm-git-archive (since the functionality is included since 7.0.0). Update requirement for setuptools accordingly.

Bumps [setuptools](https://github.com/pypa/setuptools) from 57.0.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Towncrier uses the directory `newsfragments` by default. However, if `directory` is not defined in the towncrier config, this plugin will fail with the following error: ``` Extension error (sphinxcontrib.towncrier.ext): Handler...

* [x] Configure pytest with a few essential plugins. e.g. https://github.com/ansible/pylibssh/blob/830218bf59c10e0a265638943878c3b13d46ca1d/pytest.ini * [x] Set up tox to run pytest allowing to pass extra args via `{posargs}`. e.g. https://github.com/ansible/pylibssh/blob/830218bf59c10e0a265638943878c3b13d46ca1d/tox.ini#L11-L43 * [x]...

enhancement
good first issue
help wanted

Currently, changes to the file specified in `[tool.towncrier].template`, in `pyproject.toml` or `towncrier.toml` don't cause rebuilding the document where our directive is used. I mean, updating any of the template file...

bug
enhancement
good first issue
help wanted

- https://github.com/pypa/pip/pull/9805#issuecomment-819725043 - https://github.com/twisted/towncrier/pull/276

enhancement
good first issue

Ref: https://github.com/pypa/setuptools/pull/2677#discussion_r635586478

enhancement