pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-weasyprint



Module Name:    pkgsrc
Committed By:   kleink
Date:           Tue Aug  1 15:36:26 UTC 2017

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile distinfo
        pkgsrc/print/py-weasyprint/patches: patch-setup.py

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/py-weasyprint/Makefile \
    pkgsrc/print/py-weasyprint/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/py-weasyprint/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.6 pkgsrc/print/py-weasyprint/Makefile:1.7
--- pkgsrc/print/py-weasyprint/Makefile:1.6     Fri Mar  3 15:44:36 2017
+++ pkgsrc/print/py-weasyprint/Makefile Tue Aug  1 15:36:26 2017
@@ -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}-cairosvg>=1.0.2
 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
 
Index: pkgsrc/print/py-weasyprint/distinfo
diff -u pkgsrc/print/py-weasyprint/distinfo:1.6 pkgsrc/print/py-weasyprint/distinfo:1.7
--- pkgsrc/print/py-weasyprint/distinfo:1.6     Fri Mar  3 15:44:36 2017
+++ pkgsrc/print/py-weasyprint/distinfo Tue Aug  1 15:36:26 2017
@@ -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

Index: pkgsrc/print/py-weasyprint/patches/patch-setup.py
diff -u pkgsrc/print/py-weasyprint/patches/patch-setup.py:1.1 pkgsrc/print/py-weasyprint/patches/patch-setup.py:1.2
--- pkgsrc/print/py-weasyprint/patches/patch-setup.py:1.1       Fri Aug 14 17:05:04 2015
+++ pkgsrc/print/py-weasyprint/patches/patch-setup.py   Tue Aug  1 15:36:26 2017
@@ -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