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

Please unblock python-django 1.0.2-1



Hi -release,

Please unblock python-django 1.0.2-1. The associated changelog entry is:

   python-django (1.0.2-1) unstable; urgency=low

     [ Chris Lamb ]
     * New upstream bugfix release. Closes: #505783
     * Add myself to Uploaders with ACK from Brett.

     [ David Spreen ]
     * Remove python-pysqlite2 from Recommends because Python 2.5 includes
       sqlite library used by Django. Closes: 497886

     [ Sandro Tosi ]
     * debian/control
       - switch Vcs-Browser field to viewsvn

This is an upstream bugfix release with over 200 bug fixes [0], contains no
new features and has no known backwards compatible changes [1] [2].

The debdiff is *large*. However, looking closer, about 45% of the diff is
purely updates to translations and a large amount of the remainder is
whitespace changes, including code indentation changes, fixing trailing
whitespace and changes to newlines at end of files.

To attempt to identify the number of actual "code" lines changed, we try and
ignore tests, documentation, locales and Debian-specific changes:

  % debdiff [..] | \
      egrep -v (tests|docs|locale|debian)' | \
      awk -F'|' '{ sum += $2 } END { print sum }
  % 2038

This figure still includes inline documentation and other miscellany.

Regards,


/Lamby

[0] http://code.djangoproject.com/log/django/branches/releases/1.0.X
[1] http://docs.djangoproject.com/en/dev/releases/1.0.1/
[2] http://docs.djangoproject.com/en/dev/releases/1.0.2/

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org
       `-

Attachment: signature.asc
Description: PGP signature


Reply to: