You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypi-jaraco.classes: Autospec creation for update from version 3.2.3 to version 3.3.0
Jason R. Coombs (43):
Adopt furo theme for docs.
Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).
GHA pretty env (#67)
Pin mypy to '<0.990' due to realpython/pytest-mypy#141
Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink.
Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057.
Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
Honor ResourceWarnings. Fixesjaraco/skeleton#73.
tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixesjaraco/skeleton#74.
Remove unnecessary shebang and encoding header in docs conf.
Prevent Python 3.12 from blocking checks.
Build docs in CI, including sphinx-lint.
Put tidelift docs dependency in its own section to limit merge conflicts.
Update badge for 2023
ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
Enable default encoding warning where available. See PEP 597.
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
Exempt warning. Workaround for realpython/pytest-mypy#152
Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).
Remove reference to EncodingWarning as it doesn't exist on some Pythons.
Revert "exclude build env from cov reporting (jaraco/skeleton#60)"
Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixespython/importlib_resources#279 and fixesjaraco/skeleton#56.
Remove unnecessary and incorrect copyright notice. Fixesjaraco/skeleton#78.
Replace flake8 with ruff. Fixesjaraco/skeleton#79 and sheds debt.
Make substitution fields more prominent and distinct from true 'skeleton' references. (#71)
Suppress EncodingWarning in build.env. Ref pypa/build#615.
Remove reference to EncodingWarning as it doesn't exist on some Pythons.
Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401.
Add badge for Ruff.
Remove inclusion of python version for docs
Adopt towncrier for managing changelog. Fixesjaraco/skeleton#83.
Replace workaround for actions/setup-python#508 with 'allow-prereleases'
Remove tox boilerplate, no longer necessary with later versions of tox.
Require Python 3.8 or later.
Expand 'finalize' to commit and tag the change.
Leverage pytest-enabler 2.2 for the default config.
Prefer 3.x for Python version (latest stable).
Collapse skeleton history. Workaround for jaraco/skeleton#87.
Add links to project home page and pypi. Fixesjaraco/skeleton#77.
Replace redundant step names with simple 'Run'.
Increase visibility of security policy. (#4)
Finalize
Joyce (1):
Feat: initial permissions to main.yml (jaraco/skeleton#76)
Zach Burnett (1):
rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
0 commit comments