From 3f2c93ba176e60c86cd34b9119c3cc6cb2a12478 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 10 Mar 2026 21:32:36 +0000 Subject: Adding metadata --- dev-python/django-allauth/Manifest | 2 +- .../django-allauth/django-allauth-65.14.1.ebuild | 48 ---------------------- .../django-allauth/django-allauth-65.15.0.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 dev-python/django-allauth/django-allauth-65.14.1.ebuild create mode 100644 dev-python/django-allauth/django-allauth-65.15.0.ebuild (limited to 'dev-python') diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest index 5069b3d60da2..6145f91cefc9 100644 --- a/dev-python/django-allauth/Manifest +++ b/dev-python/django-allauth/Manifest @@ -1,2 +1,2 @@ -DIST django_allauth-65.14.1.tar.gz 1993088 BLAKE2B 25a14c88bc241febc4db4cc4ae9a7250589a4ef251108f6a41d06e79d38ac2cb604dc521e69d6946457ccf450dfb463282ebe7dd73ea2ed3465614c851aca2d6 SHA512 c87dbf689f5ccf45e807adec63631bb225f3a5ac2c39c237898af5af50d4f63a6d69cb6460f91f0e5095fe4842d5e1fd34a5663218220042f92497bb1886cea6 DIST django_allauth-65.14.3.tar.gz 2029142 BLAKE2B 248701d3866c3142d7441c3570ca4ce48863de771190c5a1f799385ed2fd80d00e76b8653c107ecc05641c1a1038e3375a5c7d3d6d523d0ebf33dfc0941be68d SHA512 4308ee99afbea8e5ee8e30e9bb6dcd996c63d75f62bd3ac3056aff01362cad0a7da8885aae10ce8d25cd478c059340a6eddae5b7e5a0a4cc07aad69720979866 +DIST django_allauth-65.15.0.tar.gz 2215709 BLAKE2B 4d85f9ad50f4caea7e44e7107853d27b4a3e07f607526c2f7c151d03fe7c40be3a65b80f76df61d04a4476d6e53380b1ed97781276264685fdae0ded67f7aa4d SHA512 d27b7145a3f13af6f7a2cc3e768a56b48b82a0079f8d9ff9c4b3cdf88161d50a4630b841d8914c35836afcaa0f2ac3d023554399565ddb14f970fe9694ddafbf diff --git a/dev-python/django-allauth/django-allauth-65.14.1.ebuild b/dev-python/django-allauth/django-allauth-65.14.1.ebuild deleted file mode 100644 index b92a770561a9..000000000000 --- a/dev-python/django-allauth/django-allauth-65.14.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2024-2026 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi optfeature - -DESCRIPTION="Django 3rd party (social) account authentication" -HOMEPAGE=" - https://allauth.org/ - https://codeberg.org/allauth/django-allauth - https://pypi.org/project/django-allauth/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-3.2[${PYTHON_USEDEP}] - >=dev-python/python3-openid-3.0.8[${PYTHON_USEDEP}] - >=dev-python/pyjwt-1.7[${PYTHON_USEDEP}] - >=dev-python/requests-oauthlib-0.3.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.0.0[${PYTHON_USEDEP}] -" -# cryptography via pyjwt[crypto] -RDEPEND+=" - dev-python/cryptography[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/pillow-9.0[${PYTHON_USEDEP}] - >=dev-python/pytest-django-4.5.2[${PYTHON_USEDEP}] - >=dev-python/qrcode-7.0.0[${PYTHON_USEDEP}] - >=dev-python/python3-saml-1.15.0[${PYTHON_USEDEP}] -