Skip to content

Commit

Permalink
Merge pull request #6 from eea/develop
Browse files Browse the repository at this point in the history
 Refs #97586 - Update to wkhtmltopdf 0.12.4 --disable-smart-shrinking
  • Loading branch information
alecghica committed Aug 24, 2018
2 parents ff10ca6 + be36ada commit 35d80cb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -46,4 +46,4 @@ official issue register.

* [General GitHub documentation](http://help.github.com/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
* [EEA packages](http://eea.github.io/docs/IT-systems/)
* [EEA packages](https://eea.github.io/docs/IT-systems/)
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -300,9 +300,9 @@ Funding

EEA_ - European Environment Agency (EU)

.. _EEA: http://www.eea.europa.eu/
.. _`plone.recipe.zope2instance`: http://pypi.python.org/pypi/plone.recipe.zope2instance
.. _`zc.buildout`: http://pypi.python.org/pypi/zc.buildout
.. _`eea.pdf`: http://eea.github.com/docs/eea.pdf
.. _`eea.epub`: http://eea.github.com/docs/eea.epub
.. _EEA: https://www.eea.europa.eu/
.. _`plone.recipe.zope2instance`: https://pypi.python.org/pypi/plone.recipe.zope2instance
.. _`zc.buildout`: https://pypi.python.org/pypi/zc.buildout
.. _`eea.pdf`: https://eea.github.com/docs/eea.pdf
.. _`eea.epub`: https://eea.github.com/docs/eea.epub
.. _`PyPDF2`: https://pypi.python.org/pypi/PyPDF2/1.25.1
10 changes: 9 additions & 1 deletion docs/HISTORY.txt
@@ -1,6 +1,15 @@
Changelog
=========

12.3 - (2018-08-22)
---------------------
* Change: Update to wkhtmltopdf 0.12.4 (add ----disable-smart-shrinking option)
[avoinea refs #97586]
* Change: updated URLs pointing to eea.europa.eu with https://
[alecghica refs #95849]
* Change: fix tests to run on Plone 4.3.17
[alecghica refs #96974]

12.2 - (2018-04-20)
-------------------
* Change: Possibility to group download info within AsyncInfo wrapper
Expand Down Expand Up @@ -340,4 +349,3 @@ Changelog
------------------
* Initial release
[voineali]

4 changes: 2 additions & 2 deletions eea/converter/README.txt
Expand Up @@ -22,5 +22,5 @@ Authors

EEA_ - European Environment Agency (EU)

.. _EEA: http://www.eea.europa.eu/
.. _`eea.googlecharts`: http://eea.github.com/docs/eea.googlecharts
.. _EEA: https://www.eea.europa.eu/
.. _`eea.googlecharts`: https://eea.github.io/docs/eea.googlecharts
1 change: 1 addition & 0 deletions eea/converter/pdf/adapters.py
Expand Up @@ -75,6 +75,7 @@ def options(self):
"""
if self._options is None:
self._options = [
'--disable-smart-shrinking',
'--page-size', 'A4',
'--page-offset', '2',
'--print-media-type',
Expand Down
2 changes: 1 addition & 1 deletion eea/converter/version.txt
@@ -1 +1 @@
12.2
12.3
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,7 +14,7 @@
"tools as ImageMagick"),
long_description=open("README.rst").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read(),
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Framework :: Zope2",
"Framework :: Plone",
Expand All @@ -31,7 +31,7 @@
keywords='EEA converter imagemagick utility Add-ons Plone Zope',
author='European Environment Agency: IDM2 A-Team',
author_email="eea-edw-a-team-alerts@googlegroups.com",
download_url="http://pypi.python.org/pypi/eea.converter",
download_url="https://pypi.python.org/pypi/eea.converter",
url='https://github.com/collective/eea.converter',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
Expand Down

0 comments on commit 35d80cb

Please sign in to comment.