Hi,
relatorio 0.7.1 was just released. so new diff.
ChangeLog:
0.7.1 - 20171008
* 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 - 20170729
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument
Thanks.
--
Sebastien Marie
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 14 May 2017 17:45:21 -0000 1.6
+++ Makefile 8 Oct 2017 16:45:37 -0000
@@ -2,7 +2,7 @@
COMMENT= templating library able to output odt and pdf files
-MODPY_EGG_VERSION= 0.6.4
+MODPY_EGG_VERSION= 0.7.1
DISTNAME= relatorio-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 14 May 2017 17:45:21 -0000 1.3
+++ distinfo 8 Oct 2017 16:45:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.6.4.tar.gz) = n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
-SIZE (relatorio-0.6.4.tar.gz) = 949912
+SHA256 (relatorio-0.7.1.tar.gz) = dE8eOTE/A3oKtSoVQzjs4VHYPlRCqSeNsfjORQzmws0=
+SIZE (relatorio-0.7.1.tar.gz) = 970049
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 14 May 2017 17:45:21 -0000 1.2
+++ pkg/PLIST 8 Oct 2017 16:45:37 -0000
@@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
+lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc