CVS log for pkgsrc/textproc/py-sphinx-issues/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-sphinx-issues
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:46:02 2024 UTC (4 weeks ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
*: clean-up after python38 removal
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 10 08:04:42 2024 UTC (3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
py-sphinx-issues: not for Python 3.9
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 11 19:29:34 2024 UTC (5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -7
lines
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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:38:06 2023 UTC (12 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
*: latest py-sphinx only support Python 3.9+
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 10 19:04:24 2022 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3
lines
py-sphinx-issues: restrict to python3
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:06 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 21 22:01:05 2019 UTC (5 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
Switch sphinx to versioned deps.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 24 15:50:43 2019 UTC (5 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
py-sphinx-issues: added version 1.2.0
A 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).
CVSweb <webmaster@jp.NetBSD.org>