Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Leap:15.2 checked in at 2020-05-01 20:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-grappelli (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-django-grappelli.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-grappelli"

Fri May  1 20:24:06 2020 rev:11 rq:776573 version:2.13.3

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-django-grappelli/python-django-grappelli.changes
        2020-01-15 15:48:38.255432665 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-django-grappelli.new.2738/python-django-grappelli.changes
      2020-05-01 20:24:07.286881716 +0200
@@ -1,0 +2,51 @@
+Tue Jan  7 09:18:58 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- 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 <[email protected]>
+
+- Update to 2.13.1:
+  * First release of Grappelli which is compatible with Django 2.2.
+
+-------------------------------------------------------------------
+Mon May  6 11:35:13 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.12.3:
+  * Improved: use get_username with object history.
+  * Improved: trigger change event in dismissChangeRelatedObjectPopup.
+  * Improved: honor cl.show_full_result_count with pagination.
+  * Fixed: using a div.grp-related-widget to wrap all possible widgets.
+
+-------------------------------------------------------------------
+Wed Feb 27 13:36:32 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.12.2:
+  * New: edit and delete links with related objects.
+  * New: Templates in order to allow integration with django-import-export.
+  * Improved: Use admin site_header as title (if given and not default).
+  * Improved: compass/sass setup.
+  * Fixed: view permissions.
+  * Fixed: last inline form with non-editable inlines.
+
+-------------------------------------------------------------------
+Tue Dec 11 09:52:58 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.12.1:
+  * Many changes to enumerate
+  * Support for new djangos
+- Switch to singlespec
+- Run tests
+
+-------------------------------------------------------------------

Old:
----
  django-grappelli-2.6.4.tar.gz

New:
----
  2.13.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-grappelli.spec ++++++
--- /var/tmp/diff_new_pack.0FD0rO/_old  2020-05-01 20:24:07.702882618 +0200
+++ /var/tmp/diff_new_pack.0FD0rO/_new  2020-05-01 20:24:07.702882618 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-grappelli
 #
-# Copyright (c) 2015 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
@@ -12,48 +12,53 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-django-grappelli
-Version:        2.6.4
+Version:        2.13.3
 Release:        0
-Url:            http://django-grappelli.readthedocs.org/
-Summary:        A jazzy skin for the Django Admin-Interface
-License:        BSD-2-Clause and LGPL-2.1+
+Summary:        A skin for the Django Admin-Interface
+License:        BSD-2-Clause AND LGPL-2.1-or-later
 Group:          Development/Languages/Python
-Source:         
https://pypi.python.org/packages/source/d/django-grappelli/django-grappelli-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            https://github.com/sehmaschine/django-grappelli
+Source:         
https://github.com/sehmaschine/django-grappelli/archive/%{version}.tar.gz
+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-devel
-BuildRequires:  python-setuptools
-Requires:       python-django
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+BuildRequires:  python-rpm-macros
+Requires:       python-Django >= 2.2
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
-A jazzy skin for the Django Admin-Interface (only available for 
standard-compliant browsers).
+A jazzy skin for the Django Admin-Interface.
 
 %prep
 %setup -q -n django-grappelli-%{version}
-find -name *.orig -o -name .\* -type f -delete
-# drop executable bit
-find -type f -executable -print0 | xargs -0 chmod -x
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes %{buildroot}%{python_sitelib}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%check
+export PYTHONDONTWRITEBYTECODE=1
+export DJANGO_SETTINGS_MODULE=test_project.settings
+# test_related_lookup - uses unicode literals that break on py2
+%pytest -k 'not test_related_lookup'
+
+%files %{python_files}
+%license LICENSE
+%doc AUTHORS README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ django-grappelli-2.6.4.tar.gz -> 2.13.3.tar.gz ++++++
++++ 82964 lines of diff (skipped)


Reply via email to