Hello community,

here is the log from the commit of package python-feedzilla for openSUSE:Factory
checked in at Thu Sep 1 17:30:45 CEST 2011.



--------
--- python-feedzilla/python-feedzilla.changes   2011-04-13 21:06:15.000000000 
+0200
+++ python-feedzilla/python-feedzilla.changes   2011-08-31 16:14:49.000000000 
+0200
@@ -1,0 +2,12 @@
+Wed Aug 31 14:13:27 UTC 2011 - [email protected]
+
+- Smaller spec cleanup
+- Require python-django
+
+-------------------------------------------------------------------
+Sun Jul 17 18:54:39 UTC 2011 - [email protected]
+
+- Update to 0.1.19:
+  - Sorry, no changelog.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  feedzilla-0.1.17.tar.bz2

New:
----
  feedzilla-0.1.19.tar.bz2

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

Other differences:
------------------
++++++ python-feedzilla.spec ++++++
--- /var/tmp/diff_new_pack.C7tG1c/_old  2011-09-01 17:29:06.000000000 +0200
+++ /var/tmp/diff_new_pack.C7tG1c/_new  2011-09-01 17:29:06.000000000 +0200
@@ -15,52 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?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)")}
-
-%define mod_name feedzilla
 
-Name:           python-%{mod_name}
-Version:        0.1.17
+Name:           python-feedzilla
+Version:        0.1.19
 Release:        1
 Url:            http://bitbucket.org/lorien/feedzilla
 Summary:        Django application for atom/rss feeds aggregation
 License:        BSD
 Group:          Development/Languages/Python
-Source:         %{mod_name}-%{version}.tar.bz2
+Source:         feedzilla-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
+Requires:       python-django
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Django application for atom/rss feeds aggregation i.e. planet engine.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n feedzilla-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-# You may have to add additional files here (documentation and binaries mostly)
-%python_sitelib/%{mod_name}*
-%python_sitelib/*.egg-info
 %doc README
+%{python_sitelib}/*
 
 %changelog

++++++ feedzilla-0.1.17.tar.bz2 -> feedzilla-0.1.19.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/MANIFEST.in 
new/feedzilla-0.1.19/MANIFEST.in
--- old/feedzilla-0.1.17/MANIFEST.in    2011-03-03 13:46:11.000000000 +0100
+++ new/feedzilla-0.1.19/MANIFEST.in    2011-07-17 10:19:11.000000000 +0200
@@ -1,2 +1,2 @@
-recursive-include feedzilla *
-global-exclude *.pyc
+recursive-include feedzilla/templates *.html
+recursive-include feedzilla/static *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/PKG-INFO 
new/feedzilla-0.1.19/PKG-INFO
--- old/feedzilla-0.1.17/PKG-INFO       2011-04-13 13:07:34.000000000 +0200
+++ new/feedzilla-0.1.19/PKG-INFO       2011-07-17 11:20:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: feedzilla
-Version: 0.1.17
+Version: 0.1.19
 Summary: Django application for atom/rss feeds aggregation i.e. planet engine
 Home-page: http://bitbucket.org/lorien/feedzilla
 Author: Grigoriy Petukhov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/admin.py 
new/feedzilla-0.1.19/feedzilla/admin.py
--- old/feedzilla-0.1.17/feedzilla/admin.py     2011-03-26 07:56:23.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/admin.py     2011-07-17 10:19:57.000000000 
+0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from urlparse import urlsplit
 
 from django.contrib import admin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/filter.py 
new/feedzilla-0.1.19/feedzilla/filter.py
--- old/feedzilla-0.1.17/feedzilla/filter.py    2011-03-13 22:16:45.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/filter.py    2011-07-17 10:19:57.000000000 
+0200
@@ -2,6 +2,9 @@
 I do not using re.I flag in regexps because of current locale does not affect
 on it. So the solution is to make both searchable text and regexp in lower 
case.
 """
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import re
 import locale
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/forms.py 
new/feedzilla-0.1.19/feedzilla/forms.py
--- old/feedzilla-0.1.17/feedzilla/forms.py     2011-03-07 16:27:23.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/forms.py     2011-07-17 10:19:57.000000000 
+0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8 -*-
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from django import forms
 from django.core.mail import mail_admins
 from django.utils.translation import ugettext_lazy as _
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_analyze.py 
new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_analyze.py
--- old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_analyze.py     
2011-03-14 21:24:19.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_analyze.py     
2011-07-17 10:19:57.000000000 +0200
@@ -1,6 +1,9 @@
 """
 Script for searching invalid or obsolete feeds.
 """
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from grab import Grab
 import re
 from urlparse import urlsplit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_refilter.py 
new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_refilter.py
--- old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_refilter.py    
2011-03-03 13:46:11.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_refilter.py    
2011-07-17 10:19:57.000000000 +0200
@@ -1,3 +1,6 @@
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import logging
 from datetime import datetime
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_stats.py 
new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_stats.py
--- old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_stats.py       
2011-03-03 13:46:11.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_stats.py       
2011-07-17 10:19:57.000000000 +0200
@@ -1,3 +1,6 @@
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import logging
 import os.path
 from datetime import datetime
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_update.py 
new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_update.py
--- old/feedzilla-0.1.17/feedzilla/management/commands/feedzilla_update.py      
2011-04-09 19:02:34.000000000 +0200
+++ new/feedzilla-0.1.19/feedzilla/management/commands/feedzilla_update.py      
2011-07-17 11:19:55.000000000 +0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8 -*-
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import logging
 from datetime import datetime
 import re
@@ -10,8 +13,6 @@
 from feedzilla.models import Feed, Post
 from feedzilla import settings
 
-REX_TAGS_TAIL = re.compile(',[^,]*')
-
 class Command(BaseCommand):
     help = u'Update feeds'
 
@@ -25,7 +26,11 @@
             proc = getattr(module, cls)()
             processors.append(proc)
 
-        for feed in Feed.objects.filter(active=True):
+        qs = Feed.objects.filter(active=True)
+        if len(args):
+            qs = qs.filter(feed_url__icontains=args[0])
+
+        for feed in qs:
             logging.debug('parsing %s' % feed.feed_url)
 
             resp = parse_feed(feed.feed_url, etag=feed.etag,
@@ -35,17 +40,23 @@
             else:
                 new_posts = 0
                 for entry in resp['entries']:
+
                     try:
                         Post.objects.get(guid=entry['guid'])
                     except Post.DoesNotExist:
+
                         tags = entry['tags']
                         if settings.FEEDZILLA_TAGS_LOWERCASE:
                             tags = set(x.lower() for x in tags)
-
-                        # Strip tags to 255 chars string
-                        # because of TagField limitation
-                        tags = ', '.join(tags)
-                        tags = REX_TAGS_TAIL.sub('', tags)[:255]
+                        # Sum of tags lengths should not be
+                        # more than 255 chars
+                        newtags = []
+                        size = 0
+                        for tag in tags:
+                            size += (len(tag) + 2)
+                            if size <= 255:
+                                newtags.append(tag)
+                        tags = newtags
 
                         post = Post(
                             feed=feed,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/migrations/0001_initial.py 
new/feedzilla-0.1.19/feedzilla/migrations/0001_initial.py
--- old/feedzilla-0.1.17/feedzilla/migrations/0001_initial.py   2011-03-26 
07:27:19.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/migrations/0001_initial.py   2011-07-17 
10:19:57.000000000 +0200
@@ -1,4 +1,7 @@
 # encoding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import datetime
 from south.db import db
 from south.v2 import SchemaMigration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/migrations/0002_auto__add_field_feed_created.py 
new/feedzilla-0.1.19/feedzilla/migrations/0002_auto__add_field_feed_created.py
--- 
old/feedzilla-0.1.17/feedzilla/migrations/0002_auto__add_field_feed_created.py  
    2011-03-26 07:27:51.000000000 +0100
+++ 
new/feedzilla-0.1.19/feedzilla/migrations/0002_auto__add_field_feed_created.py  
    2011-07-17 10:19:57.000000000 +0200
@@ -1,4 +1,7 @@
 # encoding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import datetime
 from south.db import db
 from south.v2 import SchemaMigration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/migrations/0003_auto__add_field_feed_post_count__add_field_feed_active_post_count.py
 
new/feedzilla-0.1.19/feedzilla/migrations/0003_auto__add_field_feed_post_count__add_field_feed_active_post_count.py
--- 
old/feedzilla-0.1.17/feedzilla/migrations/0003_auto__add_field_feed_post_count__add_field_feed_active_post_count.py
 2011-03-26 07:30:07.000000000 +0100
+++ 
new/feedzilla-0.1.19/feedzilla/migrations/0003_auto__add_field_feed_post_count__add_field_feed_active_post_count.py
 2011-07-17 10:19:57.000000000 +0200
@@ -1,4 +1,7 @@
 # encoding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import datetime
 from south.db import db
 from south.v2 import SchemaMigration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/models.py 
new/feedzilla-0.1.19/feedzilla/models.py
--- old/feedzilla-0.1.17/feedzilla/models.py    2011-03-26 07:37:08.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/models.py    2011-07-17 10:19:57.000000000 
+0200
@@ -1,4 +1,7 @@
 # -*- coding:utf-8 -*-
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from urlparse import urlsplit
 import re
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/processors/content_filter.py 
new/feedzilla-0.1.19/feedzilla/processors/content_filter.py
--- old/feedzilla-0.1.17/feedzilla/processors/content_filter.py 2011-03-28 
20:12:59.000000000 +0200
+++ new/feedzilla-0.1.19/feedzilla/processors/content_filter.py 2011-07-17 
10:19:57.000000000 +0200
@@ -4,6 +4,9 @@
 I do not using re.I flag in regexps because of current locale does not affect
 on it. So the solution is to make both searchable text and regexp in lower 
case.
 """
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import re
 import locale
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/settings.py 
new/feedzilla-0.1.19/feedzilla/settings.py
--- old/feedzilla-0.1.17/feedzilla/settings.py  2011-03-28 20:08:14.000000000 
+0200
+++ new/feedzilla-0.1.19/feedzilla/settings.py  2011-07-17 10:19:57.000000000 
+0200
@@ -1,3 +1,6 @@
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 FEEDZILLA_PAGE_SIZE = 25
 FEEDZILLA_SUMMARY_SIZE = 2000
 FEEDZILLA_SITE_TITLE = 'Yet another feedzilla site'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/signals.py 
new/feedzilla-0.1.19/feedzilla/signals.py
--- old/feedzilla-0.1.17/feedzilla/signals.py   2011-03-03 13:46:11.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/signals.py   2011-07-17 10:19:57.000000000 
+0200
@@ -1,3 +1,6 @@
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from django.db.models.signals import post_save
 
 from feedzilla.models import Post
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/syndication.py 
new/feedzilla-0.1.19/feedzilla/syndication.py
--- old/feedzilla-0.1.17/feedzilla/syndication.py       2011-03-03 
13:46:11.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/syndication.py       2011-07-17 
10:19:57.000000000 +0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8 -*-
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import os
 from datetime import datetime
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/feedzilla-0.1.17/feedzilla/templatetags/feedzilla_tags.py 
new/feedzilla-0.1.19/feedzilla/templatetags/feedzilla_tags.py
--- old/feedzilla-0.1.17/feedzilla/templatetags/feedzilla_tags.py       
2011-03-20 19:29:22.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/templatetags/feedzilla_tags.py       
2011-07-17 10:19:57.000000000 +0200
@@ -1,3 +1,6 @@
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import random
 
 from django import template
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/tests.py 
new/feedzilla-0.1.19/feedzilla/tests.py
--- old/feedzilla-0.1.17/feedzilla/tests.py     2011-03-19 05:34:22.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/tests.py     2011-07-17 10:19:57.000000000 
+0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8 -*-
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from datetime import datetime
 import os.path
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/urls.py 
new/feedzilla-0.1.19/feedzilla/urls.py
--- old/feedzilla-0.1.17/feedzilla/urls.py      2011-03-13 21:16:01.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/urls.py      2011-07-17 10:19:57.000000000 
+0200
@@ -1,3 +1,6 @@
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 from django.conf.urls.defaults import *
 
 from feedzilla.syndication import PostFeed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/util/clean.py 
new/feedzilla-0.1.19/feedzilla/util/clean.py
--- old/feedzilla-0.1.17/feedzilla/util/clean.py        2011-04-13 
13:06:11.000000000 +0200
+++ new/feedzilla-0.1.19/feedzilla/util/clean.py        2011-07-17 
10:19:57.000000000 +0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 
 import htmldata
 from BeautifulSoup import BeautifulSoup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/util/parse.py 
new/feedzilla-0.1.19/feedzilla/util/parse.py
--- old/feedzilla-0.1.17/feedzilla/util/parse.py        2011-03-20 
11:58:13.000000000 +0100
+++ new/feedzilla-0.1.19/feedzilla/util/parse.py        2011-07-17 
10:19:57.000000000 +0200
@@ -10,6 +10,9 @@
 Also `parse_feed` tries to parse non-English variants of updated time and
 extract tags.
 """
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import locale
 import sha
 import re
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla/views.py 
new/feedzilla-0.1.19/feedzilla/views.py
--- old/feedzilla-0.1.17/feedzilla/views.py     2011-03-20 16:50:38.000000000 
+0100
+++ new/feedzilla-0.1.19/feedzilla/views.py     2011-07-17 10:19:57.000000000 
+0200
@@ -1,4 +1,7 @@
 # -*- coding: utf-8
+# Copyright: 2011, Grigoriy Petukhov
+# Author: Grigoriy Petukhov (http://lorien.name)
+# License: BSD
 import re
 
 from django.core.urlresolvers import reverse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/feedzilla.egg-info/PKG-INFO 
new/feedzilla-0.1.19/feedzilla.egg-info/PKG-INFO
--- old/feedzilla-0.1.17/feedzilla.egg-info/PKG-INFO    2011-04-13 
13:07:33.000000000 +0200
+++ new/feedzilla-0.1.19/feedzilla.egg-info/PKG-INFO    2011-07-17 
11:20:23.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: feedzilla
-Version: 0.1.17
+Version: 0.1.19
 Summary: Django application for atom/rss feeds aggregation i.e. planet engine
 Home-page: http://bitbucket.org/lorien/feedzilla
 Author: Grigoriy Petukhov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedzilla-0.1.17/setup.py 
new/feedzilla-0.1.19/setup.py
--- old/feedzilla-0.1.17/setup.py       2011-04-13 13:07:05.000000000 +0200
+++ new/feedzilla-0.1.19/setup.py       2011-07-17 11:20:08.000000000 +0200
@@ -1,40 +1,15 @@
-import os
-from setuptools import setup
-
-# Compile the list of packages available, because distutils doesn't have
-# an easy way to do this.
-
-packages, data_files = [], []
-root_dir = os.path.dirname(__file__)
-if root_dir:
-    os.chdir(root_dir)
-
-PACKAGE = 'feedzilla'
-
-for dirpath, dirnames, filenames in os.walk(PACKAGE):
-    for i, dirname in enumerate(dirnames):
-        if dirname in ['.', '..']:
-            del dirnames[i]
-    if '__init__.py' in filenames:
-        pkg = dirpath.replace(os.path.sep, '.')
-        if os.path.altsep:
-            pkg = pkg.replace(os.path.altsep, '.')
-        packages.append(pkg)
-    elif filenames:
-        prefix = dirpath[len(PACKAGE) + 1:] # Strip package directory + path 
separator
-        for f in filenames:
-            data_files.append(os.path.join(prefix, f))
+from setuptools import setup, find_packages
 
 setup(
-    version = '0.1.17',
+    name = 'feedzilla',
+    version = '0.1.19',
     description = 'Django application for atom/rss feeds aggregation i.e. 
planet engine',
+    url = 'http://bitbucket.org/lorien/feedzilla',
     author = 'Grigoriy Petukhov',
     author_email = '[email protected]',
-    url = 'http://bitbucket.org/lorien/feedzilla',
-    name = 'feedzilla',
 
-    packages = packages,
-    package_data = {'feedzilla': data_files},
+    packages = find_packages(),
+    include_package_data = True,
 
     license = "BSD",
     keywords = "django application feeds syndication aggregation atom rss 
planet",


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to