From 5271f59e7af5c56dbdb5f1f2cb65e0bd5a121a21 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 4 Jan 2025 22:05:51 +0100 Subject: [PATCH] dev-python/django-mptt: add 0.16, drop 0.13.4 Signed-off-by: Alarig Le Lay --- dev-python/django-mptt/Manifest | 2 +- .../{django-mptt-0.13.4.ebuild => django-mptt-0.16.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/django-mptt/{django-mptt-0.13.4.ebuild => django-mptt-0.16.ebuild} (88%) diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest index e19f0d9..307e4a0 100644 --- a/dev-python/django-mptt/Manifest +++ b/dev-python/django-mptt/Manifest @@ -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.16.gh.tar.gz 308600 BLAKE2B 8bc93219edc9d4f2f1907401e9984982d5433f470064b6db969b5e0d1bd965ff872f05c678548303003026fb95242f3f7cfb1568ba713ac1277867b89b9698e4 SHA512 98f40f2b51e8d48f6b872d6775968282d135ca60d13e9a36a811ef54506f957fa5abe3098e1f68476709d80966558db69809f3d2ff5f5a4a1a69c43931e4c141 diff --git a/dev-python/django-mptt/django-mptt-0.13.4.ebuild b/dev-python/django-mptt/django-mptt-0.16.ebuild similarity index 88% rename from dev-python/django-mptt/django-mptt-0.13.4.ebuild rename to dev-python/django-mptt/django-mptt-0.16.ebuild index e25c710..7e5d5e5 100644 --- a/dev-python/django-mptt/django-mptt-0.13.4.ebuild +++ b/dev-python/django-mptt/django-mptt-0.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - >=dev-python/django-1.11[${PYTHON_USEDEP}] + >=dev-python/django-2.2[${PYTHON_USEDEP}] dev-python/django-js-asset[${PYTHON_USEDEP}] "