summaryrefslogtreecommitdiff
path: root/dev-python/django-sortedm2m
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/django-sortedm2m
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/django-sortedm2m')
-rw-r--r--dev-python/django-sortedm2m/Manifest2
-rw-r--r--dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-sortedm2m/Manifest b/dev-python/django-sortedm2m/Manifest
index bf4b66a499cb..4857cc09e5cb 100644
--- a/dev-python/django-sortedm2m/Manifest
+++ b/dev-python/django-sortedm2m/Manifest
@@ -1,3 +1,3 @@
DIST django-sortedm2m-3.1.1.gh.tar.gz 45888 BLAKE2B 878a23d5f5dad114b0b6ef9bd687d4e23620c823a8ad33a66b7c6c1e598db15e5328a46373dd6d7fd9449b4ba533e21664db716cde40150af2451a74f2f28fda SHA512 440c049a1fbe54c0db8edb0a5a737b5d84553afb7305d21a64c2dbac02f143e6f17e7e0499a4d3e687b13f292558d7818c030d78d8cc9443048a95ae6b50204f
-EBUILD django-sortedm2m-3.1.1.ebuild 888 BLAKE2B 788400d715295fef60ed3bd7411937ada614024c88de29b43c92b69a272ee1db5297904dbef7bb92a674d3e75a51cbced0f6b8b2fbaf33953254e312995b7e56 SHA512 ce336522af4c6da3352e26f896410cc079a8c91ac3985c8880305ca4751fabea8f2e4427102f58765ffd02dbcfdac8036dd727afdda9c4fcbda256660cf7961c
+EBUILD django-sortedm2m-3.1.1.ebuild 888 BLAKE2B 837ac1b586d2f7e67a279a98c14872152118ca914f928b05bbc9aa895d8b57be629fd4a70451413ca67da6b93d233e2477e0933104c9d622abec6dfedb2e55b8 SHA512 a27c4f9c3a3ffc4d43e232c501aa00fdbd8aec849fa36ceb0ea6f158c9eab0a2bacbfb7d40370a3fd85b54b9577cf543fefa0ab3f7d11a747e85891628663b42
MISC metadata.xml 385 BLAKE2B be4400699a7c6efbd3ad0a115416e7fa7e7da396e8d5b5c24da131866a747c6b225c753e0a092082a4c0bdf6b067a070a204cbc66f2d573fe075b42013537ef0 SHA512 735bd3eae6c3083743b9ddf5af2a567bbf7a76f5a4c2d44b1bba74017ac9dfd2ed41ad86e448d851533c95cbf49b25d8ca13c7245ff0fd049d949083211d8ace
diff --git a/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild b/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild
index 462523bd30b5..e9dab2db6f8d 100644
--- a/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild
+++ b/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="Drop-in replacement for django's many to many field with sorted relations"