Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
adds-support-for-python-3.2.patch | Add support for Python 3.2 This patch adds support for Python 3.2. | Cyril Roelandt <cyril.roelandt@enovance.com> | no | other | 2014-04-03 | |
removes-embedded-copy-of-six.patch | Remove the embedded copy of six. | Cyril Roelandt <cyril.roelandt@enovance.com> | no | other | 2014-04-03 | |
fix-broken-setup.py.patch | Fixes broken setup.py The upstream setup.py didn't work with sure/__init__.py which has some UTF-8. The result is that without an UTF-8 local, setup.py install would just fail with the output: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 143: ordinal not in range(128) This patch fixes that. |
victor stinner <victor.stinner@enovance.com> | no | other | 2014-04-03 | |
Fix_bug_in_callable_assertions_when_called_with_parameters.patch | Fix bug in callable assertions when called with parameters =================================================================== |
Matt Millar <matt@tellybug.com> | no | debian | upstream, https://github.com/gabrielfalcao/sure/commit/03e050c7f1e248ae690f6eec0b09f222278626ad | 2014-10-25 |