Skip to content

Commit

Permalink
Update py-weasyprint to 0.26.
Browse files Browse the repository at this point in the history
Version 0.26
------------

Released on 2016-01-29.

New features:

* Support the `empty-cells` attribute.
* Respect table, column and cell widths.

Bug fixes:

* `#172: <https://github.com/Kozea/WeasyPrint/issues/172>`_:
  Unable to set table column width on tables td's.
* `#151: <https://github.com/Kozea/WeasyPrint/issues/151>`_:
  Table background colour bleeds beyond table cell boundaries.
* `#260: <https://github.com/Kozea/WeasyPrint/issues/260>`_:
  TypeError: unsupported operand type(s) for +: 'float' and 'str'.
* `#288: <https://github.com/Kozea/WeasyPrint/issues/288>`_:
  Unwanted line-breaks in bold text.
* `#286: <https://github.com/Kozea/WeasyPrint/issues/286>`_:
  AttributeError: 'Namespace' object has no attribute 'attachments'.
  • Loading branch information
kleink committed Feb 18, 2016
1 parent 131f5f0 commit 8baa69b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions print/py-weasyprint/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2016/01/08 12:51:53 kleink Exp $
# $NetBSD: Makefile,v 1.3 2016/02/18 17:30:18 kleink Exp $

DISTNAME= WeasyPrint-0.25
DISTNAME= WeasyPrint-0.26
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/}
Expand Down
10 changes: 5 additions & 5 deletions print/py-weasyprint/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.3 2016/01/08 12:51:53 kleink Exp $
$NetBSD: distinfo,v 1.4 2016/02/18 17:30:18 kleink Exp $

SHA1 (WeasyPrint-0.25.tar.gz) = f75fe7d4c076aeecb47fc80484e9867256261c46
RMD160 (WeasyPrint-0.25.tar.gz) = c52991c0b59645becec5cc68347654c3d27ae109
SHA512 (WeasyPrint-0.25.tar.gz) = df36d3a7918f767f13523de2acc6593d4c9b55f1ac46389e7caa3b7b6a956b3130cb6d02cea2fe20d6a0686ed9063784352003ad7e2ee30be7ab8cfb80aeb6c2
Size (WeasyPrint-0.25.tar.gz) = 349566 bytes
SHA1 (WeasyPrint-0.26.tar.gz) = c500a0910aab12cdcd28f14084eccbe4ae0f5ed8
RMD160 (WeasyPrint-0.26.tar.gz) = c87decae9626ed7ce14edeb79132e64edfdd0aaf
SHA512 (WeasyPrint-0.26.tar.gz) = 165ff0927cb644abd800fad1f31d2d302cf1a6e8cb2422a149ba41b0f8a6633e6f4d3a11f61c51be63dbb03244716327299feb45bd7737d44df29df5f2b8b0c8
Size (WeasyPrint-0.26.tar.gz) = 352596 bytes
SHA1 (patch-setup.py) = a3470aec4e7f32adb785cb7a731e802aeb7562c4

0 comments on commit 8baa69b

Please sign in to comment.