commit python-django-grappelli for openSUSE:Factory

2020-08-31 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2020-08-31 16:53:25

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.3399 (New)


Package is "python-django-grappelli"

Mon Aug 31 16:53:25 2020 rev:20 rq:830722 version:2.14.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2020-06-10 00:51:36.243445374 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.3399/python-django-grappelli.changes
2020-08-31 16:53:43.712455605 +0200
@@ -1,0 +2,5 @@
+Mon Aug 31 10:10:57 UTC 2020 - Marketa Calabkova 
+
+- Launch tests
+
+---



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.IiU9Xp/_old  2020-08-31 16:53:44.740456103 +0200
+++ /var/tmp/diff_new_pack.IiU9Xp/_new  2020-08-31 16:53:44.740456103 +0200
@@ -50,6 +50,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+PYTHONPATH=.
 export PYTHONDONTWRITEBYTECODE=1
 export DJANGO_SETTINGS_MODULE=test_project.settings
 # test_related_lookup - uses unicode literals that break on py2




commit python-django-grappelli for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2020-06-10 00:51:28

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.3606 (New)


Package is "python-django-grappelli"

Wed Jun 10 00:51:28 2020 rev:19 rq:812886 version:2.14.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2020-02-20 14:58:59.398713021 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.3606/python-django-grappelli.changes
2020-06-10 00:51:36.243445374 +0200
@@ -1,0 +2,11 @@
+Tue Jun  9 11:11:56 UTC 2020 - Ondřej Súkup 
+
+- Update to 2.14.2
+ * Fixed: Django version (3.0) with docs and quickstart.
+ * Fixed: Dashboard with metaclass.
+ * Fixed: Missing variable in RelatedObjectLookups.
+ * Fixed: Sortables with tuples when using StackedInlines.
+ * Improved: Removed six dependency.
+ * Improved: Changed bodyclass in order to allow adding more attributes.
+
+---

Old:

  2.14.1.tar.gz

New:

  2.14.2.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.1TgES8/_old  2020-06-10 00:51:37.283448095 +0200
+++ /var/tmp/diff_new_pack.1TgES8/_new  2020-06-10 00:51:37.283448095 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-django-grappelli
-Version:2.14.1
+Version:2.14.2
 Release:0
 Summary:A skin for the Django Admin-Interface
 License:BSD-2-Clause AND LGPL-2.1-or-later

++ 2.14.1.tar.gz -> 2.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-2.14.1/.gitignore 
new/django-grappelli-2.14.2/.gitignore
--- old/django-grappelli-2.14.1/.gitignore  2020-02-10 15:28:17.0 
+0100
+++ new/django-grappelli-2.14.2/.gitignore  2020-05-14 15:15:52.0 
+0200
@@ -13,3 +13,4 @@
 .pydevproject
 node_modules/*
 .tox/*
+.idea
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-2.14.1/.travis.yml 
new/django-grappelli-2.14.2/.travis.yml
--- old/django-grappelli-2.14.1/.travis.yml 2020-02-10 15:28:17.0 
+0100
+++ new/django-grappelli-2.14.2/.travis.yml 2020-05-14 15:15:52.0 
+0200
@@ -1,13 +1,18 @@
 dist: xenial
 language: python
-python: 3.6
+matrix:
+  include:
+- python: 3.6
+  env: TOXENV=py36
+- python: 3.7
+  env: TOXENV=py37
+- python: 3.8
+  env: TOXENV=py38
 install:
   - pip install tox
   - pip install coverage
 script:
   - tox
-env:
-  - TOXENV=py36
 branches:
   only:
 - stable/2.14.x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-2.14.1/README.rst 
new/django-grappelli-2.14.2/README.rst
--- old/django-grappelli-2.14.1/README.rst  2020-02-10 15:28:17.0 
+0100
+++ new/django-grappelli-2.14.2/README.rst  2020-05-14 15:15:52.0 
+0200
@@ -36,13 +36,13 @@
 
 **Grappelli is always developed against the latest stable Django release and 
is NOT tested with Django's master branch.**
 
-* Grappelli 2.14.1 (February 10th, 2020): Compatible with Django 3.0
-* Grappelli 2.13.4 (February 10th, 2020): Compatible with Django 2.2
+* Grappelli 2.14.2 (May 14th, 2020): Compatible with Django 3.0
+* Grappelli 2.13.4 (February 10th, 2020): Compatible with Django 2.2 (LTS)
 * Grappelli 2.10.4 (November 1st, 2018): Compatible with Django 1.11 (LTS)
 
 Current development branches:
 
-* Grappelli 2.14.2 (Development version for Django 2.2, see branch 
Stable/2.14.x)
+* Grappelli 2.14.3 (Development version for Django 3.0, see branch 
Stable/2.14.x)
 * Grappelli 2.13.5 (Development version for Django 2.2, see branch 
Stable/2.13.x)
 * Grappelli 2.10.5 (Development version for Django 1.11, see branch 
Stable/2.10.x)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-2.14.1/docs/changelog.rst 
new/django-grappelli-2.14.2/docs/changelog.rst
--- old/django-grappelli-2.14.1/docs/changelog.rst  2020-02-10 
15:28:17.0 +0100
+++ new/django-grappelli-2.14.2/docs/changelog.rst  2020-05-14 
15:15:52.0 +0200
@@ -8,9 +8,20 @@
 Changelog
 =
 
-2.14.2 (not yet released)
+2.14.3 (not yet released)
 -
 
+2.14.2 (May 14th, 2020)
+---
+
+* Fixed: Django version (3.0) with docs and quickstart.
+* Fixed: Dashboard with metaclass.
+* Fixed: Missing 

commit python-django-grappelli for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2020-02-20 14:58:52

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.26092 (New)


Package is "python-django-grappelli"

Thu Feb 20 14:58:52 2020 rev:18 rq:777584 version:2.14.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2020-01-07 23:54:44.868074738 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.26092/python-django-grappelli.changes
   2020-02-20 14:58:59.398713021 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 08:15:15 UTC 2020 - Tomáš Chvátal 
+
+- Update to 2.14.1:
+  * First release of Grappelli which is compatible with Django 3.0.
+
+---

Old:

  2.13.3.tar.gz

New:

  2.14.1.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.01X60f/_old  2020-02-20 14:59:01.234716623 +0100
+++ /var/tmp/diff_new_pack.01X60f/_new  2020-02-20 14:59:01.234716623 +0100
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-django-grappelli
-Version:2.13.3
+Version:2.14.1
 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 >= 2.2}

++ 2.13.3.tar.gz -> 2.14.1.tar.gz ++
 13348 lines of diff (skipped)




commit python-django-grappelli for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2020-01-07 23:54:18

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.6675 (New)


Package is "python-django-grappelli"

Tue Jan  7 23:54:18 2020 rev:17 rq:761484 version:2.13.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2019-09-17 13:37:39.297840507 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.6675/python-django-grappelli.changes
2020-01-07 23:54:44.868074738 +0100
@@ -1,0 +2,16 @@
+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.
+
+---

Old:

  2.13.1.tar.gz

New:

  2.13.3.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.hE0CC9/_old  2020-01-07 23:54:45.540075086 +0100
+++ /var/tmp/diff_new_pack.hE0CC9/_new  2020-01-07 23:54:45.544075089 +0100
@@ -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
 

++ 2.13.1.tar.gz -> 2.13.3.tar.gz ++
 7526 lines of diff (skipped)




commit python-django-grappelli for openSUSE:Factory

2019-09-17 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2019-09-17 13:37:35

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.7948 (New)


Package is "python-django-grappelli"

Tue Sep 17 13:37:35 2019 rev:16 rq:731219 version:2.13.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2019-05-06 21:17:24.661097648 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.7948/python-django-grappelli.changes
2019-09-17 13:37:39.297840507 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 09:30:03 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.13.1:
+  * First release of Grappelli which is compatible with Django 2.2.
+
+---

Old:

  2.12.3.tar.gz

New:

  2.13.1.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.WNgCGo/_old  2019-09-17 13:37:39.753840434 +0200
+++ /var/tmp/diff_new_pack.WNgCGo/_new  2019-09-17 13:37:39.757840434 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-grappelli
-Version:2.12.3
+Version:2.13.1
 Release:0
 Summary:A skin for the Django Admin-Interface
 License:BSD-2-Clause AND LGPL-2.1-or-later
@@ -53,7 +53,7 @@
 export PYTHONDONTWRITEBYTECODE=1
 export DJANGO_SETTINGS_MODULE=test_project.settings
 # test_related_lookup - uses unicode literals that break on py2
-%python_expand PYTHONPATH=`pwd` py.test-%{$python_version} grappelli/tests -k 
'not test_related_lookup'
+%pytest -k 'not test_related_lookup'
 
 %files %{python_files}
 %license LICENSE

++ 2.12.3.tar.gz -> 2.13.1.tar.gz ++
 25314 lines of diff (skipped)




commit python-django-grappelli for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2019-03-01 16:47:04

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.28833 (New)


Package is "python-django-grappelli"

Fri Mar  1 16:47:04 2019 rev:14 rq:679818 version:2.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2018-12-13 19:48:47.800673609 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.28833/python-django-grappelli.changes
   2019-03-01 16:47:08.873805395 +0100
@@ -1,0 +2,11 @@
+Wed Feb 27 13:36:32 UTC 2019 - Tomáš Chvátal 
+
+- 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.
+
+---

Old:

  2.12.1.tar.gz

New:

  2.12.2.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.QPJ0pG/_old  2019-03-01 16:47:09.421805188 +0100
+++ /var/tmp/diff_new_pack.QPJ0pG/_new  2019-03-01 16:47:09.429805184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-grappelli
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-grappelli
-Version:2.12.1
+Version:2.12.2
 Release:0
 Summary:A skin for the Django Admin-Interface
 License:BSD-2-Clause AND LGPL-2.1-or-later
@@ -52,7 +52,8 @@
 %check
 export PYTHONDONTWRITEBYTECODE=1
 export DJANGO_SETTINGS_MODULE=test_project.settings
-%python_expand PYTHONPATH=`pwd` py.test-%{$python_version} grappelli/tests
+# test_related_lookup - uses unicode literals that break on py2
+%python_expand PYTHONPATH=`pwd` py.test-%{$python_version} grappelli/tests -k 
'not test_related_lookup'
 
 %files %{python_files}
 %license LICENSE

++ 2.12.1.tar.gz -> 2.12.2.tar.gz ++
 2231 lines of diff (skipped)




commit python-django-grappelli for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2018-12-13 19:48:43

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new.28833 (New)


Package is "python-django-grappelli"

Thu Dec 13 19:48:43 2018 rev:13 rq:657114 version:2.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2015-05-07 09:22:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.28833/python-django-grappelli.changes
   2018-12-13 19:48:47.800673609 +0100
@@ -1,0 +2,9 @@
+Tue Dec 11 09:52:58 UTC 2018 - Tomáš Chvátal 
+
+- 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.12.1.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.RU9ZLT/_old  2018-12-13 19:48:49.716671132 +0100
+++ /var/tmp/diff_new_pack.RU9ZLT/_new  2018-12-13 19:48:49.720671127 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-grappelli
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,48 +12,51 @@
 # 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-%{**}}
 Name:   python-django-grappelli
-Version:2.6.4
+Version:2.12.1
 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}
+BuildRequires:  %{python_module py >= 1.7}
+BuildRequires:  %{python_module pytest >= 3.9}
+BuildRequires:  %{python_module pytest-django >= 3.4}
+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
 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
+%python_expand PYTHONPATH=`pwd` py.test-%{$python_version} grappelli/tests
+
+%files %{python_files}
+%license LICENSE
+%doc AUTHORS README.rst
 %{python_sitelib}/*
 
 %changelog

++ django-grappelli-2.6.4.tar.gz -> 2.12.1.tar.gz ++
 49913 lines of diff (skipped)




commit python-django-grappelli for openSUSE:Factory

2015-05-07 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2015-05-07 09:22:19

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2013-10-01 08:27:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2015-05-07 09:22:21.0 +0200
@@ -1,0 +2,41 @@
+Sun May  3 18:35:25 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6.4:
+  * Fixed: Prepopulated fields with inlines.
+  * Fixed: Hide row if only hidden fields are given.
+  * Fixed: Background with pulldown handler.
+  * Fixed: Python to JSON Serialization with autocompletes with
+non-automatic id.
+  * Fixed: Handled LookupError in RelatedLookup view with wrong
+app_label/model_name.
+  * Fixed: Add link with changelist.
+  * Fixed: Error when constance needs a hidden field.
+  * Fixed: ID generation in the dashboard template app_list.html.
+  * Fixed: Breadcrumb links in the template change_password.html.
+  * Fixed: Use get_username to retrieve username, support custom
+user models.
+  * Fixed: Sorting with dashboard when verbose_name_plural is not
+given.
+  * Fixed: Removed site dependencies for admin doc views.
+- additional changes from version 2.6.3:
+  * New: Triggering change when input is changed in autocomplete.
+  * New: Blocks header, navigation, user-tools and
+context-navigation with base.html.
+  * Fixed: Scrollbars with M2M (with some browsers).
+  * Improved: Removed note about order of STATICFILES_FINDERS from
+the docs.
+- additional changes from version 2.6.2:
+  * Fixed: Tests with custom User model.
+  * Fixed: Removed _to_field from generic lookups.
+  * Fixed: Used user.pk instead of user.id with dashboard module.
+  * Fixed: Unique appconfig with grappelli.dashboard.
+  * Improved: Grappelli admin title is used for site title as well
+(if given).
+  * Improved: Added block branding to base.html.
+- additional changes from version 2.6.1:
+  * First release of Grappelli which is compatible with Django 1.7
+- update project URL
+- remove executable bit from text files
+- delete sed call to fix end of line: not needed anymore
+
+---

Old:

  django-grappelli-2.4.6.tar.gz

New:

  django-grappelli-2.6.4.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.vzfVvt/_old  2015-05-07 09:22:24.0 +0200
+++ /var/tmp/diff_new_pack.vzfVvt/_new  2015-05-07 09:22:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-grappelli
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-django-grappelli
-Version:2.4.6
+Version:2.6.4
 Release:0
-Url:http://code.google.com/p/django-grappelli/
+Url:http://django-grappelli.readthedocs.org/
 Summary:A jazzy skin for the Django Admin-Interface
 License:BSD-2-Clause and LGPL-2.1+
 Group:  Development/Languages/Python
@@ -40,8 +41,8 @@
 %prep
 %setup -q -n django-grappelli-%{version}
 find -name *.orig -o -name .\* -type f -delete
-# Fix wrong-script-end-of-line-encoding.
-find -name 'de*.js' -print0 | xargs -0 sed -i 's|\r||'
+# drop executable bit
+find -type f -executable -print0 | xargs -0 chmod -x
 
 %build
 python setup.py build

++ django-grappelli-2.4.6.tar.gz - django-grappelli-2.6.4.tar.gz ++
 27126 lines of diff (skipped)




commit python-django-grappelli for openSUSE:Factory

2013-10-01 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2013-10-01 08:27:38

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2013-03-08 13:26:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2013-10-01 08:27:39.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 27 19:19:11 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.4.6
+  + Add compatibility with Django 1.4/1.5
+- Use download url as source
+
+---

Old:

  django-grappelli-2.4.4.tar.bz2

New:

  django-grappelli-2.4.6.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.2jnLri/_old  2013-10-01 08:27:40.0 +0200
+++ /var/tmp/diff_new_pack.2jnLri/_new  2013-10-01 08:27:40.0 +0200
@@ -15,29 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-
 Name:   python-django-grappelli
-Version:2.4.4
+Version:2.4.6
 Release:0
 Url:http://code.google.com/p/django-grappelli/
 Summary:A jazzy skin for the Django Admin-Interface
 License:BSD-2-Clause and LGPL-2.1+
 Group:  Development/Languages/Python
-Source: django-grappelli-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/d/django-grappelli/django-grappelli-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-django
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%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
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 A jazzy skin for the Django Admin-Interface (only available for 
standard-compliant browsers).
@@ -53,7 +48,7 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{python_sitelib}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-grappelli for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2013-03-08 13:26:28

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2012-11-17 07:27:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2013-03-08 13:26:29.0 +0100
@@ -1,0 +2,29 @@
+Fri Feb 22 17:13:50 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 2.4.4:
+  * New: Added Czech translation for TinyMCE.
+  * Fixed: set correct case-sensitive dependency for Django in
+setup.py.
+  * Fixed: Make setup.py work with Python 3.
+  * Fixed: Breadcrumbs with delete_confirmation.
+  * Fixed: Showing help-text with empty FK autocompletes.
+  * Fixed: Custom USERNAME_FIELD names for Django 1.5.
+  * Fixed: Updated grappelli/urls to support Django 1.5.
+  * Fixed: Added has_usable_password.
+  * Fixed: Distinct results with Autocompletes.
+  * Fixed: Fix RelatedLookup when called with empty string as
+object_id.
+  * Fixed: 2 clicks to remove items with m2m–autocompletes.
+  * Fixed: Error with adding values to hidden–fields with
+autocomplets (after using the pop up window).
+  * Fixed: Autocomplete generic lookups when object_id is not an
+integer field.
+  * Improved: App titles are now translatable with the dashboards
+app list.
+  * Improved: Rewrites views into class-based views.
+  * Improved: Better messages with autocompletes and no results.
+  * Improved: Removed Django as a requirement with the setup file.
+  * Improved: Replaced p.grp-readonly with div.grp-readonly (in
+order to show contents with mark_safe).
+
+---

Old:

  django-grappelli-2.4.3.tar.gz

New:

  django-grappelli-2.4.4.tar.bz2



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.0uk94b/_old  2013-03-08 13:26:31.0 +0100
+++ /var/tmp/diff_new_pack.0uk94b/_new  2013-03-08 13:26:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-grappelli
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-django-grappelli
-Version:2.4.3
+Version:2.4.4
 Release:0
 Url:http://code.google.com/p/django-grappelli/
 Summary:A jazzy skin for the Django Admin-Interface
 License:BSD-2-Clause and LGPL-2.1+
 Group:  Development/Languages/Python
-Source: django-grappelli-%{version}.tar.gz
+Source: django-grappelli-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel

++ django-grappelli-2.4.3.tar.gz - django-grappelli-2.4.4.tar.bz2 ++
 20587 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-grappelli for openSUSE:Factory

2012-11-16 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2012-11-17 07:27:21

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2012-10-07 19:55:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2012-11-17 07:27:25.0 +0100
@@ -1,0 +2,18 @@
+Fri Nov  9 11:51:05 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.4.3:
+  * Fixed: i18n of the Save-Button.
+  * Fixed: ``related_label`` used for autocomplete list.
+  * Fixed: help_text with related–lookups and autocomplete lookups
+(help_text with M2M is not possible because of a django–bug).
+  * Fixed: Bug with model does not exist and m2m lookups.
+  * Fixed: Calendar button with Chrome and zooming.
+  * Improved: Error messages on Change–List are now below form
+fields (not above).
+  * Improved: Design of the Login screen.
+  * Improved: Cloning inlines now works with django-autocomplete-light.
+  * Added: Password reset (on login page).
+  * New: New Login screen.
+  * New: Support for Django 1.5.
+
+---

Old:

  django-grappelli-2.4.2.tar.gz

New:

  django-grappelli-2.4.3.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.2DcKqJ/_old  2012-11-17 07:27:26.0 +0100
+++ /var/tmp/diff_new_pack.2DcKqJ/_new  2012-11-17 07:27:26.0 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-django-grappelli
-Version:2.4.2
+Version:2.4.3
 Release:0
 Url:http://code.google.com/p/django-grappelli/
 Summary:A jazzy skin for the Django Admin-Interface

++ django-grappelli-2.4.2.tar.gz - django-grappelli-2.4.3.tar.gz ++
 2605 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-grappelli for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2012-10-07 19:55:32

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2012-07-21 12:31:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2012-10-07 19:55:33.0 +0200
@@ -1,0 +2,30 @@
+Wed Sep 19 01:57:31 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.4.2:
+  * Fixed: Bug with change-permissions on ModelList
+(grappelli.dashboard).
+  * Added: Alternative ChangeList Template (with filters on the
+right hand side).
+  * Added: Alternative ChangeList Filter Template (displaying filters
+as list/options).
+- Aditional changes from 2.4.1:
+  * Fixed: Footer buttons in change_form.html do not flow correctly
+when screen width is reduced.
+  * Fixed: Breadcrumbs of delete_selected_confirmation.
+  * Fixed: Added titles for page-tools (open/close).
+  * Fixed: Margins and capfirst for filter labels.
+  * Fixed: Delete persmissions with inlines (stacked and tabular).
+  * Fixed: Removed double dots for labels with auth- and
+registration-templates.
+  * Fixed: Button with TinyMCE AdvLink.
+  * Fixed: Timepicker closes with ESC.
+  * Fixed: Window width with popups.
+  * Added: Compass experimental svg support (for IE9).
+  * Added: Reset actions select box with javascript.
+  * Added setting ``AUTOCOMPLETE_LIMIT``.
+  * Improved: sortables with django file uploads.
+  * Improved: HTML is now allowed for object representation with
+related-lookups.
+  * Improved: Documentation with using TinyMCE.
+
+---

Old:

  django-grappelli-2.4.0.tar.gz

New:

  django-grappelli-2.4.2.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.EiFpyh/_old  2012-10-07 19:55:35.0 +0200
+++ /var/tmp/diff_new_pack.EiFpyh/_new  2012-10-07 19:55:35.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-django-grappelli
-Version:2.4.0
+Version:2.4.2
 Release:0
 Url:http://code.google.com/p/django-grappelli/
 Summary:A jazzy skin for the Django Admin-Interface

++ django-grappelli-2.4.0.tar.gz - django-grappelli-2.4.2.tar.gz ++
 2959 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-grappelli for openSUSE:Factory

2012-07-21 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2012-07-21 12:31:13

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2012-04-17 07:48:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2012-07-21 12:31:16.0 +0200
@@ -1,0 +2,19 @@
+Fri Jul 20 19:21:42 UTC 2012 - jf...@funktronics.ca
+
+- Update to 2.4.0:
+  * Compatibility with Django 1.4
+  * New: Grappelli namespace (grp-) for css-classes.
+  * New: Grappelli namespace (grp.jQuery) for jQuery.
+  * New: Compass-based CSS
+  * New: Added toggle-all with change-form
+  * New: DOM-Documentation
+  * New: sortable_excludes
+  * New: 2 different Changelists (one with sidebar filters).
+  * New: Minified Grappelli Javascripts.
+  * New: Added support for django-reversion.
+  * Changed: Selectors with Inlines in order to update the sortable-field (now 
also works with File-Fields)
+  * Changed: Updated jQuery to 1.7.2
+- Add missing LICENSE and README files
+- Use fdupes
+
+---

Old:

  django-grappelli-2.3.8.tar.bz2

New:

  django-grappelli-2.4.0.tar.gz



Other differences:
--
++ python-django-grappelli.spec ++
--- /var/tmp/diff_new_pack.vPp1Vl/_old  2012-07-21 12:31:19.0 +0200
+++ /var/tmp/diff_new_pack.vPp1Vl/_new  2012-07-21 12:31:19.0 +0200
@@ -20,14 +20,15 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-django-grappelli
-Version:2.3.8
+Version:2.4.0
 Release:0
 Url:http://code.google.com/p/django-grappelli/
 Summary:A jazzy skin for the Django Admin-Interface
 License:BSD-2-Clause and LGPL-2.1+
 Group:  Development/Languages/Python
-Source: django-grappelli-%{version}.tar.bz2
+Source: django-grappelli-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 Requires:   python-django
@@ -52,9 +53,11 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%doc AUTHORS LICENSE README.rst
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-grappelli for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2012-02-28 14:15:26

Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-grappelli.new (New)


Package is python-django-grappelli, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new/python-django-grappelli.changes
 2012-02-28 14:15:27.0 +0100
@@ -0,0 +1,98 @@
+---
+Mon Feb 27 10:10:59 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-2-Clause and LGPL-2.1+
+  tinymce is LGPL-2.1+ licensed
+
+---
+Mon Feb 13 02:29:25 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.3.7:
+  * Fixed compatibility issue with Python 2.5.
+  * Fixed some translations.
+
+---
+Fri Feb 10 18:36:54 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.3.6:
+  * Fixed issue where autocomplete/related settings could not use tuples.
+  * Fixed a bug with toggle all actions on the changlist
+  * Fixed a bug with adding dynamic-forms to tabular and stacked inlines
+(which caused the remove-handler to throw an error)
+  * Autocompletes: Only do a lookup with generics, if content-type
+is defined.
+  * Support for new URL tags, see 
https://docs.djangoproject.com/en/dev/releases/1.3/#changes-to-url-and-ssi.
+  * Fixed a bug with m2m-lookups (return obj.pk instead of obj.id).
+  * Fixed a bug with very long filters (hidden behind the footer).
+  * Added german and french UI-datepicker.
+  * Added support for non-integer IDs with generic relations.
+  * Added pre_content and post_content to dashboard.
+  * Added inline_classes.
+  * Added polish translation for TinyMCE and grappelli contextmenu.
+  * Removed ``title_url`` from dashboard-docs (it hasn´t been used
+anyway so far).
+
+---
+Tue Oct 11 11:42:40 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.5:
+  - Improved performance for autocomplete lookups (staticmethod
+autocomplete_search_fields is required from now on)
+
+---
+Thu Sep  8 16:22:25 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.4:
+  * Moved grappelli to GitHub
+  * Fixed a bug with the View on Site link (tabular/stacked inlines)
+  * Added a placeholder for inline sortables
+  * Fixed a bug with collapse all (stacked inlines)
+  * Added autocompletes
+  * Updated jQuery (to 1.6.2) and jQueryUI (to 1.8.15)
+  * Added error-messages to the login form
+  * Fixed a bug with hidden-fields in tabular-inlines
+
+---
+Wed Jun 29 15:50:15 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.3:
+  - Documentation update
+  - FileBrowser-related updates
+  - Fixed a bug with delete-confirmation
+  - Removed the js for adding nowrap-class (fixed with the latest
+django-version)
+  - Stable sorting for dashboard.ModelList
+  - Added collapse-handler to h4 for stacked-inlines
+  - Help-text is now available with tabular-inlines
+  - Fixed some translation-issues
+  - Fixed loading-issues with Chrome
+  - Reversed asc-/desc-icons
+  - Updated TinyMCE to 3.4.2
+
+---
+Tue Apr 19 16:42:55 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.2 to match Django 1.3;
+- Regenerate spec file with py2pack.
+
+---
+Wed Nov  3 22:06:42 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.2.
+
+---
+Wed Sep  8 21:27:24 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.1;
+- Bzip2 source file;
+- Spec file cleaned with spec-cleaner.
+
+---
+Mon Jan 25 16:00:51 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 2.0.
+
+---
+Tue Sep 15 01:35:04 UTC 2009 - alexan...@exatati.com.br
+
+- Initial package (0.1) for openSUSE.

New:

  django-grappelli-2.3.7.tar.bz2
  python-django-grappelli.changes
  python-django-grappelli.spec



Other differences:
--
++ python-django-grappelli.spec ++
#
# spec file for package python-django-grappelli
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by