Change logs for cython source package in Zesty

  • cython (0.25.2-1) unstable; urgency=medium
    
      * Upstream release
        - resolves issues with complex numbers' powers (Closes: #846268)
        - includes lshift_32bit_ftbfs.patch
        - various other fixes
      * debian/rules
        - skip for now numpy_test test leading to FTBFS (Closes: #848753)
          reported upstream: https://github.com/cython/cython/issues/1589
      * debian/patches
        - debup_verify_resolution_GH1533 as a workaround for 
          https://github.com/cython/cython/issues/158
    
     -- Yaroslav Halchenko <email address hidden>  Mon, 23 Jan 2017 17:04:46 -0500
  • cython (0.25.2~b0-2) unstable; urgency=medium
    
      * Patch lshift_32bit_ftbfs.patch absorbing two latest fixes from upstream
        to resolve failing tests on i386 etc. Thanks Tobias Hansen for preping
        the patch (Closes: #845696)
    
     -- Yaroslav Halchenko <email address hidden>  Sun, 27 Nov 2016 22:01:10 -0500
  • cython (0.25.2~b0-1) unstable; urgency=medium
    
      * Fresh upstream beta bugfix release (Closes: #842296)
      * Tools/cython-mode.el installed under usr/share/emacs/site-lisp as a
        part of cython package (there is no -common yet, and python still 
        defaults to 2) (Closes: #794844)
      * Pass --shard_count= to runtests.py to run tests in parallel to
        speed up package build time. Although we do not parallelize build,
        tests are consuming significant portion of build time (Closes: #750841)
    
     -- Yaroslav Halchenko <email address hidden>  Sat, 19 Nov 2016 22:42:00 -0500
  • cython (0.24.1-2) unstable; urgency=medium
    
      * patches/deb_nopngmath
        - disable pngmath sphinx extension (deprecated)
      * debian/rules
        - call 'make clean' and remove possible Cython.egg-info and docs/build
          to clean sources fully (Closes: #833951)
    
     -- Yaroslav Halchenko <email address hidden>  Thu, 11 Aug 2016 13:50:15 -0400