Your message dated Sun, 16 Oct 2022 19:10:58 +0000
with message-id <e1ok92i-00ck2b...@fasolo.debian.org>
and subject line Bug#1021889: fixed in pylint-django 2.0.13-3
has caused the Debian Bug report #1021889,
regarding pylint breaks pylint-django autopkgtest: ScopeConsumer.__new__() 
missing 1 required positional argument: 'scope_type'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1021889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pylint, pylint-django
Control: found -1 pylint/2.15.3-1
Control: found -1 pylint-django/2.0.13-2
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: breaks needs-update

Dear maintainer(s),

With a recent upload of pylint the autopkgtest of pylint-django fails in testing when that autopkgtest is run with the binary packages of pylint from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
pylint                 from testing    2.15.3-1
pylint-django          from testing    2.0.13-2
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of pylint to testing [1]. Due to the nature of this issue, I filed this bug report against both packages. Can you please investigate the situation and reassign the bug to the right package?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=pylint

https://ci.debian.net/data/autopkgtest/testing/amd64/p/pylint-django/27163271/log.gz

Running “django-admin startproject testproject”
Running “django-admin startapp testapp”
Running “pylint --version”
pylint 2.15.3
astroid 2.12.10
Python 3.10.7 (main, Sep  8 2022, 14:34:29) [GCC 12.2.0]
Running “pylint -E --load-plugins=pylint_django testapp/”
Exception on node <Module.testapp l.0 at 0x7f369f1c2500> in file '/tmp/autopkgtest-lxc.6ld_wzc5/downtmp/autopkgtest_tmp/testproject/testapp/__init__.py'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type' Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-20.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-20.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp
testapp/__init__.py:1:0: F0002: testapp/__init__.py: Fatal error while checking 'testapp/__init__.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-20.txt'. (astroid-error) Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-20.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-20.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python
from django.apps import AppConfig


class TestappConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'testapp'

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp.apps
testapp/apps.py:1:0: F0002: testapp/apps.py: Fatal error while checking 'testapp/apps.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-20.txt'. (astroid-error) Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python
from django.db import models

# Create your models here.

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp.models
testapp/models.py:1:0: F0002: testapp/models.py: Fatal error while checking 'testapp/models.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt'. (astroid-error) Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python
from django.test import TestCase

# Create your tests here.

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp.tests
testapp/tests.py:1:0: F0002: testapp/tests.py: Fatal error while checking 'testapp/tests.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt'. (astroid-error) Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python
from django.contrib import admin

# Register your models here.

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp.admin
testapp/admin.py:1:0: F0002: testapp/admin.py: Fatal error while checking 'testapp/admin.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt'. (astroid-error) Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python
from django.shortcuts import render

# Create your views here.

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp.views
testapp/views.py:1:0: F0002: testapp/views.py: Fatal error while checking 'testapp/views.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt'. (astroid-error) Can't write the issue template for the crash in /home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt because of: '[Errno 2] No such file or directory: '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt''
Here's the content anyway:
First, please verify that the bug is not already filled:
https://github.com/PyCQA/pylint/issues/

Then create a new crash issue:
https://github.com/PyCQA/pylint/issues/new?assignees=&labels=crash%2Cneeds+triage&template=BUG-REPORT.yml


Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
Content:
When parsing the following file:

<!--
 If sharing the code is not an option, please state so,
 but providing only the stacktrace would still be helpful.
 -->

```python

```

pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 782, in _lint_file
    check_astroid_module(module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1049, in check_astroid_module
    retval = self._check_astroid_module(
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 1099, in _check_astroid_module
    walker.walk(node)
File "/usr/lib/python3/dist-packages/pylint/utils/ast_walker.py", line 95, in walk
    callback(astroid)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 739, in wrap_func
    return with_method(orig_method, *args, **kwargs)
File "/usr/lib/python3/dist-packages/pylint_django/augmentations/__init__.py", line 317, in ignore_import_warnings_for_related_fields consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: ScopeConsumer.__new__() missing 1 required positional argument: 'scope_type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 747, in _lint_files
    self._lint_file(fileitem, module, check_astroid_module)
File "/usr/lib/python3/dist-packages/pylint/lint/pylinter.py", line 784, in _lint_file
    raise astroid.AstroidError from e
astroid.exceptions.AstroidError
```
.
************* Module testapp.migrations.__init__
testapp/migrations/__init__.py:1:0: F0002: testapp/migrations/__init__.py: Fatal error while checking 'testapp/migrations/__init__.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/debci/.cache/pylint/pylint-crash-2022-10-16-06-16-21.txt'. (astroid-error)
autopkgtest [06:16:22]: test django-sample

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: pylint-django
Source-Version: 2.0.13-3
Done: Nilesh Patra <nil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pylint-django, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1021...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated pylint-django package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 17 Oct 2022 00:03:48 +0530
Source: pylint-django
Architecture: source
Version: 2.0.13-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1021889
Changes:
 pylint-django (2.0.13-3) unstable; urgency=medium
 .
   * Team Upload.
   * Add patch to fix FTBFS with new pylint (Closes: #1021889)
   * Bump Standards-Version to 4.6.1 (no changes needed)
   * Bump debhelper compatibility level to 13
   * Drop d/NEWS: that entry is from 4 years ago, we have had 2 releases since
   * d/watch: Bump version to 4
Checksums-Sha1:
 bbbe25908a9d0e555feaf6f7b94d9f1467f607a2 2271 pylint-django_2.0.13-3.dsc
 2a1b1cb15d14422ce4a39ecc640be5fddbca0154 4848 
pylint-django_2.0.13-3.debian.tar.xz
 f4716bf5ba5f1223ddfa5ad41e8cd0b9fa648449 8026 
pylint-django_2.0.13-3_amd64.buildinfo
Checksums-Sha256:
 dc35deb92617ce020bf2650a16981f69476600cfd1bd488b8bfa421172ed431d 2271 
pylint-django_2.0.13-3.dsc
 6663a48cee66660e405c73e710cf170f4e908354e763a15d7df4610d16c320a3 4848 
pylint-django_2.0.13-3.debian.tar.xz
 f05a55f8edddb926ada30c74ae9815c58b1839fb3243c6a612388055b6931967 8026 
pylint-django_2.0.13-3_amd64.buildinfo
Files:
 886e4d10da198f35e7d9b233bf42aed4 2271 python optional 
pylint-django_2.0.13-3.dsc
 298d5bcfec0626bf4515b4d9b5920578 4848 python optional 
pylint-django_2.0.13-3.debian.tar.xz
 da1ab37c138d536892e657ebb2bb93a1 8026 python optional 
pylint-django_2.0.13-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmNMT3MSHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nxFJQP/0eHm1goOKl/2NLpQzeg6GTZ+Mdtumh6
4sh3zf6uXQYgUTJawV233fq8rb0m+IDTdLUOQg1sY6mdjIBbDbSeC6kXeN9wdKnM
qx4rIc3zHaSLUWZgcFX2VivXLbjpBrTkOI1RStM9JecnGuMPMpj0Aitpge1Yk6lt
Vg8NSQOUL6+ziyhJp4EzpwXmSuZLkVa5GCxXPoMFiLR5xQKY8Xxvgekb8uRkNM2U
llmNTLNcvHQtrhsgMO9YCf4GQqlER1WVMkbd8Ye399TH8M0gNbYANtY1Wudm+Aj7
sMHmr9N19KpU2isWftsI/YUlJc5gvNbGW0yxynYPvep3SXsvLFpFqG5nuMvehJvh
sHl54yQVf5VjYU/VtHRMR/KIvqx1c3emCeI2kXBTTpTTXZgox9OA5QFi+AEOjlcs
+opWiVfG4K0ZJqV2demcYUTbMLT8SSEuB/nuMUWdnangaGC1vaeFYg/rYfgKJhkA
Pe6YdMG7UFp3M+jISnyqDdeWSkxun3s3EB7Lhr+QExjhPwLJWNY6VlI2fNGTFjQg
1GCFWcBSvgNwNEgzQng8FXCxZvFeiApwozOdlm6IHLxP5a6DeOCfnrOOsNeKUZ2I
8wNyXyGhqkF/YGe7vowp/083T3Fz+HKQ6QWK8DUmlUl65nvivLWyMS9Qm+EWoBJS
gfne+UMYeh4Y
=wLNf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to