diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 14:51:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 14:51:50 +0000 |
| commit | 3f7dd45d39d6ea8f60a09a78bc6c5ad4bbf9a056 (patch) | |
| tree | b96b9284a9ab55f3cbe847cd3614f81282d91e7f | |
| parent | f35a10f167a5f552f3a6c9aaa35841e08b677a90 (diff) | |
automatic import of python-django-username-emailopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-django-username-email.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /django-username-email-2.5.3.tar.gz +/django-username-email-2.5.4.tar.gz diff --git a/python-django-username-email.spec b/python-django-username-email.spec index 606968e..1cfe66a 100644 --- a/python-django-username-email.spec +++ b/python-django-username-email.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-username-email -Version: 2.5.3 +Version: 2.5.4 Release: 1 Summary: Custom Django User model that makes email the USERNAME_FIELD. License: MIT URL: https://github.com/tmm/django-username-email/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/7b/f065eb9f57aafdfd2e9e90c3357a6cf08ab1565e7bc2d11e8e3d1eda3af0/django-username-email-2.5.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/cf/0de84e03cfdb4dac5d169104c2682864ec625a336f2a0bb8a6a2b053fc5b/django-username-email-2.5.4.tar.gz BuildArch: noarch Requires: python3-django @@ -17,7 +17,7 @@ CUser is a custom Django user model (extends ``AbstractBaseUser``) so it takes a tiny amount of effort to use. The only difference between CUser and the vanilla Django ``User`` is email address is the ``USERNAME_FIELD`` (and username does not exist). -CUser supports Django 3.2 - 4.0. If you need to use CUser with +CUser supports Django 3.2 - 4.2. If you need to use CUser with Django 1.8 - 3.1, you must install an older, unmaintained version of CUser, as noted in the "Install & Set up" section. @@ -34,7 +34,7 @@ CUser is a custom Django user model (extends ``AbstractBaseUser``) so it takes a tiny amount of effort to use. The only difference between CUser and the vanilla Django ``User`` is email address is the ``USERNAME_FIELD`` (and username does not exist). -CUser supports Django 3.2 - 4.0. If you need to use CUser with +CUser supports Django 3.2 - 4.2. If you need to use CUser with Django 1.8 - 3.1, you must install an older, unmaintained version of CUser, as noted in the "Install & Set up" section. @@ -48,12 +48,12 @@ CUser is a custom Django user model (extends ``AbstractBaseUser``) so it takes a tiny amount of effort to use. The only difference between CUser and the vanilla Django ``User`` is email address is the ``USERNAME_FIELD`` (and username does not exist). -CUser supports Django 3.2 - 4.0. If you need to use CUser with +CUser supports Django 3.2 - 4.2. If you need to use CUser with Django 1.8 - 3.1, you must install an older, unmaintained version of CUser, as noted in the "Install & Set up" section. %prep -%autosetup -n django-username-email-2.5.3 +%autosetup -n django-username-email-2.5.4 %build %py3_build @@ -93,5 +93,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.3-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.4-1 - Package Spec generated @@ -1 +1 @@ -f7ef06d5e8ef3afe062331ace1910350 django-username-email-2.5.3.tar.gz +8d6d2a69f5c687e727ddd898df9a4879 django-username-email-2.5.4.tar.gz |
