Projet

Général

Profil

0001-ease-upper-limitation-on-django-filter-version-59602.patch

Paul Marillonnet, 20 décembre 2021 15:28

Télécharger (1,4 ko)

Voir les différences:

Subject: [PATCH] ease upper limitation on django-filter version (#59602)

 debian/control | 2 +-
 setup.py       | 2 +-
 tox.ini        | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
debian/control
10 10
Depends: ${misc:Depends}, ${python3:Depends},
11 11
    python3-django (>= 1.10),
12 12
    python3-django-filters (>= 1),
13
    python3-django-filters (<< 2.2),
13
    python3-django-filters (<< 2.5),
14 14
    python3-django-tables2,
15 15
    python3-gadjo,
16 16
    python3-magic,
setup.py
112 112
        'gadjo',
113 113
        'django-tables2>=1.5,<2.0',
114 114
        'django-jsonfield >= 0.9.3',
115
        'django-filter>1,<2.2',
115
        'django-filter>1,<2.5',
116 116
        'djangorestframework>=3.4,<3.10',
117 117
        'file-magic',
118 118
        'requests',
tox.ini
19 19
        pylint
20 20
        pylint-django
21 21
        dj22: django>=2.2,<2.3
22
        django-filter>=2.1,<2.2
22 23
        pytest-cov
23 24
        pytest-random
24 25
        pytest-mock
25
-