Hello community,

here is the log from the commit of package python-django-navigation for 
openSUSE:Factory
checked in at Tue Aug 2 17:24:55 CEST 2011.



--------
--- python-django-navigation/python-django-navigation.changes   2011-04-19 
02:51:29.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/python-django-navigation/python-django-navigation.changes
      2011-05-09 04:23:39.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May  9 02:21:08 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.8.1:
+  - Sorry, no changelog.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  django-navigation-0.8.0.tar.bz2

New:
----
  django-navigation-0.8.1.tar.bz2

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

Other differences:
------------------
++++++ python-django-navigation.spec ++++++
--- /var/tmp/diff_new_pack.9DUo4h/_old  2011-08-02 17:19:57.000000000 +0200
+++ /var/tmp/diff_new_pack.9DUo4h/_new  2011-08-02 17:19:57.000000000 +0200
@@ -22,7 +22,7 @@
 %define mod_name django-navigation
 
 Name:           python-%{mod_name}
-Version:        0.8.0
+Version:        0.8.1
 Release:        1
 Url:            http://bitbucket.org/neithere/django-navigation/
 Summary:        Extensible breadcrumbs navigation for Django
@@ -59,9 +59,6 @@
 %files
 %defattr(-,root,root,-)
 %doc README
-%python_sitelib/navigation*
-%if 0%{?suse_version} >= 1100
-%python_sitelib/*.egg-info
-%endif
+%{python_sitelib}/*
 
 %changelog

++++++ django-navigation-0.8.0.tar.bz2 -> django-navigation-0.8.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-navigation-0.8.0/PKG-INFO 
new/django-navigation-0.8.1/PKG-INFO
--- old/django-navigation-0.8.0/PKG-INFO        2011-04-16 11:09:08.000000000 
+0200
+++ new/django-navigation-0.8.1/PKG-INFO        2011-05-08 22:29:32.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-navigation
-Version: 0.8.0
+Version: 0.8.1
 Summary: Extensible breadcrumbs navigation for Django.
 Home-page: http://bitbucket.org/neithere/django-navigation/
 Author: Andy Mikhailenko
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-navigation-0.8.0/_version.py 
new/django-navigation-0.8.1/_version.py
--- old/django-navigation-0.8.0/_version.py     2011-04-16 11:05:11.000000000 
+0200
+++ new/django-navigation-0.8.1/_version.py     2011-05-08 22:28:53.000000000 
+0200
@@ -4,4 +4,4 @@
 # tests coverage, b) sphinx and setup.py properly import the version from a
 # single place so that I don't have to edit it always here and there.
 
-version = '0.8.0'
+version = '0.8.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-navigation-0.8.0/navigation/templatetags/navigation_tags.py 
new/django-navigation-0.8.1/navigation/templatetags/navigation_tags.py
--- old/django-navigation-0.8.0/navigation/templatetags/navigation_tags.py      
2010-10-09 06:54:11.000000000 +0200
+++ new/django-navigation-0.8.1/navigation/templatetags/navigation_tags.py      
2011-05-08 22:28:53.000000000 +0200
@@ -144,7 +144,7 @@
     warnings.warn('Template filter "get_title" is deprecated. Use "breadcrumb"'
                   ' tag instead. See django-navigation documentation for'
                   ' details.', DeprecationWarning)
-    return find_crumb(request)
+    return find_crumb(context['request'])
 
 @register.filter
 def get_sections(request):
@@ -184,7 +184,7 @@
     """ Returns the trail of :term:`breadcrumbs`. Each breadcrumb is
     represented by a :class:`navigation.helpers.Crumb` instance.
     """
-    return _get_trail(request, exclude_section=False)
+    return _get_trail(context['request'], exclude_section=False)
 
 @register.filter
 def get_navigation(request):


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



Remember to have fun...

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

Reply via email to