python3-django-allauth: 64.1.0 -> 64.2.0
This commit is contained in:
parent
b5dfc5a9fa
commit
cab88ea6b4
@ -55,6 +55,8 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/account/internal/f
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/__init__.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/email_verification.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/email_verification_by_code.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/login.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/login_by_code.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/logout.cpython-310.opt-2.pyc
|
||||
@ -63,6 +65,8 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/account/internal/f
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/password_reset.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/reauthentication.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/__pycache__/signup.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/email_verification.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/email_verification_by_code.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/login.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/login_by_code.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/internal/flows/logout.py
|
||||
@ -126,8 +130,9 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/account/tests/__py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_change_email.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_change_password.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_commands.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_confirm_email.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_decorators.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_email_verification.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_email_verification_by_code.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_login.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_login_by_code.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/__pycache__/test_logout.cpython-310.opt-2.pyc
|
||||
@ -145,8 +150,9 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/account/tests/__py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_change_email.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_change_password.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_commands.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_confirm_email.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_decorators.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_email_verification.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_email_verification_by_code.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_login.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_login_by_code.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/account/tests/test_logout.py
|
||||
@ -536,6 +542,10 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/locale/uk/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/locale/uk/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/locale/uk/LC_MESSAGES/django.mo
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/locale/uk/LC_MESSAGES/django.po
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/locale/uz/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/locale/uz/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/locale/uz/LC_MESSAGES/django.mo
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/locale/uz/LC_MESSAGES/django.po
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/locale/zh_Hans/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/locale/zh_Hans/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/locale/zh_Hans/LC_MESSAGES/django.mo
|
||||
@ -724,7 +734,9 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/socialaccount/inte
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/__init__.py (EMPTY)
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/__pycache__/__init__.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/__pycache__/test_jwtkit.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/__pycache__/test_statekit.cpython-310.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/test_jwtkit.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/internal/tests/test_statekit.py
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/socialaccount/migrations/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/socialaccount/migrations/0001_initial.py
|
||||
@ -2392,6 +2404,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/templates/account/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/templates/account/base_manage_email.html
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/templates/account/base_manage_password.html
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/templates/account/base_reauthenticate.html
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/templates/account/confirm_email_verification_code.html
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/templates/account/confirm_login_code.html
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/templates/account/email.html
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/templates/account/email/
|
||||
@ -2612,10 +2625,10 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/allauth/usersessions/tests
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/usersessions/urls.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/usersessions/views.py
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/allauth/utils.py
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/AUTHORS
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/LICENSE
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.1.0.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/AUTHORS
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/LICENSE
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_allauth-64.2.0.dist-info/top_level.txt
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF326k/SSo3hC624rhz5o56faRv6QuqrvW6eT7layKZyptxO85/dX7NKRHu2ENmqQDO7FZNxdUdaa8et3hgsEvywE=
|
||||
SHA256 (Pkgfile) = 1f5526d3c2b798219dcd44c7f09783a98252effa876a4efbcee8fbff4086e905
|
||||
SHA256 (.footprint) = 4de374c683ebc6079263179d80076ce68d7d1690927115ab6745973e0650b81a
|
||||
SHA256 (django_allauth-64.1.0.tar.gz) = 713bfc410021140aefae0f04eeaac5d50ebedad7abaf43174670a9ec002c595c
|
||||
RWSagIOpLGJF33qnPi2iwlVavsCnJEAXMwFE7vVRwKOjN6py0FEuHJ3QixG5HTOxiyqdki/ApeLiCyRJB0gW8NbfZvHd+RVh+AY=
|
||||
SHA256 (Pkgfile) = 028bd9e7d8011d52dd32fee0d6046543ba740e06b2a2fa501309c3991b5ed78a
|
||||
SHA256 (.footprint) = 94f19c2924ff23f40fa07df9cfc0af72bd1e00383c7b37f128e75c86c1d1c866
|
||||
SHA256 (django_allauth-64.2.0.tar.gz) = 71b404b3a7631502005e549800411e77939754e6864f2d24c17741a42e8e50e5
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: python3-django python3-openid python3-pyjwt python3-requests-oauthlib
|
||||
|
||||
name=python3-django-allauth
|
||||
version=64.1.0
|
||||
version=64.2.0
|
||||
release=1
|
||||
source=(https://pypi.org/packages/source/d/django_allauth/django_allauth-$version.tar.gz)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user