pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint py-weasyprint: update to 0.41.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f97d7ba6366
branches:  trunk
changeset: 370017:9f97d7ba6366
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Mon Oct 09 12:30:22 2017 +0000

description:
py-weasyprint: update to 0.41.

Version 0.41
------------

Released on 2017-10-05.

WeasyPrint now depends on pdfrw >= 0.4.

New features:

* `#471 <https://github.com/Kozea/WeasyPrint/issues/471>`_:
  Support page marks and bleed.

Bug fixes:

* `#513 <https://github.com/Kozea/WeasyPrint/issues/513>`_:
  Don't crash on unsupported image-resolution values.
* `#506 <https://github.com/Kozea/WeasyPrint/issues/506>`_:
  Fix @font-face use with write_* methods.
* `#500 <https://github.com/Kozea/WeasyPrint/pull/500>`_:
  Improve readability of _select_source function.
* `#498 <https://github.com/Kozea/WeasyPrint/issues/498>`_:
  Use CSS prefixes as recommanded by the CSSWG.
* `#441 <https://github.com/Kozea/WeasyPrint/issues/441>`_:
  Fix rendering problems and crashes when using @font-face.
* `bb3a4db <https://github.com/Kozea/WeasyPrint/commit/bb3a4db>`_:
  Try to break pages after a block before trying to break inside it.
* `1d1654c <https://github.com/Kozea/WeasyPrint/commit/1d1654c>`_:
  Fix and test corner cases about named pages.

Documentation:

* `#508 <https://github.com/Kozea/WeasyPrint/pull/508>`_:
  Add missing libpangocairo dependency for Debian and Ubuntu.
* `a7b17fb <https://github.com/Kozea/WeasyPrint/commit/a7b17fb>`_:
  Add documentation on logged rendering steps.

diffstat:

 print/py-weasyprint/Makefile |   7 ++++---
 print/py-weasyprint/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 787b970c52b7 -r 9f97d7ba6366 print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Mon Oct 09 09:01:21 2017 +0000
+++ b/print/py-weasyprint/Makefile      Mon Oct 09 12:30:22 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2017/09/02 16:16:34 kleink Exp $
+# $NetBSD: Makefile,v 1.10 2017/10/09 12:30:22 kleink Exp $
 
-DISTNAME=      WeasyPrint-0.40
+DISTNAME=      WeasyPrint-0.41
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WeasyPrint/}
 
@@ -13,9 +12,11 @@
 
 USE_LANGUAGES= # empty
 
+DEPENDS+=      pango-[0-9]*:../../devel/pango
 DEPENDS+=      ${PYPKGPREFIX}-cairosvg>=1.0.20:../../converters/py-cairosvg
 DEPENDS+=      ${PYPKGPREFIX}-cairocffi>=0.5:../../graphics/py-cairocffi
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
+DEPENDS+=      ${PYPKGPREFIX}-pdfrw>=0.4:../../textproc/py-pdfrw
 DEPENDS+=      ${PYPKGPREFIX}-tinycss2>=0.5:../../textproc/py-tinycss2
 DEPENDS+=      ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2
 DEPENDS+=      ${PYPKGPREFIX}-pyphen>=0.8:../../textproc/py-pyphen
diff -r 787b970c52b7 -r 9f97d7ba6366 print/py-weasyprint/distinfo
--- a/print/py-weasyprint/distinfo      Mon Oct 09 09:01:21 2017 +0000
+++ b/print/py-weasyprint/distinfo      Mon Oct 09 12:30:22 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/08/25 07:52:09 adam Exp $
+$NetBSD: distinfo,v 1.9 2017/10/09 12:30:22 kleink Exp $
 
-SHA1 (WeasyPrint-0.40.tar.gz) = ab8e98c0996bdf66d20baa6ef41572e9cb49d4cf
-RMD160 (WeasyPrint-0.40.tar.gz) = 28f77a2f96e155d3f58eb8eabfc75101eb01e575
-SHA512 (WeasyPrint-0.40.tar.gz) = 9c0d082ed2c35f76fe8ca5d25b5e99a0f96a309b2c4715ca3bd72a3a9a11121d4f5046c4ff55f007ebf0404edb0e4f510e571f42c569778948320be0301b8c4d
-Size (WeasyPrint-0.40.tar.gz) = 388586 bytes
+SHA1 (WeasyPrint-0.41.tar.gz) = d4d63cbcd8017c0fccc71fcc10b5d13d2f8adc14
+RMD160 (WeasyPrint-0.41.tar.gz) = a67ea5db20d1b8316ab7661c9cb33b1b8b6f7a8f
+SHA512 (WeasyPrint-0.41.tar.gz) = 44b2d9e0a186c5767cd01d6e66495241d088908467e0fa28cee114a9c480bfcb4ef393236e9304653603f3917c73c452c05a38286932e0a271946860120d9a1f
+Size (WeasyPrint-0.41.tar.gz) = 393866 bytes
 SHA1 (patch-setup.py) = edeb4b77c8cf7fbd2ada7be10023158df9d96026



Home | Main Index | Thread Index | Old Index