[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#440619: marked as done (ITA: nevow -- Web application templating system for Python and Twisted')



Your message dated Thu, 06 Sep 2007 20:47:21 +0000
with message-id <E1ITOG1-00050m-Ou@ries.debian.org>
and subject line Bug#440619: fixed in nevow 0.9.18-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Severity: normal

The current maintainer of nevow, Tommi Virtanen <tv@debian.org>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you are *sure* you will have enough time and attention to
work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: nevow
Binary: python-nevow
Version: 0.9.0-0.1
Priority: extra
Section: devel
Maintainer: Tommi Virtanen <tv@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
Build-Depends-Indep: python-twisted-core (>= 2.4), python-twisted-web (>= 0.6)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/n/nevow
Files:
 a2d2000024849f3880f9382c8a53b4d6 716 nevow_0.9.0-0.1.dsc
 4c744ea416b36dc9067b67e18c5707b5 476842 nevow_0.9.0.orig.tar.gz
 2d37a724805a46d2190f4f530625b55b 2996 nevow_0.9.0-0.1.diff.gz

Package: python-nevow
Priority: extra
Section: devel
Installed-Size: 2372
Maintainer: Tommi Virtanen <tv@debian.org>
Architecture: all
Source: nevow
Version: 0.9.0-0.1
Replaces: python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1)
Depends: python, python-support (>= 0.2), python-twisted-core (>= 2.4), python-twisted-web (>= 0.6)
Conflicts: python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1)
Filename: pool/main/n/nevow/python-nevow_0.9.0-0.1_all.deb
Size: 445106
MD5sum: 62513e8ade30c2954a4c546ae9a50dac
SHA1: 99f4542a36847adc93df111a66519e9663f819ed
SHA256: dfbf89f1cd7aa772cb4bfbc64f7616af2114751132e3c85eae11616088767eeb
Description: Web application templating system for Python and Twisted
 Nevow's main focus is on separating the HTML template from both the
 business logic and the display logic, while allowing the programmer
 to write pure Python code as much as possible. It separates your code
 into 'data' and 'render' functions, a simplified implementation of
 traditional MVC. It has various parts which can be used individually
 or as a whole, integrated web solution:
 .
  - XHTML templates: contain no programming logic, only nodes tagged
    with nevow attributes
  - data/render methods: simplified MVC
  - stan: An s-expression-like syntax for expressing xml in pure python
  - formless: For describing the types of objects which may be passed
    to methods of your classes, validating and coercing string input from
    either web or command-line sources, and calling your methods
    automatically once validation passes
  - freeform: For rendering web forms based on formless type
    descriptions, accepting form posts and passing them to formless
    validators, and rendering error forms in the event validation fails
  - livepage: Cross-browser JavaScript glue for sending client side
    events to the server and server side events to the client after the
    page has loaded, without causing the entire page to refresh
Python-Version: all
Tag: devel::lang:python, devel::library, implemented-in::python, web::scripting


-- 
  .''`.     Mario Iseli <mario@debian.org>
 : :'  :    Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system


--- End Message ---
--- Begin Message ---
Source: nevow
Source-Version: 0.9.18-1

We believe that the bug you reported is fixed in the latest version of
nevow, which is due to be installed in the Debian FTP archive:

nevow_0.9.18-1.diff.gz
  to pool/main/n/nevow/nevow_0.9.18-1.diff.gz
nevow_0.9.18-1.dsc
  to pool/main/n/nevow/nevow_0.9.18-1.dsc
nevow_0.9.18.orig.tar.gz
  to pool/main/n/nevow/nevow_0.9.18.orig.tar.gz
python-nevow_0.9.18-1_all.deb
  to pool/main/n/nevow/python-nevow_0.9.18-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 440619@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Bernat <bernat@luffy.cx> (supplier of updated nevow package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 03 Sep 2007 21:51:19 +0200
Source: nevow
Binary: python-nevow
Architecture: source all
Version: 0.9.18-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat <bernat@luffy.cx>
Changed-By: Vincent Bernat <bernat@luffy.cx>
Description: 
 python-nevow - Web application templating system for Python and Twisted
Closes: 376211 415553 435513 436679 440619
Changes: 
 nevow (0.9.18-1) unstable; urgency=low
 .
   * New upstream release (Closes: #415553).
   * Adopt the package (Closes: #440619).
   * Acknowledge NMU (Closes: #376211).
   * Clean /usr/share/doc/python-nevow, thanks to Jeroen van Wolffelaar
     <jeroen@wolffelaar.nl> (Closes: #436679).
   * Don't compress examples and explain how to launch them (Closes: #435513).
   * Add a watch file.
   * Clean debian/rules and fix trial invocation.
Files: 
 f544e220014d298729cd6c48ec5da9ba 717 devel extra nevow_0.9.18-1.dsc
 bfe34b75fe2264041511c76d312f700c 461144 devel extra nevow_0.9.18.orig.tar.gz
 4a05a8d745609cb9c7f094478c9b13ec 4496 devel extra nevow_0.9.18-1.diff.gz
 f6b10258b74a91d5d0979d9be74b4eff 449162 devel extra python-nevow_0.9.18-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG4Fl0nuQ3Rt5ZmAARArT6AJ9A5lz7aZDi/aX8UQJp0vXV/zFsegCfRCAj
9760HJwD2yw5heKzn9vraV0=
=qaP7
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: