- update to 4.1.0:
* Add `:pypi:` role for linking to PyPI projects
* Default to linking GH Sponsors for the :user: role
* Support Python 3.8-3.12. Older versions are no longer supported.
* Backwards-incompatible*: Remove ``__version__``,
``__author__``, and ``__license__`` attributes.
Use ``importlib.metadata`` to read this metadata instead.
* Add :pr: role.
* Raise ValueError if neither issues_uri nor issues_github_path
OBS-URL: https://build.opensuse.org/request/show/1184074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-issues?expand=0&rev=9
* Add `:pypi:` role for linking to PyPI projects
* Default to linking GH Sponsors for the :user: role
* Support Python 3.8-3.12. Older versions are no longer supported.
* Backwards-incompatible*: Remove ``__version__``,
``__author__``, and ``__license__`` attributes.
Use ``importlib.metadata`` to read this metadata instead.
* Add :pr: role.
* Raise ValueError if neither issues_uri nor issues_github_path
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-issues?expand=0&rev=17
- version update to 3.0.1
3.0.1 (2022-01-11)
* Fix regression from 3.0.0: exception: 'in <string>' requires string as left operand, not type.
3.0.0 (2022-01-10)
* The :commit: role now outputs with an @ prefix.
* Add configuration options for changing prefixes.
* Allow {group} to be specified within issues_uri, issues_pr_uri, issues_commit_uri, and
2.0.0 (2022-01-01)
* Drop support for Python 2.7 and 3.5.
* Test against Python 3.8 to 3.10.
* Add :cwe: role for linking to CVEs on https://cwe.mitre.org. Thanks @hugovk for the PR.
* Add support for custom urls and separators Issue #93
* Allow custom titles for all roles Issue #116
* Added setting issues_default_group_project as future replacement of issues_github_path,
to reflect the now to universal nature of the extension
OBS-URL: https://build.opensuse.org/request/show/971078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-issues?expand=0&rev=13