Path to this page:
./
textproc/py-sphobjinv,
Toolkit for manipulation and inspection of Sphinx objects.inv files
Branch: CURRENT,
Version: 2.3.1.3,
Package name: py313-sphobjinv-2.3.1.3,
Maintainer: pkgsrc-usersToolkit for manipulation and inspection of Sphinx objects.inv files.
Required to run:[
devel/py-setuptools] [
textproc/py-jsonschema] [
security/py-certifi] [
devel/py-attrs] [
devel/py-fuzzywuzzy] [
lang/python310]
Master sites:
Filesize: 262.534 KB
Version history: (Expand)
- (2025-10-09) Updated to version: py313-sphobjinv-2.3.1.3
- (2025-05-28) Updated to version: py312-sphobjinv-2.3.1.3
- (2025-04-14) Updated to version: py312-sphobjinv-2.3.1.2nb1
- (2024-12-31) Updated to version: py312-sphobjinv-2.3.1.2
- (2024-10-14) Updated to version: py312-sphobjinv-2.3.1.1
- (2024-05-27) Updated to version: py311-sphobjinv-2.3.1.1
CVS history: (Expand)
| 2026-01-06 12:18:47 by Thomas Klausner | Files touched by this commit (48) |
Log message:
*: forbid some more Python 3.11 for sphinx users
List from grep
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
2025-05-28 06:46:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sphobjinv: updated to 2.3.1.3
2.3.1.3
Tests
* Add `pytest-retry` to dev requirements and some `flaky` marks.
* Hopefully will iron out some of the test failures due to transient network
problems.
* Skip more characters in `test_name_lead_chars` for Sphinx 8.2+, that started
using `splitlines()` instead of `split('\n')`.
* Add the boundary Sphinx versions 8.1.3 and 8.2.0 to the tox env list.
|
2025-04-14 14:56:30 by Adam Ciarcinski | Files touched by this commit (25) |  |
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
|
| 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
|
2024-12-31 10:59:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sphobjinv: updated to 2.3.1.2
2.3.1.2
Internal
* **DOC RENDERING FIX**: The `super` keyword used in a statement in the HTML footer
template was missing parentheses to perform a method call; this
caused the template rendering to emit a Python string describing
the parent template object, instead of rendering the parent
template as intended.
* Moved the Sphinx linkcheck job out of CI and into `tox`.
* The linkcheck is often flaky, and is a nuisance when it fails the CI. For
uncertain reasons, the flakiness has increased noticeably in recent
months. Less-frequent link checking, at release-time, is sufficient; so,
* Renamed `.readthedocs.yml` to `.readthedocs.yaml` to comply with the new,
strict RtD requirement.
* Added read-only GitHub PAT to Azure Pipelines config to ensure Python 3.13
retrieval from GitHub doesn't hit a rate limit.
* Update flake8 version pin in `requirements-flake8.txt` to avoid a bug in
`pycodestyle`.
* Removed `.pre-commit-config.yaml`, to remove the expectation of using
pre-commit from the project.
* For a project with this low an external contribution volume, the costs
outweigh the benefits.
* Added a `black` environment to `tox` for convenience and better
encapsulation.
* Added `flake8-black` to `requirements-flake8.txt` so that blackened status
is checked as part of the linting, whether run manually or in CI.
Administrative
* Added support for Python 3.13.
* Dropped support for Python 3.8 (EOL).
* Revised and updated `CONTRIBUTING.md`.
* Updated link target of Pepy badge to match the new URL format.
* Bumped Read the Docs Python version to 3.12.
|
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
| 2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|