[Buildbot-commits] [buildbot/buildbot] ab3315: use new email module names

GitHub noreply at github.com
Tue Nov 26 00:04:27 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: ab33152a3eda8a9c827ae8b8f0144fed0c1e5adf
      https://github.com/buildbot/buildbot/commit/ab33152a3eda8a9c827ae8b8f0144fed0c1e5adf
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-11-24 (Sun, 24 Nov 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/changes/mail.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/tinderbox.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/oldsource.py
    M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
    M master/buildbot/test/unit/test_status_mail.py

  Log Message:
  -----------
  use new email module names

The name of submodules of email package have been changed, use
the new names when importing. For more info on name changes see:

http://docs.python.org/2/library/email.html#package-history

This fixes pylint 'no-name-in-module' error in the changed files.


  Commit: 98664cfc4477c8322eb6c6a2dbb829cbf3ec7f71
      https://github.com/buildbot/buildbot/commit/98664cfc4477c8322eb6c6a2dbb829cbf3ec7f71
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-11-24 (Sun, 24 Nov 2013)

  Changed paths:
    M master/buildbot/db/model.py

  Log Message:
  -----------
  drop backward compatibilty import for migrate < 0.6.1

We don't suport sqlalchemy-migrate older then 0.6.1. All exceptions
where moved to migrate.exception in 0.6.1 release. So no need trying
to import exceptions by the old name.

This fixes pylint 'no-name-in-module' error for the removed code.


  Commit: 05021471afd34de98f69e38f36cb79864e876b3e
      https://github.com/buildbot/buildbot/commit/05021471afd34de98f69e38f36cb79864e876b3e
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-11-24 (Sun, 24 Nov 2013)

  Changed paths:
    M master/buildbot/db/model.py

  Log Message:
  -----------
  drop monkey patch for old migrate bug

The versions of sqlalchemy-migrate that we support, does not
have this bug. No need for monkey patching.

This fixes pylint 'no-name-in-module' error for the removed code.


  Commit: eeb29b1e5871eb810df2073704694e4e306d494e
      https://github.com/buildbot/buildbot/commit/eeb29b1e5871eb810df2073704694e4e306d494e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-11-25 (Mon, 25 Nov 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/changes/mail.py
    M master/buildbot/db/model.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/tinderbox.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/oldsource.py
    M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
    M master/buildbot/test/unit/test_status_mail.py

  Log Message:
  -----------
  Merge branch 'drop-old-imports' of git://github.com/elmirjagudin/buildbot

+autopep8


Compare: https://github.com/buildbot/buildbot/compare/756b8fe49b8f...eeb29b1e5871


More information about the Commits mailing list