lp://staging/~cjwatson/lazr.smtptest/py36
- Get this branch:
- bzr branch lp://staging/~cjwatson/lazr.smtptest/py36
Branch merges
- Ioana Lasc (community): Approve
- LAZR Developers: Pending requested
-
Diff: 115 lines (+33/-8)4 files modifiedlazr/smtptest/docs/NEWS.rst (+7/-0)
lazr/smtptest/server.py (+20/-7)
setup.py (+5/-0)
tox.ini (+1/-1)
Branch information
Recent revisions
- 74. By Colin Watson
-
Add support for Python 3.6.
As of 3.5 (when it became possible), we now pass the `decode_data=False`
parameter when constructing `SMTPChannel` and `SMTPServer` objects, and
handle the new `SMTPServer.process_ message` signature. - 73. By Barry Warsaw
-
* Bump copyright years.
* Bump version.
* Always use old-style namespace package registration in ``lazr/__init_ _.py``
since the mere presence of this file subverts PEP 420 style namespace
packages. (LP: #1407816) - 72. By Barry Warsaw
-
- Disable `test_suite` in setup.py; nose doesn't work well with
`python setup.py test` since plugins are disabled.
- Use `python setup.py nosetests` in tox.ini. - 69. By Barry Warsaw
-
- Remove the dependency on `distribute` which has been merged back into
`setuptools`. (LP: #1273639)
- Add tox.ini for the preferred way to run the test suite. - 67. By Barry Warsaw
-
* Make sure version.txt is included in the source tarball.
* Under Python 3, ensure that __version__ is a unicode.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lazr.smtptest