From 3371ca47c71f74bf0e2f083da470065d3008aecf Mon Sep 17 00:00:00 2001 From: dmach Date: Nov 05 2009 09:20:22 +0000 Subject: update to kobo-0.2.0 --- diff --git a/.cvsignore b/.cvsignore index 769c86e..c218676 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -kobo-0.1.2.tar.bz2 +kobo-0.2.0.tar.bz2 diff --git a/kobo.spec b/kobo.spec index d20942c..cc91412 100644 --- a/kobo.spec +++ b/kobo.spec @@ -5,8 +5,7 @@ %define py_sitedir %{py_libdir}/site-packages %define debug_package %{nil} - -%define version 0.1.2 +%define version 0.2.0 %define release 1 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build) %define git %{nil} @@ -63,7 +62,6 @@ CLI client. Summary: Worker daemon processing tasks submitted to the hub Group: Development/Libraries Requires: kobo = %{version}-%{release} -Requires: python-krbV %description worker Worker daemon processing tasks submitted to the hub. @@ -74,9 +72,6 @@ Summary: Xml-rpc and web interface to a task database Group: Development/Libraries Requires: kobo = %{version}-%{release} Requires: Django >= 1 -Requires: httpd -Requires: mod_auth_kerb -Requires: postgresql-server %description hub Hub is a xml-rpc and web interface to a task database. @@ -108,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %{py_sitedir}/kobo/*.py* +%doc AUTHORS +%doc COPYING +%doc LICENSE %files django @@ -131,6 +129,23 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 5 2009 Daniel Mach - 0.2.0-1 +- Rewrite menu to get rid of tuples in menu definition. Always use MenuItem classes. (Daniel Mach) +- Send task logs to hub to enable realtime log watching. (Daniel Mach) +- Add menu_item helper. (Tomas Kopecek) +- New version of menu component. (Tomas Kopecek) +- Order tasks to assign by priority first. (Daniel Mach) +- Fix spacing errors to be more PEP 8 compliant. (Daniel Mach) +- Handle SystemExit in TaskManager.run_task(). (Daniel Mach) +- Add a shortcut and pkgset support for computing hashlib based hashes. (Daniel Mach) +- Add hack enabling 'VERBOSE' log level in the python logging module and Logger class. (Daniel Mach) +- Run tests in alphabetical order. (Daniel Mach) +- Fix TaskAdmin to search for user in correct db field. (Tomas Kopecek) +- More convenient admin listing for Worker model. (Tomas Kopecek) +- Add files to cache faster (skip stat call when possible). (Tomas Kopecek) +- Remove deps on postgresql, httpd, mod_auth_kerb and python-krbV. +- Add AUTHORS, COPYING and LICENSE to kobo.rpm. + * Tue Aug 18 2009 Daniel Mach - 0.1.2-1 - Read default paginate_by value from settings in kobo.django.views.generic.object_list. (Tomas Kopecek) - Add read_from_file() and rename save() to save_to_file() in kobo.shortcuts. (Daniel Mach) @@ -164,5 +179,6 @@ rm -rf $RPM_BUILD_ROOT - Do not allow to register plugins to PluginContainer base class. Add several tests. (Daniel Mach) - Add test runner. (Daniel Mach) - Add support for empty submenus. (Martin Magr) + * Wed Jun 17 2009 Daniel Mach - 0.1.0-1 - first release diff --git a/sources b/sources index d0bcf62..ded0526 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -122aa3b0b2a1cec7a71cfbed8b54f51b kobo-0.1.2.tar.bz2 +16052e7268a86561412a0a59448dbf1b kobo-0.2.0.tar.bz2