Package: cssutils / 1.0.2-3

Metadata

Package Version Patches format
cssutils 1.0.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 test Adjust to current python chardet.patch | (download)

src/cssutils/tests/test_encutils/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 test: adjust to current python-chardet

https://github.com/chardet/chardet/commit/b38520b46785243 changed
'windows-1252' to 'Windows-1252', adjust the expected test output.

https://bitbucket.org/cthedot/cssutils/issues/77

0002 Create our py2 and py3 executables to use with updat.patch | (download)

setup.py | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 create our py2 and py3 executables to use with update-alternatives

This way we can have py2 and py3 packages installed at the same time.