plone / plone.app.multilingual

Plone Multilingual Content Add-on
https://pypi.org/project/plone.app.multilingual
18 stars 47 forks source link

move metadata to setup.cfg in order to avoid encoding problems in CHANGES.rst #372

Closed jensens closed 4 years ago

jensens commented 4 years ago

fixes in Plone 6.0 on Python 3.6 occuring:

Develop: '/home/jenkins/workspace/pull-request-5.2-3.6/src/plone.app.multilingual'
Traceback (most recent call last):
  File "/tmp/tmpdjmk1ik3", line 14, in <module>
    exec(compile(f.read(), '/home/jenkins/workspace/pull-request-5.2-3.6/src/plone.app.multilingual/setup.py', 'exec'))
  File "/home/jenkins/workspace/pull-request-5.2-3.6/src/plone.app.multilingual/setup.py", line 18, in <module>
    open('CHANGES.rst').read(),
  File "/home/jenkins/shiningpanda/jobs/8809464e/virtualenvs/0dd3bfc1/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3297: ordinal not in range(128)
While:
  Installing.
  Processing develop directory '/home/jenkins/workspace/pull-request-5.2-3.6/src/plone.app.multilingual'.
mister-roboto commented 4 years ago

@jensens thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

jensens commented 4 years ago

@jenkins-plone-org please run jobs