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
|
2024-05-27 09:17:41 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-sphobjinv: updated to 2.3.1.1
2.3.1.1
Tests
* Update test machinery for the shell examples in the README, downstream of
the conversion to Markdown.
Administrative
* Added formal support for Python 3.12.
* Removed formal support for Python 3.7, which is end-of-life.
* Bump `checkout` and `setup-python` GitHub Actions versions.
* Convert README from reST to Markdown.
* Fix some broken/redirecting docs links.
* Adjust `flake8` configuration to account for some new lint warnings/errors
|
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+
|