pkgsrc-WIP-cvs archive

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

CVS commit: wip/py-djvulibre



Module name:    wip
Committed by:   ryo-on
Date:           Sat Feb 19 21:54:30 UTC 2011

Modified Files:
        wip/py-djvulibre: Makefile PLIST distinfo

Log Message:
Update to 0.3.2.

Changelog:
python-djvulibre (0.3.2) unstable; urgency=low

  * Python  2.6: make djvu.sexpr.ListExpression a virtual subclass of
    collections.MutableSequence ().
  * Add append, count, extend, index, insert, pop, remove and reverse methods
    for list expressions.
  * Add += and del operators for list expressions.
  * Fix compatibility with Cython 0.12.
  * Fix compatibility with some non-POSIX operating systems.
  * Add work-around for <http://bugs.python.org/issue969718>.
  * Improve setup.py:
    + Add work-around for <http://bugs.debian.org/607112>.
    + Make clean --all remove temporary *.pxi and *.c files.
    + Don't import Cython modules; calls the cython binary instead.
    + Allow cross-compilation using MinGW cross compiler.

 -- Jakub Wilk <jwilk%jwilk.net@localhost>  Wed, 15 Dec 2010 21:17:39 +0100

python-djvulibre (0.3.1) unstable; urgency=low

  * Add another example program.
  * Fix encoding issues with djvu.decode.ErrorMessage. Thanks to Kyrill
    Detinov for the bug report.

 -- Jakub Wilk <jwilk%jwilk.net@localhost>  Fri, 19 Nov 2010 17:44:51 +0100


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/py-djvulibre/PLIST \
    wip/py-djvulibre/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/py-djvulibre/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-djvulibre/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-djvulibre/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-djvulibre/Makefile?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index