mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 15:13:50 -06:00
020af153db
pylint 3.0 has deprectated a few functions: - check_messages: Use utils.only_required_for_messages - The config attribute of BaseChecker has been deprecated. You can use checker.linter.config to access the global configuration object instead of a checker-specific object - Everything related to the __implements__ construct was removed. - Checker should only inherit BaseChecker or any of the other checker types from pylint.checkers. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
# placeholder
|
|
freeipa == @VERSION@
|
|
ipa == @VERSION@
|
|
# actual packages
|
|
ipaclient == @VERSION@
|
|
ipalib == @VERSION@
|
|
ipaplatform == @VERSION@
|
|
ipapython == @VERSION@
|
|
ipaserver == @VERSION@
|
|
ipatests == @VERSION@
|
|
|
|
# keep pylint version in sync with current Fedora release
|
|
# F39 has 3.0.25
|
|
pylint ~= 3.0.2
|