Re: [Zope-dev] Preparing a new release for zope.sendmail

2010-01-13 Thread Fabio Tranchitella
Hello,

* 2010-01-13 01:41, Tres Seaver wrote:
 The 3.7.0 version breaks Zope 2.12, which still expects to be able to
 import QueueProcessorThread from the old location.  I worked around the
 problem for the moment by pinning 'zope.sendmail3.7.0', but it seems to
 me that the BBB import should be kept (likely forever).

I'm preparing a new release which will keep the BBB import, sorry for
breaking zope 2.12 (I did not expect it to import something from
zope.sendmail...).

Fabio
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Preparing a new release for zope.sendmail

2010-01-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Fabio Tranchitella wrote:
 Hello,
 
 * 2010-01-13 01:41, Tres Seaver wrote:
 The 3.7.0 version breaks Zope 2.12, which still expects to be able to
 import QueueProcessorThread from the old location.  I worked around the
 problem for the moment by pinning 'zope.sendmail3.7.0', but it seems to
 me that the BBB import should be kept (likely forever).
 
 I'm preparing a new release which will keep the BBB import, sorry for
 breaking zope 2.12 (I did not expect it to import something from
 zope.sendmail...).

Great, thanks!


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktON/4ACgkQ+gerLs4ltQ5BkQCghsh+JWxIzmdWqJKZ7L6T1rHi
RzwAn2rQD3BSUPppBgZNX5VW/RoJJ/bX
=Qc6V
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Preparing a new release for zope.sendmail

2010-01-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Fabio Tranchitella wrote:
 Hello,
 
 I'm preparing a new major releases for zope.sendmail, merging the
 improvements and new features from the repoze.sendmail package. Here there
 is a copy of the changelog:
 
 - Removed dependency on ``zope.security``: the security support is optional,
   and only available if the ``zope.security`` package is available. This 
 change
   is similar to the optional security support introduced in ``zope.component``
   3.8.0, and in fact it uses the same helpers.
 
 - Sort by modification time the messages in zope.sendmail.maildir so earlier
   messages are sent before later messages during queue processing.
 
 - Added the new parameter ``processorThread`` to the queuedDelivery ZCML
   directive: if False, the QueueProcessorThread is not started and thus an
   independent process must process the queue; it defaults to True for b/c.
 
 - Provide a console script ``zope-sendmail`` which can be used to process the
   delivery queue in case processorThread is False. The console script can
   either process the messages in the queue once, or run in daemon mode.
 
 The changes are quite intrusive, but fully backwards compatible.
 
 If nobody objects, i will make the new release on Sunday, the 10th.

The 3.7.0 version breaks Zope 2.12, which still expects to be able to
import QueueProcessorThread from the old location.  I worked around the
problem for the moment by pinning 'zope.sendmail3.7.0', but it seems to
me that the BBB import should be kept (likely forever).


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktNFqcACgkQ+gerLs4ltQ68AACgrlKR2VXg/2fQB0vgK7LRPxaC
ux4AnjgK4YnZ5RMKksgfx2d2CYP8mVne
=caS/
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Preparing a new release for zope.sendmail

2010-01-07 Thread Fabio Tranchitella
Hello,

I'm preparing a new major releases for zope.sendmail, merging the
improvements and new features from the repoze.sendmail package. Here there
is a copy of the changelog:

- Removed dependency on ``zope.security``: the security support is optional,
  and only available if the ``zope.security`` package is available. This change
  is similar to the optional security support introduced in ``zope.component``
  3.8.0, and in fact it uses the same helpers.

- Sort by modification time the messages in zope.sendmail.maildir so earlier
  messages are sent before later messages during queue processing.

- Added the new parameter ``processorThread`` to the queuedDelivery ZCML
  directive: if False, the QueueProcessorThread is not started and thus an
  independent process must process the queue; it defaults to True for b/c.

- Provide a console script ``zope-sendmail`` which can be used to process the
  delivery queue in case processorThread is False. The console script can
  either process the messages in the queue once, or run in daemon mode.

The changes are quite intrusive, but fully backwards compatible.

If nobody objects, i will make the new release on Sunday, the 10th.

Best regards,
Fabio
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Preparing a new release for zope.sendmail

2010-01-07 Thread Marius Gedminas
On Thu, Jan 07, 2010 at 11:41:36AM +0100, Fabio Tranchitella wrote:
 I'm preparing a new major releases for zope.sendmail, merging the
 improvements and new features from the repoze.sendmail package. Here there
 is a copy of the changelog:
 
 - Removed dependency on ``zope.security``: the security support is optional,
   and only available if the ``zope.security`` package is available. This 
 change
   is similar to the optional security support introduced in ``zope.component``
   3.8.0, and in fact it uses the same helpers.
 
 - Sort by modification time the messages in zope.sendmail.maildir so earlier
   messages are sent before later messages during queue processing.
 
 - Added the new parameter ``processorThread`` to the queuedDelivery ZCML
   directive: if False, the QueueProcessorThread is not started and thus an
   independent process must process the queue; it defaults to True for b/c.
 
 - Provide a console script ``zope-sendmail`` which can be used to process the
   delivery queue in case processorThread is False. The console script can
   either process the messages in the queue once, or run in daemon mode.

Awesome!

 The changes are quite intrusive, but fully backwards compatible.

I like backwards-compatibility.

 If nobody objects, i will make the new release on Sunday, the 10th.

+1

Regards,
Marius Gedminas
-- 
http://pov.lt/ -- Zope 3 consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )