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.1 to version 3.2.2
Alan Fregtman (1):
.editorconfig: Set max_line_length to 88 for Python files.
Anderson Bravalheri (2):
Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58)
Update Github actions to v3 (#62)
Brian Rutledge (1):
Use shutil for rmtree
Hugo van Kemenade (1):
Update base URL for PEPs (#61)
Jason R. Coombs (52):
Add Tidelift template
Rely on alabaster theme to support sidebar rendering.
Use nicer, simpler phrasing
Add support for automatic publishing of release notes
Use technique for environment passing matching that found in jaraco/skeleton
Move Tidelift token into Travis configuration
Update badge URL
Add funding reference to project
List sidebars to avoid errors looking for template 't'
Rebrand to 'For Enterprise'
Add a 'For Enterprise' section to the README
Include token passthrough for azure pipelines publish stage.
Move Tidelift release note publishing to Github Actions.
It's no longer necessary to filter this warning and it's not a warning anymore.
Bump minimum pytest
Require twine 3 with keyring unconditionally required.
Add comments indicating why the exclusions are present
Exclude mypy on Python 3.10 as workaround for python/typed_ast#156.
Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools.
Also deny black on Python 3.10 as workaround for python/typed_ast#156.
Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456.
Tidelift no longer requires or expects publishing release notes.
Remove Tidelift from main.yml, no longer needed
Remove automerge. Fixesjaraco/skeleton#49.
Enable dependabot (#50)
Replace md file with badge linking to documentation site. Fixesjaraco/skeleton#47.
Test on Python 3.10
Remove setup_requires, obviated by build-requires in pyproject.toml.
Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433.
Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery.
Remove workaround for python/typed_ast#156.
Use line continuations to indicate which exclusions are for which workarounds.
Implement tidelift banner using a Sphinx directive implemented by jaraco.tidelift.
Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62.
Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixesjaraco/skeleton#51.
Test on Python 3.10 (final).
Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.
Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498.
Require Python 3.7 or later.
Remove filtered warnings, addressed upstream.
Update badge year
Remove setup.py, no longer needed.
Add exclusions for pytest 7 deprecations in plugins. Fixesjaraco/skeleton#57.
Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixesjaraco/skeleton#57.
Bump pytest-mypy and remove workaround for realpython/pytest-mypy#131.
Require jaraco.packaging 9 adding compatibility for projects with no setup.py file.
Ran pre-commit autoupdate
Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency.
Prefer spaces for rst. Fixesjaraco/skeleton#64.
Honor PEP 518 with pytest-enabler.
Ran pre-commit autoupdate
Update changelog.
KOLANICH (1):
Added an .editorconfig. Pull request jaraco/skeleton#43.
Sviatoslav Sydorenko (2):
Make sphinx fail on any warnings (#36)
Inject check job into CI workflow as ultimate flag (#55)
wim glenn (1):
exclude build env from cov reporting (#60)
0 commit comments