[Checkins] [zopefoundation/zope.sqlalchemy] 6cbf0e: Fix #31: stop using the deprecated "extension" way...

Christian Theune noreply at github.com
Wed Oct 16 08:49:44 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.sqlalchemy
  Commit: 6cbf0eb14be2a1183d56290f71486c8a60cf66c4
      https://github.com/zopefoundation/zope.sqlalchemy/commit/6cbf0eb14be2a1183d56290f71486c8a60cf66c4
  Author: Christian Theune <ct at flyingcircus.io>
  Date:   2019-10-12 (Sat, 12 Oct 2019)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M src/zope/sqlalchemy/README.rst
    M src/zope/sqlalchemy/__init__.py
    M src/zope/sqlalchemy/datamanager.py
    M src/zope/sqlalchemy/tests.py

  Log Message:
  -----------
  Fix #31: stop using the deprecated "extension" way of registering events.


  Commit: fd191b468877cc7ce108bf82a00d81937f6e0e04
      https://github.com/zopefoundation/zope.sqlalchemy/commit/fd191b468877cc7ce108bf82a00d81937f6e0e04
  Author: Christian Theune <ct at flyingcircus.io>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M setup.py
    M src/zope/sqlalchemy/datamanager.py

  Log Message:
  -----------
  Require SQLAlchemy > 0.7 and remove compatibility assertion for register()

Update set([]) to -> {} syntax as suggested by mgedmin.


  Commit: 0ebebea83bc6d3b541e43d4c3f149ed976e1a41a
      https://github.com/zopefoundation/zope.sqlalchemy/commit/0ebebea83bc6d3b541e43d4c3f149ed976e1a41a
  Author: Christian Theune <ct at flyingcircus.io>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M setup.py
    M src/zope/sqlalchemy/README.rst
    M src/zope/sqlalchemy/__init__.py
    M src/zope/sqlalchemy/datamanager.py
    M src/zope/sqlalchemy/tests.py

  Log Message:
  -----------
  Merge pull request #34 from zopefoundation/ctheune-fix-event-registration

Fix #31: stop using the deprecated "extension" way of registering events.


Compare: https://github.com/zopefoundation/zope.sqlalchemy/compare/59f18f06d027...0ebebea83bc6


More information about the checkins mailing list