summaryrefslogtreecommitdiff
path: root/python-django-admin-interface.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-django-admin-interface.spec')
-rw-r--r--python-django-admin-interface.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/python-django-admin-interface.spec b/python-django-admin-interface.spec
index 01770e5..50b2d80 100644
--- a/python-django-admin-interface.spec
+++ b/python-django-admin-interface.spec
@@ -1,20 +1,21 @@
%global _empty_manifest_terminate_build 0
Name: python-django-admin-interface
-Version: 0.24.2
+Version: 0.25.0
Release: 1
-Summary: django-admin-interface is a modern responsive flat admin interface customizable by the admin itself.
-License: MIT License
+Summary: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.
+License: The MIT License (MIT) Copyright (c) 2016 - present, Fabio Caccamo - fabio.caccamo@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
URL: https://github.com/fabiocaccamo/django-admin-interface
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ef/89/62008dd7a705557ededc6b24d0af07e85250add78a2cf682fa737b564821/django-admin-interface-0.24.2.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/21/7330f1e7ea070122a108e323075cbf337168036aea36ab594abcaf38da6e/django-admin-interface-0.25.0.tar.gz
BuildArch: noarch
Requires: python3-django-colorfield
+Requires: python3-slugify
%description
###### Admin dashboard
%package -n python3-django-admin-interface
-Summary: django-admin-interface is a modern responsive flat admin interface customizable by the admin itself.
+Summary: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.
Provides: python-django-admin-interface
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@@ -29,7 +30,7 @@ Provides: python3-django-admin-interface-doc
###### Admin dashboard
%prep
-%autosetup -n django-admin-interface-0.24.2
+%autosetup -n django-admin-interface-0.25.0
%build
%py3_build
@@ -69,5 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.24.2-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.25.0-1
- Package Spec generated