pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-relatorio py-relatorio: updated to 0.8.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2db2cda91aae
branches: trunk
changeset: 330602:2db2cda91aae
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 04 12:08:09 2019 +0000
description:
py-relatorio: updated to 0.8.1
0.8.1:
* Add support for Python 3.7
* Escape invalid XML characters
* Enforce closing tag to be the same directive as the opening
* Use compression for zip file
* Write mimetype as first file of the zip file
0.8.0:
* Do not guess_type on styled cell content
* Remove type attributes when guessing type
* Add support for Python 3.6
* Remove soft-page-break
0.7.1:
* Remove warning when import plugin fails
* Apply the guess type function on the correct node
* Fix guess_type for date and datetime
0.7.0:
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument
0.6.4:
* Use StringIO instead of BytesIO for TextSerializer result
diffstat:
textproc/py-relatorio/Makefile | 11 ++++-------
textproc/py-relatorio/PLIST | 3 ++-
textproc/py-relatorio/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 13 deletions(-)
diffs (59 lines):
diff -r d44b199c7592 -r 2db2cda91aae textproc/py-relatorio/Makefile
--- a/textproc/py-relatorio/Makefile Mon Mar 04 12:04:22 2019 +0000
+++ b/textproc/py-relatorio/Makefile Mon Mar 04 12:08:09 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:37 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/03/04 12:08:09 adam Exp $
-DISTNAME= relatorio-0.6.3
+DISTNAME= relatorio-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/relatorio/}
@@ -12,12 +12,9 @@
DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml
-DEPENDS+= ${PYPKGPREFIX}-pycha-[0-9]*:../../graphics/py-pycha
-DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
+TEST_DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
-USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 via py-pycha
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d44b199c7592 -r 2db2cda91aae textproc/py-relatorio/PLIST
--- a/textproc/py-relatorio/PLIST Mon Mar 04 12:04:22 2019 +0000
+++ b/textproc/py-relatorio/PLIST Mon Mar 04 12:08:09 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/02/01 23:28:09 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/04 12:08:09 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -34,6 +34,7 @@
${PYSITELIB}/relatorio/tests/templates/other.tmpl
${PYSITELIB}/relatorio/tests/templates/test.tmpl
${PYSITELIB}/relatorio/tests/templates/time.tmpl
+${PYSITELIB}/relatorio/tests/test.fodt
${PYSITELIB}/relatorio/tests/test.odt
${PYSITELIB}/relatorio/tests/test_api.py
${PYSITELIB}/relatorio/tests/test_api.pyc
diff -r d44b199c7592 -r 2db2cda91aae textproc/py-relatorio/distinfo
--- a/textproc/py-relatorio/distinfo Mon Mar 04 12:04:22 2019 +0000
+++ b/textproc/py-relatorio/distinfo Mon Mar 04 12:08:09 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/08/17 14:56:56 richard Exp $
+$NetBSD: distinfo,v 1.7 2019/03/04 12:08:09 adam Exp $
-SHA1 (relatorio-0.6.3.tar.gz) = 25a196d6bf2e7475be25af5828ea1f243ff2282f
-RMD160 (relatorio-0.6.3.tar.gz) = ead4f376b9c4ffee08aee0fab9309c5451bd8e7e
-SHA512 (relatorio-0.6.3.tar.gz) = deaf2f45866325e85c30f16a17acf3a5b1058c4f74a5961dcd7b6db1c311a130a013033552f7208825fa2b6346b412b23941383856275bea035727e5f3607425
-Size (relatorio-0.6.3.tar.gz) = 949863 bytes
+SHA1 (relatorio-0.8.1.tar.gz) = a919ebe382c7157879d7cf14f7961ced941a98aa
+RMD160 (relatorio-0.8.1.tar.gz) = 0270f266b17e13a4ee597bfe041b81233b68e37d
+SHA512 (relatorio-0.8.1.tar.gz) = 29b931b3de768375b9e736e4f2254faaf8757b1428efb8f3f1fcfca13a12649bbd07f56c000873c3544f203bf6c8e5bdd1e8851c24705cc504e853fa962fa721
+Size (relatorio-0.8.1.tar.gz) = 1099129 bytes
Home |
Main Index |
Thread Index |
Old Index