Skip to content

Commit

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

Released on 2017-02-25.

New features:

* `#407 <https://github.com/Kozea/WeasyPrint/pull/407>`_:
  Handle ::first-letter.
* `#423 <https://github.com/Kozea/WeasyPrint/pull/423>`_:
  Warn user about broken cairo versions.

Bug fixes:

* `#411 <https://github.com/Kozea/WeasyPrint/pull/411>`_:
  Typos fixed in command-line help.


Version 0.35
------------

Released on 2017-02-25.

Bug fixes:

* `#410 <https://github.com/Kozea/WeasyPrint/pull/410>`_:
  Fix AssertionError in split_text_box.
  • Loading branch information
kleink committed Mar 3, 2017
1 parent 4e76b0f commit af63b8f
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.5 2017/01/14 23:13:49 kleink Exp $
# $NetBSD: Makefile,v 1.6 2017/03/03 15:44:36 kleink Exp $

DISTNAME= WeasyPrint-0.34
DISTNAME= WeasyPrint-0.36
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.5 2017/01/14 23:13:49 kleink Exp $
$NetBSD: distinfo,v 1.6 2017/03/03 15:44:36 kleink Exp $

SHA1 (WeasyPrint-0.34.tar.gz) = cb66bd6f4bffd7294f62623ac080c467fcfcebb8
RMD160 (WeasyPrint-0.34.tar.gz) = b4beb3e8d93d7b3eb584dedea6dbf75aa53942dd
SHA512 (WeasyPrint-0.34.tar.gz) = 65f1cb4690dc66f0256b0a3d6eeb22a6732013e2cecaf72f8bcf278db94d292fafcdf5bdf8a9fa097844544f13fd25a09391e5ec294e5e7efae6cc30cac99f56
Size (WeasyPrint-0.34.tar.gz) = 391071 bytes
SHA1 (WeasyPrint-0.36.tar.gz) = 5cd00733fc0392c410617b5c98b38e3c99aabb25
RMD160 (WeasyPrint-0.36.tar.gz) = 62204e44438c110d7aa110016f7b4007db777d64
SHA512 (WeasyPrint-0.36.tar.gz) = ea803a8a86ea0673461cf6f1c498aa40c35d45146422343da769e99bdb2339892fb3f786f0fa8971de5a2b5b82e4831fccb8dc4257b7910330a142bcf5605700
Size (WeasyPrint-0.36.tar.gz) = 392265 bytes
SHA1 (patch-setup.py) = a3470aec4e7f32adb785cb7a731e802aeb7562c4

0 comments on commit af63b8f

Please sign in to comment.