[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1077481: lintian: false positive "uses-deprecated-python-stdlib uu" when uuid is imported



Package: lintian
Version: 2.117.1
Severity: normal

The check for deprecated Python stdlib imports seems to not be using
word boundary checks: "import uuid" generates the lintian info line

I: jupyter-client source: uses-deprecated-python-stdlib uu (deprecated in Python 3.11, removed in Python 3.13) [jupyter_client/kernelapp.py:5]

where the line reads:

import uuid


Reply to: