[Python-modules-commits] r19700 - in packages/cssutils/trunk/debian (changelog rules watch)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Tue Dec 20 06:48:39 UTC 2011
Date: Tuesday, December 20, 2011 @ 06:48:37
Author: cjsmo-guest
Revision: 19700
updated to new upstream release
Modified:
packages/cssutils/trunk/debian/changelog
packages/cssutils/trunk/debian/rules
packages/cssutils/trunk/debian/watch
Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog 2011-12-20 00:29:32 UTC (rev 19699)
+++ packages/cssutils/trunk/debian/changelog 2011-12-20 06:48:37 UTC (rev 19700)
@@ -43,7 +43,7 @@
python-cssutils.prerm, python3-cssutils.postinst, python3-cssutils.prerm.
* Added 01_setup_fix.patch to create py2 and py3 executables.
- -- Charlie Smotherman <cjsmo at cableone.net> Sun, 04 Dec 2011 23:41:52 -0500
+ -- Charlie Smotherman <cjsmo at cableone.net> Tue, 20 Dec 2011 00:44:32 -0500
cssutils (0.9.8~a1-1) unstable; urgency=low
Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules 2011-12-20 00:29:32 UTC (rev 19699)
+++ packages/cssutils/trunk/debian/rules 2011-12-20 06:48:37 UTC (rev 19700)
@@ -16,10 +16,12 @@
override_dh_auto_test:
set -e; \
for py in $(PYVERS); do \
- nosetests -v --exclude=test_parseFile --exclude=test_parseString \
- --exclude=test_parseUrl --exclude=test_combine; \
+ nosetests -v; \
done
- #unable to run py3 tests, no py3-nose package available at this time.
+ set -e; \
+ for py in $(PY3VERS); do \
+ nosetests -v --py3where=$(CURDIR)/build/lib/tests; \
+ done
override_dh_auto_install:
set -e; \
Modified: packages/cssutils/trunk/debian/watch
===================================================================
--- packages/cssutils/trunk/debian/watch 2011-12-20 00:29:32 UTC (rev 19699)
+++ packages/cssutils/trunk/debian/watch 2011-12-20 06:48:37 UTC (rev 19700)
@@ -1,3 +1,2 @@
version=3
-opts="dversionmangle=s/\~//" \
https://bitbucket.org/cthedot/cssutils/downloads/cssutils-([0-9.a-z]+).zip
More information about the Python-modules-commits
mailing list