[kobo/el5/master] Bump to new upstream version - 0.3.3.

dmach dmach at fedoraproject.org
Tue Feb 1 13:47:24 UTC 2011


commit 5ce38433e522db09e3e4640bcacd90c4455bfe99
Author: Daniel Mach <dmach at redhat.com>
Date:   Tue Feb 1 14:47:19 2011 +0100

    Bump to new upstream version - 0.3.3.

 .gitignore |    2 +-
 kobo.spec  |   27 ++++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d77dd6b..863201d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kobo-0.3.2.tar.bz2
+/kobo-0.3.3.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index 55e4989..e3541e2 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -5,7 +5,7 @@
 %define py_sitedir %{py_libdir}/site-packages
 %define debug_package %{nil}
 
-%define version 0.3.2
+%define version 0.3.3
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -162,6 +162,31 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb  1 2011 Daniel Mach <dmach at redhat.com> - 0.3.3-1
+- Replace double underscores with dots in xmlrpc method names. (Daniel Mach)
+- Fix regex in test_tback.py so unit tests pass. (Daniel Mach)
+- Fix session handling in worker. (Daniel Mach)
+- Fix kobo.Traceback to return empty string on no exception. Add traceback tests. (Tomas Kopecek)
+- Simplify hub deployment (add menu and template to default). Tweak kobo-admin templates. (Daniel Mach)
+- Add a warning about a possibly read-only database to the worker middleware assert. (Daniel Mach)
+- Add task notification() and cleanup() class methods. (Daniel Mach)
+- Revamp hub urls and admin templates. (Daniel Mach)
+- Prevent a race condition when using CookieTransport in threads in py2.7. (Daniel Mach)
+- Add unit test for EnumItem.change_state() return value. (Daniel Mach)
+- StateEnum.change_state() now returns bool as documented. (Martin Magr)
+- Command argument in kobo.shortcuts.run() can be also a list now. (Daniel Mach)
+- Strip path from nvr in kobo.rpmlib.parse_nvr() and parse_nvra(). (Daniel Mach)
+- Exclude XML-RPC from CSRF processing. (Daniel Mach)
+- Add stdin data support to kobo.shortcuts.run(). (Daniel Mach)
+- Add kobo.shortcuts.iter_chunks() to iterate through a list, string or generator and yield chunks of defined size. (Daniel Mach)
+- Raise an exception when spawn_subtask() or wait() method is called in a foreground task. (Daniel Mach)
+- Add constructor to kobo.django.hacks.UserChangeForm to fix maximum recursion depth error. (Daniel Mach)
+- Fix username max_length hack to work with Django 1.2.1. (Martin Bukatovic)
+- Add kobo.notification module to send email notifications. (Daniel Mach)
+- Process kobo.shortcuts.run() logging in chunks and print data immediately. (Daniel Mach)
+- Subtasks have to follow parent's channel and arch. (Martin Magr)
+- Compute elapsed time for running tasks. (Tomas Kopecek)
+
 * Wed Oct 27 2010 Daniel Mach <dmach at redhat.com> - 0.3.2-1
 - Fix XML-RPC transports to make them work in py2.5 and py2.6. (Daniel Mach)
 - Automatically scroll the task log window when we're at the bottom of the page. (Daniel Mach)
diff --git a/sources b/sources
index b91f690..3643d6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1255ada19fe164a1aa4de8519e993644  kobo-0.3.2.tar.bz2
+33b8a90739f0f08b5965344b0dc0ce0f  kobo-0.3.3.tar.bz2


More information about the scm-commits mailing list