commit python-django-dajaxice for openSUSE:Factory
Hello community, here is the log from the commit of package python-django-dajaxice for openSUSE:Factory checked in at 2012-12-28 22:47:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-dajaxice (Old) and /work/SRC/openSUSE:Factory/.python-django-dajaxice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-django-dajaxice", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-dajaxice/python-django-dajaxice.changes 2012-12-12 10:13:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-dajaxice.new/python-django-dajaxice.changes 2012-12-28 22:47:03.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Dec 20 11:13:50 UTC 2012 - alexandre@exatati.com.br + +- Update to 0.5.4.1: + * Fix JS generation errors. + +------------------------------------------------------------------- Old: ---- django-dajaxice-0.5.4.tar.bz2 New: ---- django-dajaxice-0.5.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-dajaxice.spec ++++++ --- /var/tmp/diff_new_pack.3l2yxW/_old 2012-12-28 22:47:04.000000000 +0100 +++ /var/tmp/diff_new_pack.3l2yxW/_new 2012-12-28 22:47:04.000000000 +0100 @@ -17,7 +17,7 @@ Name: python-django-dajaxice -Version: 0.5.4 +Version: 0.5.4.1 Release: 0 Url: http://dajaxproject.com Summary: Agnostic and easy to use ajax library for django ++++++ django-dajaxice-0.5.4.tar.bz2 -> django-dajaxice-0.5.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-dajaxice-0.5.4/AUTHORS new/django-dajaxice-0.5.4.1/AUTHORS --- old/django-dajaxice-0.5.4/AUTHORS 2012-11-25 14:54:09.000000000 +0100 +++ new/django-dajaxice-0.5.4.1/AUTHORS 2012-12-19 22:15:57.000000000 +0100 @@ -9,6 +9,7 @@ Francisco Vianna <@fvianna> Paweł Krawczyk <@kravietz> Michael Fladischer <michael@fladi.at> +Anton Agestam <msn@antonagestam.se> And the authors of: XmlHttpRequest.js project (License inside COPYING) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-dajaxice-0.5.4/PKG-INFO new/django-dajaxice-0.5.4.1/PKG-INFO --- old/django-dajaxice-0.5.4/PKG-INFO 2012-11-27 17:33:22.000000000 +0100 +++ new/django-dajaxice-0.5.4.1/PKG-INFO 2012-12-19 22:16:50.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: django-dajaxice -Version: 0.5.4 +Version: 0.5.4.1 Summary: Agnostic and easy to use ajax library for django Home-page: http://dajaxproject.com Author: Jorge Bastida diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-dajaxice-0.5.4/dajaxice/__init__.py new/django-dajaxice-0.5.4.1/dajaxice/__init__.py --- old/django-dajaxice-0.5.4/dajaxice/__init__.py 2012-11-27 17:30:08.000000000 +0100 +++ new/django-dajaxice-0.5.4.1/dajaxice/__init__.py 2012-12-19 22:15:08.000000000 +0100 @@ -1 +1 @@ -__version__ = (0, 5, 4, 0, 'beta') +__version__ = (0, 5, 4, 1, 'beta') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-dajaxice-0.5.4/dajaxice/templates/dajaxice/dajaxice_module_loop.js new/django-dajaxice-0.5.4.1/dajaxice/templates/dajaxice/dajaxice_module_loop.js --- old/django-dajaxice-0.5.4/dajaxice/templates/dajaxice/dajaxice_module_loop.js 2012-11-27 17:29:48.000000000 +0100 +++ new/django-dajaxice-0.5.4.1/dajaxice/templates/dajaxice/dajaxice_module_loop.js 2012-12-19 22:14:28.000000000 +0100 @@ -8,5 +8,4 @@ {% if not forloop.last %},{% endif %} {% endfor %} } - {% if not parent_foorloop.last %},{% endif %} {% endwith %} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-dajaxice-0.5.4/docs/changelog.rst new/django-dajaxice-0.5.4.1/docs/changelog.rst --- old/django-dajaxice-0.5.4/docs/changelog.rst 2012-11-27 17:31:12.000000000 +0100 +++ new/django-dajaxice-0.5.4.1/docs/changelog.rst 2012-12-19 22:15:44.000000000 +0100 @@ -1,6 +1,10 @@ Changelog ========= +0.5.4.1 +^^^^^^^ +* Fix JS generation errors. + 0.5.4 ^^^^^ * Fix JS generation errors. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/django-dajaxice-0.5.4/setup.py new/django-dajaxice-0.5.4.1/setup.py --- old/django-dajaxice-0.5.4/setup.py 2012-11-27 17:30:00.000000000 +0100 +++ new/django-dajaxice-0.5.4.1/setup.py 2012-12-19 22:15:02.000000000 +0100 @@ -2,7 +2,7 @@ setup( name='django-dajaxice', - version='0.5.4', + version='0.5.4.1', author='Jorge Bastida', author_email='me@jorgebastida.com', description='Agnostic and easy to use ajax library for django', -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de