From 7015c17a924cc05f00a6a64e72409e5b78c371566fdf3ea9af2719dd24086634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 Jan 2020 09:21:37 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:django/python-django-grappelli?expand=0&rev=10 --- 2.13.1.tar.gz | 3 --- 2.13.3.tar.gz | 3 +++ python-django-grappelli.changes | 16 ++++++++++++++++ python-django-grappelli.spec | 15 ++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 2.13.1.tar.gz create mode 100644 2.13.3.tar.gz diff --git a/2.13.1.tar.gz b/2.13.1.tar.gz deleted file mode 100644 index aad473d..0000000 --- a/2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c7e4097c5e67275165df6db0ed425e780c7746f063fbdd77949f9f8e8cfcfd6 -size 1569372 diff --git a/2.13.3.tar.gz b/2.13.3.tar.gz new file mode 100644 index 0000000..1b8e0d2 --- /dev/null +++ b/2.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3da0b8780dafd520ae1775f1aee85bcff885b1f7b4fcbcf803b31b0bbfd16a +size 1635985 diff --git a/python-django-grappelli.changes b/python-django-grappelli.changes index 6d76d4d..3ac2634 100644 --- a/python-django-grappelli.changes +++ b/python-django-grappelli.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 7 09:18:58 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-django-grappelli.spec b/python-django-grappelli.spec index 7e3bdbf..362c7e1 100644 --- a/python-django-grappelli.spec +++ b/python-django-grappelli.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-django-grappelli -Version: 2.13.1 +Version: 2.13.3 Release: 0 Summary: A skin for the Django Admin-Interface License: BSD-2-Clause AND LGPL-2.1-or-later Group: Development/Languages/Python URL: https://github.com/sehmaschine/django-grappelli Source: https://github.com/sehmaschine/django-grappelli/archive/%{version}.tar.gz -BuildRequires: %{python_module Django} -BuildRequires: %{python_module py >= 1.7} -BuildRequires: %{python_module pytest >= 3.9} -BuildRequires: %{python_module pytest-django >= 3.4} +BuildRequires: %{python_module Django >= 2.2} +BuildRequires: %{python_module py >= 1.8} +BuildRequires: %{python_module pytest >= 5.0} +BuildRequires: %{python_module pytest-django >= 3.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Django +Requires: python-Django >= 2.2 BuildArch: noarch %python_subpackages