[Python-modules-commits] r30997 - in packages/cssutils/trunk/debian (4 files)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Sun Oct 12 14:41:24 UTC 2014


    Date: Sunday, October 12, 2014 @ 14:41:23
  Author: hugo6390-guest
Revision: 30997

Update changelog and refresh patches.

Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/patches/01_setup_fix.patch
  packages/cssutils/trunk/debian/patches/disable_test.patch
  packages/cssutils/trunk/debian/patches/series

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2014-10-12 13:58:43 UTC (rev 30996)
+++ packages/cssutils/trunk/debian/changelog	2014-10-12 14:41:23 UTC (rev 30997)
@@ -2,7 +2,10 @@
 
   * New upstream release.
   * debian/control:
-    - New uploader (Hugo Lefeuvre)
+    - New uploader (Hugo Lefeuvre).
+    - Bump Standards-Version to 3.9.6.
+  * debian/patches/disable_test.patch
+    - Refresh for new upstream release.
 
  -- Hugo Lefeuvre <hugo6390 at orange.fr>  Sat, 11 Oct 2014 12:51:15 +0200
 

Modified: packages/cssutils/trunk/debian/patches/01_setup_fix.patch
===================================================================
--- packages/cssutils/trunk/debian/patches/01_setup_fix.patch	2014-10-12 13:58:43 UTC (rev 30996)
+++ packages/cssutils/trunk/debian/patches/01_setup_fix.patch	2014-10-12 14:41:23 UTC (rev 30997)
@@ -3,11 +3,9 @@
 the same time
 Author: Charlie Smotherman <cjsmo at cableone.net>
 
-Index: cssutils-0.9.8~a3/setup.py
-===================================================================
---- cssutils-0.9.8~a3.orig/setup.py	2011-11-21 08:18:16.510405301 -0600
-+++ cssutils-0.9.8~a3/setup.py	2011-11-21 08:21:55.970405736 -0600
-@@ -58,9 +58,12 @@
+--- a/setup.py	2013-03-31 21:07:34.000000000 +0200
++++ b/setup.py	2014-10-12 16:28:38.254251894 +0200
+@@ -53,9 +53,12 @@
      tests_require='mock',
      entry_points={
          'console_scripts': [

Modified: packages/cssutils/trunk/debian/patches/disable_test.patch
===================================================================
--- packages/cssutils/trunk/debian/patches/disable_test.patch	2014-10-12 13:58:43 UTC (rev 30996)
+++ packages/cssutils/trunk/debian/patches/disable_test.patch	2014-10-12 14:41:23 UTC (rev 30997)
@@ -1,19 +1,15 @@
 Description: disable test that caused the package to FTBFS
 Author: Charlie Smotherman <cjsmo at cableone.net>
-Last-Update: 2013-09-17
+Last-Update: 2014-10-12
 
-
-
-Index: cssutils-0.9.10/src/cssutils/tests/test_cssstylesheet.py
-===================================================================
---- cssutils-0.9.10.orig/src/cssutils/tests/test_cssstylesheet.py	2013-03-31 17:42:26.000000000 -0500
-+++ cssutils-0.9.10/src/cssutils/tests/test_cssstylesheet.py	2013-09-16 07:19:18.633097907 -0500
+--- a/src/cssutils/tests/test_cssstylesheet.py	2014-10-12 16:29:55.662247887 +0200
++++ b/src/cssutils/tests/test_cssstylesheet.py	2014-10-12 16:30:10.978247094 +0200
 @@ -333,7 +333,7 @@
-         self.assertEquals('example', s.namespaces['ex2'])
+         self.assertEqual('example', s.namespaces['ex2'])
          self.assertRaises(xml.dom.NamespaceErr, s.namespaces.__getitem__, 'UNSET')
          # __iter__
--        self.assertEquals(['', 'ex2'], list(s.namespaces))
-+#        self.assertEquals(['', 'ex2'], list(s.namespaces))
+-        self.assertEqual(['', 'ex2'], sorted(list(s.namespaces)))
++#        self.assertEqual(['', 'ex2'], sorted(list(s.namespaces)))
          # __len__
          self.assertEqual(2, len(s.namespaces))
          # __setitem__

Modified: packages/cssutils/trunk/debian/patches/series
===================================================================
--- packages/cssutils/trunk/debian/patches/series	2014-10-12 13:58:43 UTC (rev 30996)
+++ packages/cssutils/trunk/debian/patches/series	2014-10-12 14:41:23 UTC (rev 30997)
@@ -1,2 +1,2 @@
+01_setup_fix.patch
 disable_test.patch
-01_setup_fix.patch




More information about the Python-modules-commits mailing list