pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint Update py-weasyprint to 0.39.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75b0fb9cef95
branches:  trunk
changeset: 366043:75b0fb9cef95
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Tue Aug 01 15:36:26 2017 +0000

description:
Update py-weasyprint to 0.39.


Version 0.39
------------

Released on 2017-06-24.

Bug fixes:

* Fix the use of WeasyPrint's URL fetcher with CairoSVG.


Version 0.38
------------

Released on 2017-06-16.

Bug fixes:

* `#477 <https://github.com/Kozea/WeasyPrint/issues/477>`_:
  Don't crash on font-face's src attributes with local functions.


Version 0.37
------------

Released on 2017-06-15.

WeasyPrint now depends on tinycss2 instead of tinycss.

New features:

* `#437 <https://github.com/Kozea/WeasyPrint/issues/437>`_:
  Support local links in generated PDFs.

Bug fixes:

* `#412 <https://github.com/Kozea/WeasyPrint/issues/412>`_:
  Use a NullHandler log handler when WeasyPrint is used as a library.
* `#417 <https://github.com/Kozea/WeasyPrint/issues/417>`_,
  `#472 <https://github.com/Kozea/WeasyPrint/issues/472>`_:
  Don't crash on some line breaks.
* `#327 <https://github.com/Kozea/WeasyPrint/issues/327>`_:
  Don't crash with replaced elements with height set in percentages.
* `#467 <https://github.com/Kozea/WeasyPrint/issues/467>`_:
  Remove incorrect line breaks.
* `#446 <https://github.com/Kozea/WeasyPrint/pull/446>`_:
  Let the logging module do the string interpolation.

diffstat:

 print/py-weasyprint/Makefile               |   6 +++---
 print/py-weasyprint/distinfo               |  12 ++++++------
 print/py-weasyprint/patches/patch-setup.py |  10 +++++-----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (58 lines):

diff -r 8116f4bf79eb -r 75b0fb9cef95 print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Tue Aug 01 15:33:57 2017 +0000
+++ b/print/py-weasyprint/Makefile      Tue Aug 01 15:36:26 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/03/03 15:44:36 kleink Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/01 15:36:26 kleink Exp $
 
-DISTNAME=      WeasyPrint-0.36
+DISTNAME=      WeasyPrint-0.39
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WeasyPrint/}
@@ -16,7 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-cairocffi>=0.5:../../graphics/py-cairocffi
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.0:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
-DEPENDS+=      ${PYPKGPREFIX}-tinycss>=0.4:../../textproc/py-tinycss
+DEPENDS+=      ${PYPKGPREFIX}-tinycss2>=0.5:../../textproc/py-tinycss2
 DEPENDS+=      ${PYPKGPREFIX}-cssselect>=0.6:../../textproc/py-cssselect
 DEPENDS+=      ${PYPKGPREFIX}-pyphen>=0.8:../../textproc/py-pyphen
 
diff -r 8116f4bf79eb -r 75b0fb9cef95 print/py-weasyprint/distinfo
--- a/print/py-weasyprint/distinfo      Tue Aug 01 15:33:57 2017 +0000
+++ b/print/py-weasyprint/distinfo      Tue Aug 01 15:36:26 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2017/03/03 15:44:36 kleink Exp $
+$NetBSD: distinfo,v 1.7 2017/08/01 15:36:26 kleink Exp $
 
-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
+SHA1 (WeasyPrint-0.39.tar.gz) = c6864d35a973c148882977b65d10e90c1087a901
+RMD160 (WeasyPrint-0.39.tar.gz) = 1863c87a3e01fdd0b1a696ff36db1f7419fdd3bb
+SHA512 (WeasyPrint-0.39.tar.gz) = 668eed8c4f2502b3412166ea8e7b15b838b971b175ac3ec2370097b83557070684fa7bc9c62c3222056294093781649f263aba756091fb87d50ceea339e32e43
+Size (WeasyPrint-0.39.tar.gz) = 386613 bytes
+SHA1 (patch-setup.py) = edeb4b77c8cf7fbd2ada7be10023158df9d96026
diff -r 8116f4bf79eb -r 75b0fb9cef95 print/py-weasyprint/patches/patch-setup.py
--- a/print/py-weasyprint/patches/patch-setup.py        Tue Aug 01 15:33:57 2017 +0000
+++ b/print/py-weasyprint/patches/patch-setup.py        Tue Aug 01 15:36:26 2017 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-setup.py,v 1.1 2015/08/14 17:05:04 kleink Exp $
+$NetBSD: patch-setup.py,v 1.2 2017/08/01 15:36:26 kleink Exp $
 
 Adjust script path to allow multiple Python version installs.
 
---- setup.py.orig      2014-05-05 12:33:27.000000000 +0200
-+++ setup.py   2015-07-16 19:14:03.000000000 +0200
-@@ -75,7 +75,7 @@
-     test_suite='weasyprint.tests',
+--- setup.py.orig      2017-06-22 16:31:14.000000000 +0000
++++ setup.py
+@@ -87,7 +87,7 @@ setup(
+         "pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]},
      entry_points={
          'console_scripts': [
 -            'weasyprint = weasyprint.__main__:main',



Home | Main Index | Thread Index | Old Index