dev-python/django-mptt: add 0.16, drop 0.13.4

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2025-01-04 22:05:51 +01:00
parent 1bbfc28d2d
commit 5271f59e7a
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
DIST django-mptt-0.13.4.gh.tar.gz 303688 BLAKE2B 66ae7a0e15a7ff281af2154f216970a6a9b249a713b3ae987f0fbdb60b95129fdfc96c05924c0285da33f11c59baf6e069830c3079c64164d838d9d34231a4a9 SHA512 86786763db060227b41e2e340df5d52062fb6e8c54f832611bc90d01102411d45dc217e8d84eece84ebbe4fc9727d06e7c368ae15c253aaf02117705dbae8c47
DIST django-mptt-0.14.gh.tar.gz 307340 BLAKE2B c503c0cba376b90adb8697fde3b1274d986e9dfd63184e06af8243a6a167d43c068132a2d84a2b3a74f4027d906e3f6ab7e4413b39cd4fc584d78bc934ba7333 SHA512 b52bf34f6a34f2811155917d9fe66bfa5aa645e8be9bc8f9930a0dc5a6fdfb99b14b0a9adac378a895393683732997f0db491bc2857b22207fe3a0a386232ce7 DIST django-mptt-0.14.gh.tar.gz 307340 BLAKE2B c503c0cba376b90adb8697fde3b1274d986e9dfd63184e06af8243a6a167d43c068132a2d84a2b3a74f4027d906e3f6ab7e4413b39cd4fc584d78bc934ba7333 SHA512 b52bf34f6a34f2811155917d9fe66bfa5aa645e8be9bc8f9930a0dc5a6fdfb99b14b0a9adac378a895393683732997f0db491bc2857b22207fe3a0a386232ce7
DIST django-mptt-0.16.gh.tar.gz 308600 BLAKE2B 8bc93219edc9d4f2f1907401e9984982d5433f470064b6db969b5e0d1bd965ff872f05c678548303003026fb95242f3f7cfb1568ba713ac1277867b89b9698e4 SHA512 98f40f2b51e8d48f6b872d6775968282d135ca60d13e9a36a811ef54506f957fa5abe3098e1f68476709d80966558db69809f3d2ff5f5a4a1a69c43931e4c141

View file

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
RDEPEND=" RDEPEND="
>=dev-python/django-1.11[${PYTHON_USEDEP}] >=dev-python/django-2.2[${PYTHON_USEDEP}]
dev-python/django-js-asset[${PYTHON_USEDEP}] dev-python/django-js-asset[${PYTHON_USEDEP}]
" "