[Checkins] [zopefoundation/cipher.encryptingstorage] b9bd71: Port to Python 3

GitHub noreply at github.com
Wed May 17 11:42:20 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/cipher.encryptingstorage
  Commit: b9bd7130d4d21560ece2526d10f0d5964dec0ec4
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/b9bd7130d4d21560ece2526d10f0d5964dec0ec4
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M src/cipher/encryptingstorage/README.txt
    M src/cipher/encryptingstorage/__init__.py
    M src/cipher/encryptingstorage/encrypt_util.py
    M src/cipher/encryptingstorage/tests/test_zodb.py

  Log Message:
  -----------
  Port to Python 3


  Commit: e44a0c1c5f98c05787a090fc68b67ce1f9825814
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/e44a0c1c5f98c05787a090fc68b67ce1f9825814
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M src/cipher/encryptingstorage/__init__.py

  Log Message:
  -----------
  put back version arg in invalidate method


  Commit: 99b0c3893accd66dbb387285a5990cd04fcdb766
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/99b0c3893accd66dbb387285a5990cd04fcdb766
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  test with latest packages, excepted ZODB 4.3.1, ZEO 4.3.1, transaction 1.6.1, tests pass on Python 2.7


  Commit: 2f077595aee90a326511b076bcb0a9187f0ac860
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/2f077595aee90a326511b076bcb0a9187f0ac860
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M src/cipher/encryptingstorage/__init__.py

  Log Message:
  -----------
  fix decrypt blob on Python 3


  Commit: d950367dc67c4a62b3d0608cc7a25a7de65bb5cf
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/d950367dc67c4a62b3d0608cc7a25a7de65bb5cf
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M src/cipher/encryptingstorage/README.txt
    M src/cipher/encryptingstorage/tests/test_encrypt.py
    M src/cipher/encryptingstorage/tests/test_zodb.py

  Log Message:
  -----------
  fix tests on Python 3


  Commit: 67d5cda052c2d6bb52eb793f7b9755742c1a125d
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/67d5cda052c2d6bb52eb793f7b9755742c1a125d
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  tests on Python 3.4, 3.5, 3.6


  Commit: ac736100944170b44eb513170812bf1e9380232b
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/ac736100944170b44eb513170812bf1e9380232b
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  remove comments


  Commit: c11325731b8cca7a33cf6aad3731a02fead70ff3
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/c11325731b8cca7a33cf6aad3731a02fead70ff3
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M buildout.cfg
    M requirements.txt

  Log Message:
  -----------
  use a more recent version of setuptools and zc.buildout


  Commit: 33cba199ee709ee913ff46dd5496e8a823268b89
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/33cba199ee709ee913ff46dd5496e8a823268b89
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  add changelog entry


  Commit: c00f95ea045c1373c1a5dc44ac9c4c70db076f9f
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/c00f95ea045c1373c1a5dc44ac9c4c70db076f9f
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  use latest release of kease.kmi


  Commit: ab8d7a0b05146e10cc6d556f40e2e0d3a985861e
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/ab8d7a0b05146e10cc6d556f40e2e0d3a985861e
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M src/cipher/encryptingstorage/tests/test_encrypt.py

  Log Message:
  -----------
  fix test


  Commit: e568c8ef0ac3e28aedeb5796cdc23e8226ba1e00
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/e568c8ef0ac3e28aedeb5796cdc23e8226ba1e00
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  add trove classifiers


  Commit: 11aa88c9200fe9b74fd7dc7d4fb6d507b393f9a9
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/11aa88c9200fe9b74fd7dc7d4fb6d507b393f9a9
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  With recent changes in keas.kmi, you need to use sample.crt instead of sample.pem. Remove the wget to get unencrypted data key, this is not a good idea to have that in the filesystem, and this is not actually needed.


  Commit: ed9ae9cdb012f5fda826566c1720e99f34128a7f
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/ed9ae9cdb012f5fda826566c1720e99f34128a7f
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M src/cipher/encryptingstorage/README.txt

  Log Message:
  -----------
  fix ReST syntax for titles


  Commit: f273c3e5d392aae0a01c79ec7dd6eda10381196c
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/f273c3e5d392aae0a01c79ec7dd6eda10381196c
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  mention of the kmi-server option and the 'Encrypt your Plone Database' article


  Commit: f5f6a249f47736bfb0d8406343f8ba529015dd33
      https://github.com/zopefoundation/cipher.encryptingstorage/commit/f5f6a249f47736bfb0d8406343f8ba529015dd33
  Author: Vincent Fretin <vincent.fretin at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M buildout.cfg
    M requirements.txt
    M setup.py
    M src/cipher/encryptingstorage/README.txt
    M src/cipher/encryptingstorage/__init__.py
    M src/cipher/encryptingstorage/encrypt_util.py
    M src/cipher/encryptingstorage/tests/test_encrypt.py
    M src/cipher/encryptingstorage/tests/test_zodb.py

  Log Message:
  -----------
  Merge pull request #4 from ecreall/master

Port to Python 3


Compare: https://github.com/zopefoundation/cipher.encryptingstorage/compare/c66f6ab52ef9...f5f6a249f477


More information about the checkins mailing list