pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-pydyf



Module Name:    pkgsrc
Committed By:   kleink
Date:           Fri Jun 30 07:54:06 UTC 2023

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

Log Message:
print/py-pydyf: Update to 0.6.0.

Version 0.6.0
-------------

Released on 2023-03-29.

New features:

* Add an option to use compressed object streams for PDF 1.5+, with financial support from Code & Co.
* Add new text operators
* Clean and fix documentation

Version 0.5.0
-------------

Released on 2022-10-11.

New features:

* Add the PDF.page_references property
* Revert the PDF.pages['Kids'] behavior to be backwards compatible with version 0.3.0

Version 0.4.0
-------------

Released on 2022-10-11.

New features:

* Allow nth page’s reference to be retrieved using PDF.pages['Kids'][n]

Version 0.3.0
-------------

Released on 2022-09-19.

New features:

* Support marked content
* Allow version and ID to be specified when initializing PDF objects


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/py-pydyf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-pydyf/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-pydyf/Makefile
diff -u pkgsrc/print/py-pydyf/Makefile:1.5 pkgsrc/print/py-pydyf/Makefile:1.6
--- pkgsrc/print/py-pydyf/Makefile:1.5  Tue Jun  6 12:42:12 2023
+++ pkgsrc/print/py-pydyf/Makefile      Fri Jun 30 07:54:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/06/06 12:42:12 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2023/06/30 07:54:06 kleink Exp $
 
-DISTNAME=      pydyf-0.2.0
+DISTNAME=      pydyf-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydyf/}

Index: pkgsrc/print/py-pydyf/distinfo
diff -u pkgsrc/print/py-pydyf/distinfo:1.2 pkgsrc/print/py-pydyf/distinfo:1.3
--- pkgsrc/print/py-pydyf/distinfo:1.2  Sat Jul  9 18:36:41 2022
+++ pkgsrc/print/py-pydyf/distinfo      Fri Jun 30 07:54:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/07/09 18:36:41 kleink Exp $
+$NetBSD: distinfo,v 1.3 2023/06/30 07:54:06 kleink Exp $
 
-BLAKE2s (pydyf-0.2.0.tar.gz) = 0e6836ff264dff33d66e652ace1c771b7ced76efbb779d0521924a52f8c53c6b
-SHA512 (pydyf-0.2.0.tar.gz) = 93d29b2783f3bc62b9ff2bb0d1414051805c508e17cf9607e44a31ec11c5436fef499e3f1bd225c193ccbda03feb7d32196286d984121fe1dbb65d02ea1dcf43
-Size (pydyf-0.2.0.tar.gz) = 14610 bytes
+BLAKE2s (pydyf-0.6.0.tar.gz) = 127c2dc1c881ce4d9176bfab559442d97e35373386f534f41423ad5167561aa3
+SHA512 (pydyf-0.6.0.tar.gz) = 2819aab7b9e72abd02b8658923b595fe0775f341a829b732e1448c02a4aeb8538a7eb5d42307499e255e240c00f8a991687f42122348bcc39e6660c8c27e4f85
+Size (pydyf-0.6.0.tar.gz) = 16027 bytes



Home | Main Index | Thread Index | Old Index