[Checkins] [zopefoundation/zope.sendmail] e7923d: Bump version

GitHub noreply at github.com
Sun Feb 24 17:05:16 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.sendmail
  Commit: e7923d8200122ab4003edfffaeae2ba24a5a5cb8
      https://github.com/zopefoundation/zope.sendmail/commit/e7923d8200122ab4003edfffaeae2ba24a5a5cb8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2010-04-30 (Fri, 30 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version


  Commit: 776a0625571c8c3fa4f78de231159f6253bfc5f7
      https://github.com/zopefoundation/zope.sendmail/commit/776a0625571c8c3fa4f78de231159f6253bfc5f7
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-05-05 (Wed, 05 May 2010)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    M setup.py
    M src/zope/sendmail/delivery.py
    M src/zope/sendmail/event.py
    M src/zope/sendmail/interfaces.py
    M src/zope/sendmail/maildir.py
    M src/zope/sendmail/mailer.py
    M src/zope/sendmail/queue.py
    M src/zope/sendmail/tests/test_delivery.py
    M src/zope/sendmail/tests/test_directives.py
    M src/zope/sendmail/tests/test_event.py
    M src/zope/sendmail/tests/test_maildir.py
    M src/zope/sendmail/tests/test_mailer.py
    M src/zope/sendmail/tests/test_queue.py
    M src/zope/sendmail/tests/test_vocabulary.py
    M src/zope/sendmail/vocabulary.py
    M src/zope/sendmail/zcml.py

  Log Message:
  -----------
  Conform to repository policy.


  Commit: a45168d5ac04f8c79991f501de37fd880b9a52f7
      https://github.com/zopefoundation/zope.sendmail/commit/a45168d5ac04f8c79991f501de37fd880b9a52f7
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-06-03 (Thu, 03 Jun 2010)

  Changed paths:
    M bootstrap.py
    M setup.py
    M src/zope/sendmail/delivery.py
    M src/zope/sendmail/event.py
    M src/zope/sendmail/interfaces.py
    M src/zope/sendmail/maildir.py
    M src/zope/sendmail/mailer.py
    M src/zope/sendmail/queue.py
    M src/zope/sendmail/tests/test_delivery.py
    M src/zope/sendmail/tests/test_directives.py
    M src/zope/sendmail/tests/test_event.py
    M src/zope/sendmail/tests/test_maildir.py
    M src/zope/sendmail/tests/test_mailer.py
    M src/zope/sendmail/tests/test_queue.py
    M src/zope/sendmail/tests/test_vocabulary.py
    M src/zope/sendmail/vocabulary.py
    M src/zope/sendmail/zcml.py

  Log Message:
  -----------
  Remove CVS-era Id fossils.


  Commit: e66ef1bfa4a8b6a4742293157a91cbfb6fd0fccf
      https://github.com/zopefoundation/zope.sendmail/commit/e66ef1bfa4a8b6a4742293157a91cbfb6fd0fccf
  Author: Matthew Wilkes <matthew at matthewwilkes.co.uk>
  Date:   2010-06-29 (Tue, 29 Jun 2010)

  Changed paths:
    M src/zope/sendmail/tests/test_delivery.py

  Log Message:
  -----------
  Test that a broken mailer implementation's exceptions don't abort transactions if they happen too late.  Add tests for a new 'vote' method that allows a mailer to tell the delivery implementation that it knows it will be unable to proceed.


  Commit: 185a7cc258dd58400d8ad72898f5fd2105d12772
      https://github.com/zopefoundation/zope.sendmail/commit/185a7cc258dd58400d8ad72898f5fd2105d12772
  Author: Matthew Wilkes <matthew at matthewwilkes.co.uk>
  Date:   2010-06-29 (Tue, 29 Jun 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/zope/sendmail/delivery.py
    M src/zope/sendmail/interfaces.py
    M src/zope/sendmail/mailer.py

  Log Message:
  -----------
  Add a vote method the the mailer interface and implement it for SMTPMailer.  Attempts to create the connection and HELO while in transaction vote rather than finish, so exceptions in making the connection will abort the current transaction safely.

The vote method needs to be provided to the MailDataManager, but if a Mailer implementation doesn't provide one DirectMailDelivery will provide a noop replacement and make a deprecation warning.

Bump version to 3.8 branch


  Commit: 65f1fa93e4f66f2cd33a325b279caad7b199f3da
      https://github.com/zopefoundation/zope.sendmail/commit/65f1fa93e4f66f2cd33a325b279caad7b199f3da
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2010-07-02 (Fri, 02 Jul 2010)

  Changed paths:
    M src/zope/sendmail/tests/test_delivery.py

  Log Message:
  -----------
  Restore Python 2.4 compatibility.


  Commit: 6649e0f17bbf8c449875d0450052aec383e0d8d4
      https://github.com/zopefoundation/zope.sendmail/commit/6649e0f17bbf8c449875d0450052aec383e0d8d4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-09-25 (Sat, 25 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Added not declared, but needed test dependency on `zope.component [test]`.


  Commit: c4cc14b593ba7750abb08b9177165a5d8e97200c
      https://github.com/zopefoundation/zope.sendmail/commit/c4cc14b593ba7750abb08b9177165a5d8e97200c
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M CHANGES.txt
    M src/zope/sendmail/mailer.py
    M src/zope/sendmail/tests/test_mailer.py

  Log Message:
  -----------
  Encode username and password to utf-8 if they are unicode values.

Fixes https://bugs.launchpad.net/zope.sendmail/+bug/597143


  Commit: 6e83a1b7cf036c1f77d3b23816ffbbacd95e5bec
      https://github.com/zopefoundation/zope.sendmail/commit/6e83a1b7cf036c1f77d3b23816ffbbacd95e5bec
  Author: Christian Theune <ct at gocept.com>
  Date:   2011-08-19 (Fri, 19 Aug 2011)

  Changed paths:
    M src/zope/sendmail/README.txt

  Log Message:
  -----------
  typo


  Commit: 0a0153f0a4fddd3feea6d11f20be60bfe1d79355
      https://github.com/zopefoundation/zope.sendmail/commit/0a0153f0a4fddd3feea6d11f20be60bfe1d79355
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
    M CHANGES.txt
    M src/zope/sendmail/queue.py
    M src/zope/sendmail/tests/test_queue.py

  Log Message:
  -----------
  Give the background queue processor thread a name.


  Commit: db2d49468774430cbbe5f6145c6d2a545ede196d
      https://github.com/zopefoundation/zope.sendmail/commit/db2d49468774430cbbe5f6145c6d2a545ede196d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M src/zope/sendmail/tests/test_queue.py

  Log Message:
  -----------
  Python 2.4 and 2.5 compatibility fix: threading.Thread.name appeared in 2.6.


  Commit: 48edffbe8273396ea4b795cfadb74bbd8e98a7ef
      https://github.com/zopefoundation/zope.sendmail/commit/48edffbe8273396ea4b795cfadb74bbd8e98a7ef
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Add some trove classifiers, especially the Python :: 2.x ones.

Apparently we still care about 2.4 in this package.  Thanks, buildbots, for
letting me know!  ;)


  Commit: 0cf40076fcdeed396844f570f70062f2f151a1c0
      https://github.com/zopefoundation/zope.sendmail/commit/0cf40076fcdeed396844f570f70062f2f151a1c0
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/zope/sendmail/README.txt
    M src/zope/sendmail/delivery.py
    M src/zope/sendmail/event.py
    M src/zope/sendmail/maildir.py
    M src/zope/sendmail/mailer.py
    M src/zope/sendmail/tests/test_delivery.py
    M src/zope/sendmail/tests/test_directives.py
    M src/zope/sendmail/vocabulary.py

  Log Message:
  -----------
  Drop support for Python 2.4 and 2.5.

Replace deprecated 'zope.interface.classProvides' usage with equivalent
'zope.interface.provider' decorator.

Replace deprecated 'zope.interface.implements' usage with equivalent
'zope.interface.implementer' decorator.


  Commit: 5e76061a693ff78f46292450b684cda0a79966e4
      https://github.com/zopefoundation/zope.sendmail/commit/5e76061a693ff78f46292450b684cda0a79966e4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Catch up on 3.7 branch releases.


  Commit: 699aabce17e293c5ac86333a9750cdb429d0caf4
      https://github.com/zopefoundation/zope.sendmail/commit/699aabce17e293c5ac86333a9750cdb429d0caf4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M CHANGES.txt
    M src/zope/sendmail/queue.py
    M src/zope/sendmail/tests/test_queue.py

  Log Message:
  -----------
  Forward-port fix for lp:126451 from the 3.7 branch.


  Commit: 90d3fd31b2b6d3363117f3d0777148e90517186f
      https://github.com/zopefoundation/zope.sendmail/commit/90d3fd31b2b6d3363117f3d0777148e90517186f
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M CHANGES.txt
    M src/zope/sendmail/zcml.py

  Log Message:
  -----------
  Forward-port fix for lp:191143 from the 3.7 branch.


  Commit: dac3b6a01ce22f421a513bd1d1e66c0fab41fac4
      https://github.com/zopefoundation/zope.sendmail/commit/dac3b6a01ce22f421a513bd1d1e66c0fab41fac4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Sync with 3.7 release history.


  Commit: c6ad6574857b57a5b0dcd2669d67b3011b678ac3
      https://github.com/zopefoundation/zope.sendmail/commit/c6ad6574857b57a5b0dcd2669d67b3011b678ac3
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M CHANGES.txt
    M README.txt
    M src/zope/sendmail/README.txt
    R src/zope/sendmail/event.py
    M src/zope/sendmail/interfaces.py
    R src/zope/sendmail/tests/test_event.py

  Log Message:
  -----------
  Deleted event fossils

Includes innterfaces 'zope.sendmail.interfaces.IMailSent' and
'zope.sendmail.interfaces.IMailError'. plus the 'zope.sendmail.events'
module and associated tests).  These events were never emitted, and couldn't
have been used safely even if they had been, due to two-phase commit.

See: https://bugs.launchpad.net/zope3/+bug/177739


  Commit: 87d0e53a40de28d7646702770f35b442b4e998a0
      https://github.com/zopefoundation/zope.sendmail/commit/87d0e53a40de28d7646702770f35b442b4e998a0
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M src/zope/sendmail/queue.py

  Log Message:
  -----------
  Fix pyflakes warning: there's no function 'run_console'.


  Commit: 0241ab33873c1a8a43b66ce9511a61193cc79265
      https://github.com/zopefoundation/zope.sendmail/commit/0241ab33873c1a8a43b66ce9511a61193cc79265
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Buildout part to create bin/zope-sendmail and bin/python.


  Commit: 4e4744ab20eebf747e63441b36734ebe9917d885
      https://github.com/zopefoundation/zope.sendmail/commit/4e4744ab20eebf747e63441b36734ebe9917d885
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M src/zope/sendmail/queue.py

  Log Message:
  -----------
  Typos in comments, docstrings and the --help message.


  Commit: 87a76c0c90a34eb3322e72fc81deb6d797e72a2f
      https://github.com/zopefoundation/zope.sendmail/commit/87a76c0c90a34eb3322e72fc81deb6d797e72a2f
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M src/zope/sendmail/queue.py
    M src/zope/sendmail/tests/test_queue.py

  Log Message:
  -----------
  Rewrite command-line parsing to use optparse instead of do-it-yourself.

Side effects include:

  * bin/zope-sendmail exits with a non-zero exit code in case of errors (I
    consider the previous behaviour to be a bug)

  * ConsoleApp(argv) raises SystemExit instead of setting self._error

  * ConsoleApp(argv, verbose=False) doesn't suppress error messages on
    sys.stderr any more.


  Commit: c7ab39baa42900ffae1ccf9fabf74007e1ae8ccb
      https://github.com/zopefoundation/zope.sendmail/commit/c7ab39baa42900ffae1ccf9fabf74007e1ae8ccb
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M src/zope/sendmail/queue.py

  Log Message:
  -----------
  Make zope-sendmail --help mention the acceptable INI file keys.

(This was actually what sparked the optparse rewrite: I didn't want to
repeat the acceptable names in two places, but dynamically generating the
list with word-wrapping at the appropriate places was difficult when the
usage string was a single literal.)


  Commit: 943f418771ba9bd9baafcc9b7a2b6b1c19b14308
      https://github.com/zopefoundation/zope.sendmail/commit/943f418771ba9bd9baafcc9b7a2b6b1c19b14308
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Document the recent changes.


Compare: https://github.com/zopefoundation/zope.sendmail/compare/e7923d820012^...943f418771ba


More information about the checkins mailing list