Path to this page:
Subject: CVS commit: pkgsrc/www/py-pylint-django
From: Adam Ciarcinski
Date: 2022-04-24 19:36:43
Message id: 20220424173643.D5FEEFB1A@cvs.NetBSD.org
Log Message:
py-pylint-django: updated to 2.5.3
Version 2.5.3 (25 Mar 2022)
---------------------------
Bugfixes
- Fixed compatibility issue between pylint `2.12` and `2.13` to construct \
`ScopeConsumer` tuples correctly depending on version
Other
- pylint version is now pinned to `<3` to give breathing space to update \
pylint-django before the major update lands
Version 2.5.2 (18 Feb 2022)
Bugfixes
- Fixed crash with assigning a class to a variable, and referencing the variable \
when subclassing
Other
- CI now tests against Django 4.0
Version 2.5.1 (16 Feb 2022)
---------------------------
Bugfixes
- Fixed pickling for `augment_visit`
Version 2.5.0 (02 Jan 2022)
---------------------------
Bugfixes
- Fixed compatibility with astroid 2.9.1
New
- Removed false positive error of missing member in TextChoices tuples
- Moved from Travis CI to GitHub Actions
- Added pre-commit configuration and began enforcing black/isort code formatting
- Multiple test fixes
- Bumped dependency for pylint-django-utils to get `multi-threaded pylint \
support <https://github.com/PyCQA/pylint-plugin-utils/pull/21>`_
Files: