Accepting request 761484 from devel:languages:python:django
- Update to 2.13.3: * Fixed: Horizontal scrolling. * Fixed: Changelist with custom filters. * Fixed: Form select icons (Chrome). * Fixed: added Django autocomplete JS files. * Fixed: added minified jQuery 3.3.1 file. * Fixed: added request to formfield_for_dbfield. * Fixed: use safe label with autocompletes. * Improved: added separate file for documentation URLs. * Improved: removed Python 2 support. * Improved: CSS footer and submit-row fixes. * Improved: CSS field width with inline tabular. OBS-URL: https://build.opensuse.org/request/show/761484 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-grappelli?expand=0&rev=17
This commit is contained in:
commit
d67de2f55c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c7e4097c5e67275165df6db0ed425e780c7746f063fbdd77949f9f8e8cfcfd6
|
|
||||||
size 1569372
|
|
3
2.13.3.tar.gz
Normal file
3
2.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d3da0b8780dafd520ae1775f1aee85bcff885b1f7b4fcbcf803b31b0bbfd16a
|
||||||
|
size 1635985
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 09:18:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.13.3:
|
||||||
|
* Fixed: Horizontal scrolling.
|
||||||
|
* Fixed: Changelist with custom filters.
|
||||||
|
* Fixed: Form select icons (Chrome).
|
||||||
|
* Fixed: added Django autocomplete JS files.
|
||||||
|
* Fixed: added minified jQuery 3.3.1 file.
|
||||||
|
* Fixed: added request to formfield_for_dbfield.
|
||||||
|
* Fixed: use safe label with autocompletes.
|
||||||
|
* Improved: added separate file for documentation URLs.
|
||||||
|
* Improved: removed Python 2 support.
|
||||||
|
* Improved: CSS footer and submit-row fixes.
|
||||||
|
* Improved: CSS field width with inline tabular.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 16 09:30:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Sep 16 09:30:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-django-grappelli
|
# spec file for package python-django-grappelli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-django-grappelli
|
Name: python-django-grappelli
|
||||||
Version: 2.13.1
|
Version: 2.13.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A skin for the Django Admin-Interface
|
Summary: A skin for the Django Admin-Interface
|
||||||
License: BSD-2-Clause AND LGPL-2.1-or-later
|
License: BSD-2-Clause AND LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/sehmaschine/django-grappelli
|
URL: https://github.com/sehmaschine/django-grappelli
|
||||||
Source: https://github.com/sehmaschine/django-grappelli/archive/%{version}.tar.gz
|
Source: https://github.com/sehmaschine/django-grappelli/archive/%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Django}
|
BuildRequires: %{python_module Django >= 2.2}
|
||||||
BuildRequires: %{python_module py >= 1.7}
|
BuildRequires: %{python_module py >= 1.8}
|
||||||
BuildRequires: %{python_module pytest >= 3.9}
|
BuildRequires: %{python_module pytest >= 5.0}
|
||||||
BuildRequires: %{python_module pytest-django >= 3.4}
|
BuildRequires: %{python_module pytest-django >= 3.6}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Django
|
Requires: python-Django >= 2.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user