Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
- Adapted tests to reportlab 2.4+ which produces PDF 1.4, so requir…
Browse files Browse the repository at this point in the history
…ing at

  least this `reportlab` version.
  • Loading branch information
Michael Howitz committed Dec 12, 2010
1 parent 55cfcca commit f3ebbf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -9,11 +9,16 @@ CHANGES

- Fixed tests to run with current package versions.

- Adapted tests to `reportlab` 2.4+ which produces PDF 1.4, so requiring at
least this `reportlab` version.


- Using python's `doctest` module instead of the deprecated
`zope.testing.doctest`.

- Removed ZCML slugs and ZPKG ones.


0.1.0 (2008-02-15)
------------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -66,6 +66,7 @@ def read(*rnames):
install_requires = [
'setuptools',
'z3c.rml',
'reportlab >= 2.4',
'zope.app.pagetemplate',
'zope.app.publisher',
'zope.component',
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/pdftemplate/README.txt
Expand Up @@ -128,4 +128,4 @@ we can can look up the view
and create the PDF:

>>> contents() #doctest: +ELLIPSIS
'%PDF-1.3...'
'%PDF-1.4...'

0 comments on commit f3ebbf3

Please sign in to comment.