[Calypso] Version 1.2 released

Thomas Klausner tk at giga.or.at
Mon Sep 23 23:44:50 PDT 2013


On Mon, Sep 23, 2013 at 02:21:23PM -0700, Keith Packard wrote:
> Yup, it's uploaded and linked from http://keithp.com/calypso

Thanks.

> The released 1.2 has some additional build process files included, but
> is otherwise identical to the debian verison. The goal of those changes
> is to make future releases more consistent and automated.

Suggestions for the next release:

* Put the files in the tarball in a directory calypso-1.x again (was
  there in calypso-1.1, gone in 1.2).

* update the egg name -- it's still Calypso-1.1, should be Calypso-1.2
  (see patch)

* perhaps downcase the egg name to match the tarball name

Cheers,
 Thomas
-------------- next part --------------
$NetBSD$

--- calypso/__init__.py.orig	2013-09-20 17:59:23.000000000 +0000
+++ calypso/__init__.py
@@ -61,7 +61,7 @@ formatter = logging.Formatter("%(message
 ch.setFormatter (formatter)
 log.addHandler(ch)
 
-VERSION = "1.1"
+VERSION = "1.2"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""


More information about the Calypso mailing list