[Checkins] [zopefoundation/zope.sqlalchemy] 47efbb: Add upgrade instructions in changelog

Michael Howitz noreply at github.com
Mon Feb 17 14:17:09 CET 2020


  Branch: refs/heads/icemac-patch-1
  Home:   https://github.com/zopefoundation/zope.sqlalchemy
  Commit: 47efbba0b9a1e1e68467564804c540e862403c7c
      https://github.com/zopefoundation/zope.sqlalchemy/commit/47efbba0b9a1e1e68467564804c540e862403c7c
  Author: Mathieu Leplatre <mathieu at mozilla.com>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Add upgrade instructions in changelog


  Commit: 51209a9c15bc04cc7f3644c1c0053245280146fb
      https://github.com/zopefoundation/zope.sqlalchemy/commit/51209a9c15bc04cc7f3644c1c0053245280146fb
  Author: Martin Stein <mstein.mail at gmail.com>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

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

  Log Message:
  -----------
  Fix string comparison (use != instead of is not)

Python 3.8 gives a warning for us in `zope/sqlalchemy/datamanager.py:132`:
SyntaxWarning: "is not" with a literal. Did you mean "!="?

That warning seems correct, and the `is not` might even lead to unintended results. So this line should probably be changed to `!=` .


  Commit: b2227a38ec7ff5b46cf6cdb854c6592732b8c653
      https://github.com/zopefoundation/zope.sqlalchemy/commit/b2227a38ec7ff5b46cf6cdb854c6592732b8c653
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-12-30 (Mon, 30 Dec 2019)

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

  Log Message:
  -----------
  Merge pull request #41 from martinstein/patch-1

Fix string comparison (use != instead of is not)


  Commit: 82e26910b47604fe257a5425aac86dd945d6976b
      https://github.com/zopefoundation/zope.sqlalchemy/commit/82e26910b47604fe257a5425aac86dd945d6976b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/sqlalchemy/datamanager.py

  Log Message:
  -----------
  Merge branch 'master' into icemac-patch-1


Compare: https://github.com/zopefoundation/zope.sqlalchemy/compare/47ab3f14f49c...82e26910b476


More information about the checkins mailing list