Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-grappelli for 
openSUSE:Factory checked in at 2023-04-16 16:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-grappelli (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-grappelli.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-grappelli"

Sun Apr 16 16:07:36 2023 rev:23 rq:1079738 version:3.0.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-grappelli/python-django-grappelli.changes
  2023-01-04 17:54:01.638685409 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-grappelli.new.19717/python-django-grappelli.changes
       2023-04-16 16:07:55.721112119 +0200
@@ -1,0 +2,13 @@
+Sun Apr 16 09:21:41 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 3.0.5:
+  * Removed package.json from jquery-ui.
+  * Fixed change_list_filter_confirm peoduces wrong url
+    parameters.
+  * Fixed change_list_filter_confirm is using
+    admin_list.admin_list_filter instead of
+    grp_tags.admin_list_filter.
+  * Added default for dummy template with dahboard (because of
+    django-compressor offline compression).
+
+-------------------------------------------------------------------

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

New:
----
  django-grappelli-3.0.5.tar.gz

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

Other differences:
------------------
++++++ python-django-grappelli.spec ++++++
--- /var/tmp/diff_new_pack.TgJsxh/_old  2023-04-16 16:07:56.141114540 +0200
+++ /var/tmp/diff_new_pack.TgJsxh/_new  2023-04-16 16:07:56.145114563 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-django-grappelli
-Version:        3.0.4
+Version:        3.0.5
 Release:        0
 Summary:        A skin for the Django Admin-Interface
 License:        BSD-2-Clause AND LGPL-2.1-or-later

++++++ django-grappelli-3.0.4.tar.gz -> django-grappelli-3.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/README.rst 
new/django-grappelli-3.0.5/README.rst
--- old/django-grappelli-3.0.4/README.rst       2022-11-22 15:03:04.000000000 
+0100
+++ new/django-grappelli-3.0.5/README.rst       2023-03-20 15:14:34.000000000 
+0100
@@ -36,12 +36,12 @@
 
 **Grappelli is always developed against the latest stable Django release and 
is NOT tested with Django's master branch.**
 
-* Grappelli 3.0.4 (November 22nd, 2022): Compatible with Django 4.0
+* Grappelli 3.0.5 (March 20th, 2023): Compatible with Django 4.0
 * Grappelli 2.15.6 (November 22nd, 2022): Compatible with Django 3.2 (LTS)
 
 Current development branches:
 
-* Grappelli 3.0.5 (Development version for Django 4.0, see branch Stable/3.0.x)
+* Grappelli 3.0.6 (Development version for Django 4.0, see branch Stable/3.0.x)
 * Grappelli 2.15.7 (Development version for Django 3.2, see branch 
Stable/2.15.x)
 
 Older versions are available at GitHub, but are not supported anymore.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/docs/changelog.rst 
new/django-grappelli-3.0.5/docs/changelog.rst
--- old/django-grappelli-3.0.4/docs/changelog.rst       2022-11-22 
15:03:04.000000000 +0100
+++ new/django-grappelli-3.0.5/docs/changelog.rst       2023-03-20 
15:14:34.000000000 +0100
@@ -8,9 +8,17 @@
 Changelog
 =========
 
-3.0.5 (not yet released)
+3.0.6 (not yet released)
 ------------------------
 
+3.0.5 (March 20th 2023)
+-----------------------
+
+* Removed package.json from jquery-ui.
+* Fixed change_list_filter_confirm peoduces wrong url parameters.
+* Fixed change_list_filter_confirm is using admin_list.admin_list_filter 
instead of grp_tags.admin_list_filter.
+* Added default for dummy template with dahboard (because of django-compressor 
offline compression).
+
 3.0.4 (November 22nd 2022)
 --------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/docs/conf.py 
new/django-grappelli-3.0.5/docs/conf.py
--- old/django-grappelli-3.0.4/docs/conf.py     2022-11-22 15:03:04.000000000 
+0100
+++ new/django-grappelli-3.0.5/docs/conf.py     2023-03-20 15:14:34.000000000 
+0100
@@ -52,9 +52,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '3.0.4'
+version = '3.0.5'
 # The full version, including alpha/beta/rc tags.
-release = '3.0.4'
+release = '3.0.5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/docs/index.rst 
new/django-grappelli-3.0.5/docs/index.rst
--- old/django-grappelli-3.0.4/docs/index.rst   2022-11-22 15:03:04.000000000 
+0100
+++ new/django-grappelli-3.0.5/docs/index.rst   2023-03-20 15:14:34.000000000 
+0100
@@ -4,7 +4,7 @@
    contain the root `toctree` directive.
 .. |grappelli| replace:: Grappelli
 .. |filebrowser| replace:: FileBrowser
-.. |grappelliversion| replace:: 3.0.4
+.. |grappelliversion| replace:: 3.0.5
 
 .. _index:
 
@@ -76,12 +76,12 @@
 
 **Grappelli is always developed against the latest stable Django release and 
is NOT tested with Django's master branch.**
 
-* Grappelli 3.0.4 (November 22nd, 2022): Compatible with Django 4.0
+* Grappelli 3.0.5 (March 20th, 2023): Compatible with Django 4.0
 * Grappelli 2.15.6 (November 22nd, 2022): Compatible with Django 3.2 (LTS)
 
 Current development branches:
 
-* Grappelli 3.0.5 (Development version for Django 4.0, see branch Stable/3.0.x)
+* Grappelli 3.0.6 (Development version for Django 4.0, see branch Stable/3.0.x)
 * Grappelli 2.15.7 (Development version for Django 3.2, see branch 
Stable/2.15.x)
 
 Older versions are available at GitHub, but are not supported anymore.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/docs/quickstart.rst 
new/django-grappelli-3.0.5/docs/quickstart.rst
--- old/django-grappelli-3.0.4/docs/quickstart.rst      2022-11-22 
15:03:04.000000000 +0100
+++ new/django-grappelli-3.0.5/docs/quickstart.rst      2023-03-20 
15:14:34.000000000 +0100
@@ -1,6 +1,6 @@
 .. |grappelli| replace:: Grappelli
 .. |filebrowser| replace:: FileBrowser
-.. |grappelliversion| replace:: 3.0.4
+.. |grappelliversion| replace:: 3.0.5
 
 .. _quickstart:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/grappelli/__init__.py 
new/django-grappelli-3.0.5/grappelli/__init__.py
--- old/django-grappelli-3.0.4/grappelli/__init__.py    2022-11-22 
15:03:04.000000000 +0100
+++ new/django-grappelli-3.0.5/grappelli/__init__.py    2023-03-20 
15:14:34.000000000 +0100
@@ -1 +1 @@
-VERSION = '3.0.4'
+VERSION = '3.0.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-grappelli-3.0.4/grappelli/dashboard/templates/grappelli/dashboard/dummy.html
 
new/django-grappelli-3.0.5/grappelli/dashboard/templates/grappelli/dashboard/dummy.html
--- 
old/django-grappelli-3.0.4/grappelli/dashboard/templates/grappelli/dashboard/dummy.html
     2022-11-22 15:03:04.000000000 +0100
+++ 
new/django-grappelli-3.0.5/grappelli/dashboard/templates/grappelli/dashboard/dummy.html
     2023-03-20 15:14:34.000000000 +0100
@@ -1 +1 @@
-{% extends template %}
+{% extends template|default:'grappelli/dashboard/dashboard.html' %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-grappelli-3.0.4/grappelli/static/grappelli/jquery/ui/package.json 
new/django-grappelli-3.0.5/grappelli/static/grappelli/jquery/ui/package.json
--- 
old/django-grappelli-3.0.4/grappelli/static/grappelli/jquery/ui/package.json    
    2022-11-22 15:03:04.000000000 +0100
+++ 
new/django-grappelli-3.0.5/grappelli/static/grappelli/jquery/ui/package.json    
    1970-01-01 01:00:00.000000000 +0100
@@ -1,72 +0,0 @@
-{
-       "name": "jquery-ui",
-       "title": "jQuery UI",
-       "description": "A curated set of user interface interactions, effects, 
widgets, and themes built on top of the jQuery JavaScript Library.",
-       "version": "1.13.0",
-       "homepage": "http://jqueryui.com";,
-       "author": {
-               "name": "jQuery Foundation and other contributors",
-               "url": 
"https://github.com/jquery/jquery-ui/blob/1.13.0/AUTHORS.txt";
-       },
-       "main": "ui/widget.js",
-       "maintainers": [
-               {
-                       "name": "Jörn Zaefferer",
-                       "email": "joern.zaeffe...@gmail.com",
-                       "url": "http://bassistance.de";
-               },
-               {
-                       "name": "Mike Sherov",
-                       "email": "mike.she...@gmail.com",
-                       "url": "http://mike.sherov.com";
-               },
-               {
-                       "name": "TJ VanToll",
-                       "email": "tj.vant...@gmail.com",
-                       "url": "http://tjvantoll.com";
-               },
-               {
-                       "name": "Felix Nagel",
-                       "email": "i...@felixnagel.com",
-                       "url": "http://www.felixnagel.com";
-               },
-               {
-                       "name": "Alex Schmitz",
-                       "email": "arschm...@gmail.com",
-                       "url": "https://github.com/arschmitz";
-               }
-       ],
-       "repository": {
-               "type": "git",
-               "url": "git://github.com/jquery/jquery-ui.git"
-       },
-       "bugs": "https://bugs.jqueryui.com/";,
-       "license": "MIT",
-       "scripts": {
-               "test": "grunt"
-       },
-       "dependencies": {
-               "jquery": ">=1.8.0 <4.0.0"
-       },
-       "devDependencies": {
-               "commitplease": "3.2.0",
-               "eslint-config-jquery": "3.0.0",
-               "glob": "7.1.7",
-               "grunt": "1.4.1",
-               "grunt-bowercopy": "1.2.5",
-               "grunt-cli": "1.4.3",
-               "grunt-compare-size": "0.4.2",
-               "grunt-contrib-concat": "1.0.1",
-               "grunt-contrib-csslint": "2.0.0",
-               "grunt-contrib-qunit": "5.0.1",
-               "grunt-contrib-requirejs": "1.0.0",
-               "grunt-contrib-uglify": "5.0.1",
-               "grunt-eslint": "23.0.0",
-               "grunt-git-authors": "3.2.0",
-               "grunt-html": "14.5.0",
-               "load-grunt-tasks": "5.1.0",
-               "rimraf": "3.0.2",
-               "testswarm": "1.1.2"
-       },
-       "keywords": []
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-grappelli-3.0.4/grappelli/templates/admin/change_list_filter_confirm.html
 
new/django-grappelli-3.0.5/grappelli/templates/admin/change_list_filter_confirm.html
--- 
old/django-grappelli-3.0.4/grappelli/templates/admin/change_list_filter_confirm.html
        2022-11-22 15:03:04.000000000 +0100
+++ 
new/django-grappelli-3.0.5/grappelli/templates/admin/change_list_filter_confirm.html
        2023-03-20 15:14:34.000000000 +0100
@@ -1,7 +1,7 @@
 {% extends "admin/base_site.html" %}
 
 <!-- LOADING -->
-{% load i18n grp_tags admin_urls static admin_list %}
+{% load i18n admin_urls static admin_list grp_tags %}
 
 <!-- STYLESHEETS -->
 {% block stylesheets %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/package.json 
new/django-grappelli-3.0.5/package.json
--- old/django-grappelli-3.0.4/package.json     2022-11-22 15:03:04.000000000 
+0100
+++ new/django-grappelli-3.0.5/package.json     2023-03-20 15:14:34.000000000 
+0100
@@ -1,6 +1,6 @@
 {
   "name": "Grappelli",
-  "version": "3.0.4",
+  "version": "3.0.5",
   "description": "A jazzy skin for the Django admin interface",
   "author": "Patrick Kranzlmueller, Axel Swoboda",
   "license": "New BSD",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-grappelli-3.0.4/setup.py 
new/django-grappelli-3.0.5/setup.py
--- old/django-grappelli-3.0.4/setup.py 2022-11-22 15:03:04.000000000 +0100
+++ new/django-grappelli-3.0.5/setup.py 2023-03-20 15:14:34.000000000 +0100
@@ -9,7 +9,7 @@
 
 setup(
     name='django-grappelli',
-    version='3.0.4',
+    version='3.0.5',
     description='A jazzy skin for the Django Admin-Interface.',
     long_description=read('README.rst'),
     url='http://django-grappelli.readthedocs.org',

Reply via email to