From d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 26 May 2025 07:24:58 +0000 Subject: Adding metadata --- dev-python/django-allauth/Manifest | 2 +- .../django-allauth/django-allauth-65.7.0.ebuild | 65 ---------------------- .../django-allauth/django-allauth-65.8.1.ebuild | 65 ++++++++++++++++++++++ 3 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 dev-python/django-allauth/django-allauth-65.7.0.ebuild create mode 100644 dev-python/django-allauth/django-allauth-65.8.1.ebuild (limited to 'dev-python/django-allauth') diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest index 4c6521b54f63..1849b70bddaa 100644 --- a/dev-python/django-allauth/Manifest +++ b/dev-python/django-allauth/Manifest @@ -1,2 +1,2 @@ -DIST django-allauth-65.7.0.gh.tar.gz 1394096 BLAKE2B 0b6a0dbb8ea534f9ff27188a39a4d2a5bffd8897df1a3a69bd8c2ef9328f2fb04a8b8c288d99b0573be36e7e445609fdc6fb69e508be79ff97996b92ede5ac17 SHA512 7c1b4dadd72017b173b898e50c4c1d3365ef433facdd8b92281d158b594c51b63a406a41b0669c93daf22b65a9a7903946f179c1f56010051186aa54d338163e DIST django-allauth-65.8.0.gh.tar.gz 1416160 BLAKE2B b3cbc949513185ac35e7a0018920b318c5216cad6cb1ddd385444b4502329548c129e0b2974dd3e07fc35497c13c788523e18841aa2e68ed8c04060e213fe7f1 SHA512 0c5cdf126fe9eda940058582c838cbe4de5d85d76bdb16399d0d5fc76b21df082ddc0aebc9f53cb59186e5434bb32b4978b18d7bd043f4fe61f49635fc0ed1aa +DIST django-allauth-65.8.1.gh.tar.gz 1417684 BLAKE2B f909b77df131ec22e4a79a3bb2f4257b818facfc723fecfdcef8e35965f21d01eac884c21aac6b2bf6e786d1c9aaa1747f70370b2ed78196fbe3ca720d6a6af5 SHA512 655ff5e7cf5bb60eae6a252b6bac4e2a3dee4d507131834fddc2af3ea5ea704e9a07e9243f5987b26d718ec0bc101cc4d2b2f6e4d2b9c19eacb2c1e04879e92e diff --git a/dev-python/django-allauth/django-allauth-65.7.0.ebuild b/dev-python/django-allauth/django-allauth-65.7.0.ebuild deleted file mode 100644 index 107063d2408a..000000000000 --- a/dev-python/django-allauth/django-allauth-65.7.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2024-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Django 3rd party (social) account authentication" -HOMEPAGE=" - https://www.intenct.nl/projects/django-allauth/ - https://github.com/pennersr/django-allauth/ - https://pypi.org/project/django-allauth/ -" -SRC_URI="https://github.com/pennersr/django-allauth/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -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}] -