Path to this page:
./
textproc/py-sphinx-issues,
Sphinx extension for linking to an issue tracker
Branch: CURRENT,
Version: 5.0.0nb1,
Package name: py312-sphinx-issues-5.0.0nb1,
Maintainer: pkgsrc-usersA Sphinx extension for linking to your project's issue tracker. Includes roles
for linking to issues, pull requests, user profiles, with built-in support for
GitHub (though this works with other services).
Required to run:[
textproc/py-sphinx] [
lang/python310]
Master sites:
Filesize: 13.692 KB
Version history: (Expand)
- (2025-02-23) Updated to version: py312-sphinx-issues-5.0.0nb1
- (2025-01-22) Updated to version: py312-sphinx-issues-5.0.0
- (2024-10-14) Updated to version: py312-sphinx-issues-4.1.0
- (2024-06-11) Updated to version: py311-sphinx-issues-4.1.0
- (2023-11-08) Updated to version: py311-sphinx-issues-1.2.0nb1
- (2022-07-10) Updated to version: py310-sphinx-issues-1.2.0nb1
CVS history: (Expand)
2025-02-23 21:56:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-sphinx-issues: adapt for flit_core 3.11.
Bump PKGREVISION.
|
2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79) |
Log message:
*: py-sphinx 8.2 drops support for Python 3.10
|
2025-01-22 09:28:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sphinx-issues: updated to 5.0.0
5.0.0 (2024-10-11)
Remove :cwe: and :cve: roles, as these are officially included in Sphinx>=8.1.0.
Support Python 3.9-3.13. Python 3.8 is no longer supported.
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-10 10:04:42 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-sphinx-issues: not for Python 3.9
|
2024-06-11 21:29:34 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-sphinx-issues: updated to 4.1.0
4.1.0 (2024-04-14)
Add :pypi: role for linking to PyPI projects
4.0.0 (2024-01-19)
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.
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
Allow custom titles for all roles
Added setting issues_default_group_project as future replacement of \
issues_github_path, to reflect the now to universal nature of the extension
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2022-07-10 21:04:24 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-sphinx-issues: restrict to python3
|