debian: allow django-filter 23.1 (#85531) #5

Merged
nroche merged 1 commits from wip/85531-update-django-filter-version into main 2024-01-15 10:24:38 +01:00
Owner

En regardant comment c'est fait ailleurs, je vois que sur authentic et chrono aucune version n'est indiquée dans les paquets Debian.

**** authentic
debian/control:         python3-django-filters,
setup.py:        'django-filter',
tox.ini:  django-filter
**** chrono
setup.py:        'django-filter<23.2',
tox.ini:  django-filter>=2.4,<23.2
**** fargo
debian/control:         python3-django-filters (<< 2.5),
debian/control:         python3-django-filters (>= 1),
setup.py:        'django-filter>1,<23.2',
tox.ini:        django-filter>=2.4,<23.2

Et sinon, dans le patch précédent (#82024)

-        'django-filter>1,<2.5',
+        'django-filter>1,<23.2',
En regardant comment c'est fait ailleurs, je vois que sur authentic et chrono aucune version n'est indiquée dans les paquets Debian. ``` **** authentic debian/control: python3-django-filters, setup.py: 'django-filter', tox.ini: django-filter **** chrono setup.py: 'django-filter<23.2', tox.ini: django-filter>=2.4,<23.2 **** fargo debian/control: python3-django-filters (<< 2.5), debian/control: python3-django-filters (>= 1), setup.py: 'django-filter>1,<23.2', tox.ini: django-filter>=2.4,<23.2 ``` Et sinon, dans le patch précédent (#82024) ``` - 'django-filter>1,<2.5', + 'django-filter>1,<23.2', ```
nroche added 1 commit 2024-01-11 11:22:31 +01:00
gitea/fargo/pipeline/head There was a failure building this commit Details
ee69592cdd
debian: allow django-filter 23.1 (#85531)
gbaffoin approved these changes 2024-01-11 11:35:41 +01:00
gbaffoin left a comment
Owner

ok

ok
nroche merged commit ee69592cdd into main 2024-01-15 10:24:38 +01:00
nroche deleted branch wip/85531-update-django-filter-version 2024-01-15 10:24:38 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/fargo#5
No description provided.