Package: python-wrapt / 1.8.0-5
Metadata
Package | Version | Patches format |
---|---|---|
python-wrapt | 1.8.0-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
do not use the rdt sphinx theme.patch | (download) |
docs/conf.py |
8 1 + 7 - 0 ! |
do not use the sphinx_rtd_theme in conf.py Upstream is using a weird sphinx theme not available in Debian. So we just fix the issue by selecting default as html theme. |
do not use embedded six.py.patch | (download) |
src/decorators.py |
2 1 + 1 - 0 ! |
do not use embedded six.py file Upstream is embedding six.py in his source. This patch removes such hack. |
no from wrapt import six in tests.patch | (download) |
tests/test_adapter.py |
2 1 + 1 - 0 ! |
do not import embedded six.py in tests |
fix python 3.4 compat.patch | (download) |
tests/test_object_proxy.py |
2 1 + 1 - 0 ! |
fix python 3.4 compatibility |
python 3.2 compat.patch | (download) |
src/decorators.py |
7 4 + 3 - 0 ! |
fix python 3.4 compatibility |
do not run test_proxy_attribute.patch | (download) |
tests/test_object_proxy.py |
3 3 + 0 - 0 ! |
avoid ftbfs It's looking like this test doesn't work. I'm just skipping it pending some more investigation. |