[Checkins] [zopefoundation/zope.app.locales] 0d9a7a: Support for PyPy and Python 3.5+

GitHub noreply at github.com
Tue May 2 15:46:05 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.locales
  Commit: 0d9a7acc6358c9dd1da5718492df057be32219d9
      https://github.com/zopefoundation/zope.app.locales/commit/0d9a7acc6358c9dd1da5718492df057be32219d9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    A src/zope/app/locales/README.rst
    R src/zope/app/locales/README.txt
    A src/zope/app/locales/TRANSLATE.rst
    R src/zope/app/locales/TRANSLATE.txt
    M src/zope/app/locales/extract.py
    M src/zope/app/locales/pygettext.py
    M src/zope/app/locales/tests.py
    A tox.ini

  Log Message:
  -----------
  Support for PyPy and Python 3.5+


  Commit: 331c14572aafebfb1c993dbcfef132c7202b28b3
      https://github.com/zopefoundation/zope.app.locales/commit/331c14572aafebfb1c993dbcfef132c7202b28b3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    M src/zope/app/locales/extract.py
    M src/zope/app/locales/pygettext.py
    M src/zope/app/locales/tests.py

  Log Message:
  -----------
  Cleanups


  Commit: fcd15ac169ca675ba0fb4a77a82bd520959a8ec5
      https://github.com/zopefoundation/zope.app.locales/commit/fcd15ac169ca675ba0fb4a77a82bd520959a8ec5
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M .travis.yml
    M src/zope/app/locales/extract.py
    M tox.ini

  Log Message:
  -----------
  Add dependency on git version of zope.i18nmessageid for testing. Test POTEntry equality and sorting.


  Commit: d6b9465ff3f9f929787052f4b822f1e9646be1e1
      https://github.com/zopefoundation/zope.app.locales/commit/d6b9465ff3f9f929787052f4b822f1e9646be1e1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M .travis.yml
    M setup.py
    M src/zope/app/locales/extract.py
    M src/zope/app/locales/interfaces.py
    M src/zope/app/locales/tests.py
    M tox.ini

  Log Message:
  -----------
  More test coverage.

- Remove unused functions from extract's TokenEater.
- Tests for py_strings.
- Pin to correct version of zope.i18nmessageid


  Commit: dbfdedff67b3d1ab851091665e80d667c34ef136
      https://github.com/zopefoundation/zope.app.locales/commit/dbfdedff67b3d1ab851091665e80d667c34ef136
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M src/zope/app/locales/extract.py
    M src/zope/app/locales/pygettext.py
    M src/zope/app/locales/tests.py

  Log Message:
  -----------
  Cleanups

- whitespace around a print function
- one more switch to sorted() from ().sort()
- give temp dirs distinctive names
- allow for .pyo files too


  Commit: bd0436041e2de9fc81021c453f40d34878b35365
      https://github.com/zopefoundation/zope.app.locales/commit/bd0436041e2de9fc81021c453f40d34878b35365
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    A src/zope/app/locales/README.rst
    R src/zope/app/locales/README.txt
    A src/zope/app/locales/TRANSLATE.rst
    R src/zope/app/locales/TRANSLATE.txt
    M src/zope/app/locales/extract.py
    M src/zope/app/locales/interfaces.py
    M src/zope/app/locales/pygettext.py
    M src/zope/app/locales/tests.py
    A tox.ini

  Log Message:
  -----------
  Merge pull request #4 from zopefoundation/python3

Support for PyPy and Python 3.5+

Also fixes #3.


Compare: https://github.com/zopefoundation/zope.app.locales/compare/2ed03b9b1a12...bd0436041e2d


More information about the checkins mailing list