[Bug 1350141] Re: dkim.sign crashs on python3

2015-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package dkimpy - 0.5.6-1 --- dkimpy (0.5.6-1) unstable; urgency=medium [ Scott Kitterman ] * New upstream release (LP: #1350141) * Remove uupdate from debian/watch, no longer relevant when using git-dpm * Bump standards version to 3.9.6 without furthe

[Bug 1350141] Re: dkim.sign crashs on python3

2015-12-07 Thread Scott Kitterman
Fix released in version 0.5.5 today. ** Changed in: dkimpy Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350141 Title: dkim.sign crashs on python3 To

[Bug 1350141] Re: dkim.sign crashs on python3

2015-02-21 Thread Stuart Gathman
That and other python3 changes have been committed in 111. There may be changes to the python3 API - most likely making include_headers and associated sets (like frozen_headers) use str instead of bytes. Maybe accepting either is the way to go. ** Changed in: dkimpy Status: New => Fix Co

[Bug 1350141] Re: dkim.sign crashs on python3

2015-02-20 Thread F Malina
The fix mentioned above works well. Saved me today. Please apply it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350141 Title: dkim.sign crashs on python3 To manage notifications about this bug

[Bug 1350141] Re: dkim.sign crashs on python3

2015-02-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: dkimpy (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350141 Title: dki

[Bug 1350141] Re: dkim.sign crashs on python3

2014-09-22 Thread Scott Kitterman
What's the specific test case you were having trouble with? ** Also affects: dkimpy Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350141 Title: dkim.sig

[Bug 1350141] Re: dkim.sign crashs on python3

2014-07-29 Thread Tomy
** Description changed: + /dkim/__init__.py + Line 421: 'from' should be b'from' # rfc4871 says FROM is required if 'from' not in ( x.lower() for x in include_headers ): - raise ParameterError("The From header field MUST be signed") + raise ParameterError("The From header fie