[Checkins] [zopefoundation/keas.kmi] a0d60e: Switched to PyCrypto and pyramid.

GitHub noreply at github.com
Mon Jan 6 17:36:29 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/keas.kmi
  Commit: a0d60ec3401ac50b4402e0d0f59866ae17c6b92d
      https://github.com/zopefoundation/keas.kmi/commit/a0d60ec3401ac50b4402e0d0f59866ae17c6b92d
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  Switched to PyCrypto and pyramid.

- Switched from `M2Crypto` to `PyCrypto`, since `M2Crypto` is not maintained
  anymore.

- Switched from deprecated `repoze.bfg` to `pyramid`.

NOTE: While I found code online to make the switch from `PyCrypto` to
`M2Crypto` backwards compatible, I have not tested that functionality.
Please try this on your data and let me know if you have issues.

NOTE 2: `PyCrypto` does not allow 512-bit RSA keys, so I increased the key
size to 2048 bits. Old 512-bit keys should still work, but new ones will be
always larger now.


  Commit: b883e3d9a4d9d23e773fc05d1d113fba329a101f
      https://github.com/zopefoundation/keas.kmi/commit/b883e3d9a4d9d23e773fc05d1d113fba329a101f
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M .gitignore
    M CHANGES.txt
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/keas/kmi/README.txt
    M src/keas/kmi/configure.zcml
    M src/keas/kmi/facility.py
    M src/keas/kmi/facility.txt
    M src/keas/kmi/persistent.txt
    M src/keas/kmi/wsgi.py

  Log Message:
  -----------
  Switched to PyCrypto and pyramid.

- Switched from `M2Crypto` to `PyCrypto`, since `M2Crypto` is not maintained
  anymore.

- Switched from deprecated `repoze.bfg` to `pyramid`.

NOTE: While I found code online to make the switch from `PyCrypto` to
`M2Crypto` backwards compatible, I have not tested that functionality.
Please try this on your data and let me know if you have issues.

NOTE 2: `PyCrypto` does not allow 512-bit RSA keys, so I increased the key
size to 2048 bits. Old 512-bit keys should still work, but new ones will be
always larger now.


  Commit: 6b0b74a1ebf1bda591fb68f9b53cb8dffc30d202
      https://github.com/zopefoundation/keas.kmi/commit/6b0b74a1ebf1bda591fb68f9b53cb8dffc30d202
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    A MANIFEST.in

  Log Message:
  -----------
  Create a manifest from which to create the release.


  Commit: b30c1739eea84490469d5082f5b7c48d4503df63
      https://github.com/zopefoundation/keas.kmi/commit/b30c1739eea84490469d5082f5b7c48d4503df63
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 3.0.0


  Commit: e95ce79677b9c211e4a9f3589c60016e3441054c
      https://github.com/zopefoundation/keas.kmi/commit/e95ce79677b9c211e4a9f3589c60016e3441054c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 3.0.1


Compare: https://github.com/zopefoundation/keas.kmi/compare/c933d05a86c2...e95ce79677b9


More information about the checkins mailing list