summaryrefslogtreecommitdiff
path: root/dev-python/django-registration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-31 17:46:47 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-31 17:46:47 +0000
commit027dc9b3977cd14e0c7ae52e7bf9370c3919afa1 (patch)
tree2e6c00a5d825e5224d67f2a4309d576d722b8a8b /dev-python/django-registration
parent0f7bcc64cee796c21b0ea6af6e171e89fd33966e (diff)
gentoo auto-resync : 31:12:2023 - 17:46:47
Diffstat (limited to 'dev-python/django-registration')
-rw-r--r--dev-python/django-registration/Manifest2
-rw-r--r--dev-python/django-registration/django-registration-3.4-r1.ebuild (renamed from dev-python/django-registration/django-registration-3.4.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-registration/Manifest b/dev-python/django-registration/Manifest
index b9452ead75fd..0c4a1f593011 100644
--- a/dev-python/django-registration/Manifest
+++ b/dev-python/django-registration/Manifest
@@ -1,3 +1,3 @@
DIST django-registration-3.4.gh.tar.gz 81582 BLAKE2B bc3ee4ed806486c8a0422cc4ef62c2628f6b5880e0aa63ffdfd5ba7f90967c96c5cd7555faf58254e0a49bdb025b9bdf8eb212bfce4596db7db4f97e4eb3400d SHA512 b6c87cbaeb9548e2c2d8672078b5967aee1e881c2b880193ba410a8c293c93fd0c8e57abac8deda2cb6f61a11936fd5c72060e4954f1d74de1e3a3646b63885b
-EBUILD django-registration-3.4.ebuild 753 BLAKE2B 5a35c0cf1b4e1ba21d6fa0d2c1990b4d2b0180f3a338b668893c3071ed6e379e5cabafed45ef936d93a429bb9f8af678ab5a5496686d5a5f8da3580544d694d5 SHA512 346d3b60f67fb016f1befe0f49cab630bf9818cb636ecd2415187ee0d334359698e938964b2a68edfb4bd682bead70657b065bdab8ef1bb1adceac044933083c
+EBUILD django-registration-3.4-r1.ebuild 754 BLAKE2B e97f5a59a5d1c410b2daa94278f8a35a057b3e7b80ad8d6194d8a7b5af0458e042780b867b377ec567340af3995cd0a067eea9e1060846682ed0ebc0926e3c38 SHA512 fc80a5984abe38b280e584538886bb51ab5e6ec71dd4bb74216d9158e655540d070365a9dcf5529bd7e3e92e9e71580f24f296fa45752769cf8119d6d6e40cbf
MISC metadata.xml 401 BLAKE2B 695741a0b4b269cf5f259a00fbfa4527872aa396495468b9996a78be679238fdf67986185cb00dd616d048a6ce5d4aa9525b99dbe1af4c980d5caa9bc6936368 SHA512 79fe2b9fe95515d02be6b910273228c9b9b63e598ed1868be6e3c7895562db1362b9304bf9858c76fb3e6c7efc8bada88f2a74c756b72a024ff171fd425ca761
diff --git a/dev-python/django-registration/django-registration-3.4.ebuild b/dev-python/django-registration/django-registration-3.4-r1.ebuild
index 36c13a4671a0..32821af1079c 100644
--- a/dev-python/django-registration/django-registration-3.4.ebuild
+++ b/dev-python/django-registration/django-registration-3.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="user-registration application for Django"