Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new release 0.10.31 #698

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
Release Notes
=============

-----------------------------
pkgcheck 0.10.31 (2024-09-06)
-----------------------------

- fix compatibility with tree-sitter 0.23 (Arthur Zamarin)

- bash completion: improve path handling (Arthur Zamarin)

**New Checks:**

- OldPackageNameDep: check for dependency using previously moved package's name
(Arthur Zamarin, #659, #694)

- BadDependency: catch ``:=`` slot operator in PDEPEND (Arthur Zamarin, #660)

**Checks Updates:**

- DistutilsNonPEP517Build: handle false positives when defined by eclass
(Arthur Zamarin)

- PythonCompatCheck: add whitelist for backports (Arthur Zamarin)

- EmptyGlobalAssignment: ignore empty KEYWORDS (Arthur Zamarin, #695)

-----------------------------
pkgcheck 0.10.30 (2024-05-18)
-----------------------------
Expand Down
Loading