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:   adam
Date:           Tue Apr  3 09:31:57 UTC 2018

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile distinfo

Log Message:
py-weasyprint: updated to 0.42.3

v0.42.3:
Bug fixes:
* Fix floating-point number error to fix floating box layout
* Don't optimize resume_at when splitting lines with trailing spaces
* Fix table layout with no overflow
* Fix inline box breaking function
* Split replaced_min_content_width and replaced_max_content_width
* Respect text direction and don't translate rtl columns twice
* Get only first line's width of inline children to get linebox width


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/py-weasyprint/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/py-weasyprint/distinfo

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.14 pkgsrc/print/py-weasyprint/Makefile:1.15
--- pkgsrc/print/py-weasyprint/Makefile:1.14    Mon Mar 26 00:35:34 2018
+++ pkgsrc/print/py-weasyprint/Makefile Tue Apr  3 09:31:56 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2018/03/26 00:35:34 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2018/04/03 09:31:56 adam Exp $
 
-DISTNAME=      WeasyPrint-0.42.2
+DISTNAME=      WeasyPrint-0.42.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WeasyPrint/}
 

Index: pkgsrc/print/py-weasyprint/distinfo
diff -u pkgsrc/print/py-weasyprint/distinfo:1.12 pkgsrc/print/py-weasyprint/distinfo:1.13
--- pkgsrc/print/py-weasyprint/distinfo:1.12    Mon Feb 12 08:10:41 2018
+++ pkgsrc/print/py-weasyprint/distinfo Tue Apr  3 09:31:56 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2018/02/12 08:10:41 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/04/03 09:31:56 adam Exp $
 
-SHA1 (WeasyPrint-0.42.2.tar.gz) = 3708c8a3b2eac51272e0469bde76297c701a41d9
-RMD160 (WeasyPrint-0.42.2.tar.gz) = 7c50582f185cfd48883b4cee8a4b1c6d9a9826f5
-SHA512 (WeasyPrint-0.42.2.tar.gz) = 5d5a685126b00895ed31ab7447b768a74bf9096008b2e95a84bd7101b99a44966c22deceb8c621be6eb4b5e7fcee364794f68ae3fc6e2b1b5bf8191439fc4a23
-Size (WeasyPrint-0.42.2.tar.gz) = 399399 bytes
+SHA1 (WeasyPrint-0.42.3.tar.gz) = afef25da0610fb8031609798d8b25be44506bef4
+RMD160 (WeasyPrint-0.42.3.tar.gz) = 4ea815172a3bd32420e3919272c2f037a6b76c85
+SHA512 (WeasyPrint-0.42.3.tar.gz) = d6007934c301904308bd4821626d6a7bb504268c5c71a31f7486faebb3dd649fad18774737cab39eb13a0916635bb58eba2c8432c72cc5a461cea2a5d874b1ee
+Size (WeasyPrint-0.42.3.tar.gz) = 399972 bytes
 SHA1 (patch-setup.py) = a7657e79ac611f3122a81d7f2c6c195e52ba9399



Home | Main Index | Thread Index | Old Index